HEX: #005800
RGB: (0,88,0)
#005800 enthält nur grüne Farbe. Für #005800 ist eine «websichere» Webfarbe #006600 (oder kurz #060).
Die Farbe #005800 wird in RGB als (0,88,0) definiert.
RGB: (0,88,0)
(0%, 35%, 0%)
R 0 von 255 = 0%
G 88 von 255 = 35%
B 0 von 255 = 0%
R + G + B ~ 12%. #005800 dunkle Farbe.
R + G + B = 0 + 88 + 0 = 88 (100%)
R 0 von 88 ~ 0%
G 88 von 88 ~ 100%
B 0 von 88 ~ 0'%
Die Farbe #005800 wird in CMYK als (100,0,100,65) definiert.
CMYK: (100,0,100,65)
C100M0Y100K65 (100%, 0%, 100%, 65%)
(1.00 / 0.00 / 1.00 / 0.65)
Farbe #005800 in den populären Farbmodellen.
00 | 58 | 00 | |
---|---|---|---|
RGB | 0 | 88 | 0 |
HSL | 120° | 100.00% | 17.25% |
HSB/HSV | 120° | 100.00% | 34.51% |
CMYK | 100.00% | 0.00% | 100.00% |
65.49% |
Die Farbe #005800 in den populären Zahlensystemen.
Hexadezimal | 00 | 58 | 00 |
Dezimal | 0 | 88 | 0 |
Binär | 0 | 1011000 | 0 |
Oktal | 0 | 130 | 0 |
Dunkle Töne der Farbe #005800
Helle Töne der Farbe #005800
Beispiele css- und html für Elemente in der Farbe #005800. Bitte benutzen Sie auch rgb(0,88,0) statt hex-Code.
.myTextColor { color: #005800; }
<p style="color:#005800">This sample text font color is #005800.</p>
Die Farbe dieses Textes ist #005800.
.myBgColor { background-color: #005800; }
<div style="background-color:#005800">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #005800.
.myBorderColor { border: 1px solid #005800; }
<div style="border:3px solid #005800">Div</div>
Die Grenzen von diesem div sind in Farbe #005800.
.myOpacity80 { color: #005800; opacity: 0.8; }
<p style="color:#005800;opacity:0.8;">80%</p>
Text in Farbe #005800 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #005800;}
<p style="text-shadow: 3px 3px 1px #005800">Text here.</p>
Dieser Text hat den Schatten in Farbe #005800.
.textShadow {text-shadow: 3px 3px 1px #005800', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #005800, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #005800 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#005800, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#005800, Direction=45, Strength=4)">Text</p>
This text has shadow with #005800 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #005800;
-webkit-box-shadow: 1px 1px 3px 2px #005800;
box-shadow: 1px 1px 3px 2px #005800;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #005800; -webkit-box-shadow: 1px 1px 3px 2px #005800; box-shadow:1px 1px 3px 2px #005800;">
Div content here
</div>
Dieser Text ist in der Farbe #005800 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #005800 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #005800.
Dieser Text ist weiß auf dem Hintergrund in Farbe #005800.
Kontrastfarbe für #hex ist #FFA7FF.