HEX: #00C337
RGB: (0,195,55)
#00C337 enthält hauptsächlich grüne Farbe. Für #00C337 ist eine «websichere» Webfarbe #00CC33 (oder kurz #0C3).
Die Farbe #00C337 wird in RGB als (0,195,55) definiert.
RGB: (0,195,55)
(0%, 76%, 22%)
R 0 von 255 = 0%
G 195 von 255 = 76%
B 55 von 255 = 22%
R + G + B ~ 33%. #00C337 ziemlich dunkle Farbe.
R + G + B = 0 + 195 + 55 = 250 (100%)
R 0 von 250 ~ 0%
G 195 von 250 ~ 78%
B 55 von 250 ~ 22'%
Die Farbe #00C337 wird in CMYK als (100,0,72,24) definiert.
CMYK: (100,0,72,24) C100M0Y72K24 (100%,0%,72%,24%) (1.00/0.00/0.72/0.24)
Farbe #00C337 in den populären Farbmodellen.
00 | C3 | 37 | |
---|---|---|---|
RGB | 0 | 195 | 55 |
HSL | 137° | 100.00% | 38.24% |
HSB/HSV | 137° | 100.00% | 76.47% |
CMYK | 100.00% | 0.00% | 71.79% |
23.53% |
Die Farbe #00C337 in den populären Zahlensystemen.
Hexadezimal | 00 | C3 | 37 |
Dezimal | 0 | 195 | 55 |
Binär | 0 | 11000011 | 110111 |
Oktal | 0 | 303 | 67 |
Dunkle Töne der Farbe #00C337
Helle Töne der Farbe #00C337
Beispiele css- und html für Elemente in der Farbe #00C337. Bitte benutzen Sie auch rgb(0,195,55) statt hex-Code.
.myTextColor { color: #00C337; }
<p style="color:#00C337">This sample text font color is #00C337.</p>
Die Farbe dieses Textes ist #00C337.
.myBgColor { background-color: #00C337; }
<div style="background-color:#00C337">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #00C337.
.myBorderColor { border: 1px solid #00C337; }
<div style="border:3px solid #00C337">Div</div>
Die Grenzen von diesem div sind in Farbe #00C337.
.myOpacity80 { color: #00C337; opacity: 0.8; }
<p style="color:#00C337;opacity:0.8;">80%</p>
Text in Farbe #00C337 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00C337;}
<p style="text-shadow: 3px 3px 1px #00C337">Text here.</p>
Dieser Text hat den Schatten in Farbe #00C337.
.textShadow {text-shadow: 3px 3px 1px #00C337', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00C337, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #00C337 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00C337, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00C337, Direction=45, Strength=4)">Text</p>
This text has shadow with #00C337 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00C337;
-webkit-box-shadow: 1px 1px 3px 2px #00C337;
box-shadow: 1px 1px 3px 2px #00C337;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00C337; -webkit-box-shadow: 1px 1px 3px 2px #00C337; box-shadow:1px 1px 3px 2px #00C337;">
Div content here
</div>
Dieser Text ist in der Farbe #00C337 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #00C337 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #00C337.
Dieser Text ist weiß auf dem Hintergrund in Farbe #00C337.
Kontrastfarbe für #hex ist #FF3CC8.