HEX: #428400
RGB: (66,132,0)
#428400 enthält hauptsächlich grüne Farbe. Für #428400 ist eine «websichere» Webfarbe #339900 (oder kurz #390).
Die Farbe #428400 wird in RGB als (66,132,0) definiert.
RGB: (66,132,0) (26%,52%,0%)
R 66 von 255 = 26%
G 132 von 255 = 52%
B 0 von 255 = 0%
R + G + B ~ 26%. #428400 ziemlich dunkle Farbe.
R + G + B =
66 + 132 + 0 = 198 (100%)
R 66 von 198 ~ 33.33%
G 132 von 198 ~ 66.67%
B 0 von 198 ~ 0%
Die Farbe #428400 wird in CMYK als (50,0,100,48) definiert.
CMYK: (50,0,100,48) C50M0Y100K48 (50%,0%,100%,48%) (0.50/0.00/1.00/0.48)
42 | 84 | 00 | |
---|---|---|---|
RGB | 66 | 132 | 0 |
HSL | 90° | 100.00% | 25.88% |
HSB/HSV | 90° | 100.00% | 51.76% |
CMYK | 50.00% | 0.00% | 100.00% |
48.24% |
Hexadezimal | 42 | 84 | 00 |
Dezimal | 66 | 132 | 0 |
Binär | 1000010 | 10000100 | 0 |
Oktal | 102 | 204 | 0 |
Beispiele css- und html für Elemente in der Farbe #428400. Bitte benutzen Sie auch rgb(66,132,0) statt hex-Code.
.myTextColor { color: #428400; }
<p style="color:#428400">This sample text font color is #428400.</p>
Die Farbe dieses Textes ist #428400.
.myBgColor { background-color: #428400; }
<div style="background-color:#428400">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #428400.
.myBorderColor { border: 1px solid #428400; }
<div style="border:3px solid #428400">Div</div>
Die Grenzen von diesem div sind in Farbe #428400.
.myOpacity80 { color: #428400; opacity: 0.8; }
<p style="color:#428400;opacity:0.8;">80%</p>
Text in Farbe #428400 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #428400;}
<p style="text-shadow: 3px 3px 1px #428400">Text here.</p>
Dieser Text hat den Schatten in Farbe #428400.
.textShadow {text-shadow: 3px 3px 1px #428400, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #428400, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #428400 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#428400, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#428400, Direction=45, Strength=4)">Text</p>
This text has shadow with #428400 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #428400; -webkit-box-shadow: 1px 1px 3px 2px #428400; box-shadow: 1px 1px 3px 2px #428400; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #428400; -webkit-box-shadow: 1px 1px 3px 2px #428400; box-shadow:1px 1px 3px 2px #428400;">
Div content here</div>
Dieser Text ist in der Farbe #428400 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #428400 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #428400.
Dieser Text ist weiß auf dem Hintergrund in Farbe #428400.