HEX: #004829
RGB: (0,72,41)
#004829 enthält nur grüne und blaue Farbe. Für #004829 ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #004829 wird in RGB als (0,72,41) definiert.
RGB: (0,72,41) (0%,28%,16%)
R 0 von 255 = 0%
G 72 von 255 = 28%
B 41 von 255 = 16%
R + G + B ~ 15%. #004829 dunkle Farbe.
R + G + B =
0 + 72 + 41 = 113 (100%)
R 0 von 113 ~ 0%
G 72 von 113 ~ 63.72%
B 41 von 113 ~ 36.28%
Die Farbe #004829 wird in CMYK als (100,0,43,72) definiert.
CMYK: (100,0,43,72) C100M0Y43K72 (100%,0%,43%,72%) (1.00/0.00/0.43/0.72)
00 | 48 | 29 | |
---|---|---|---|
RGB | 0 | 72 | 41 |
HSL | 154° | 100.00% | 14.12% |
HSB/HSV | 154° | 100.00% | 28.24% |
CMYK | 100.00% | 0.00% | 43.06% |
71.76% |
Hexadezimal | 00 | 48 | 29 |
Dezimal | 0 | 72 | 41 |
Binär | 0 | 1001000 | 101001 |
Oktal | 0 | 110 | 51 |
Beispiele css- und html für Elemente in der Farbe #004829. Bitte benutzen Sie auch rgb(0,72,41) statt hex-Code.
.myTextColor { color: #004829; }
<p style="color:#004829">This sample text font color is #004829.</p>
Die Farbe dieses Textes ist #004829.
.myBgColor { background-color: #004829; }
<div style="background-color:#004829">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #004829.
.myBorderColor { border: 1px solid #004829; }
<div style="border:3px solid #004829">Div</div>
Die Grenzen von diesem div sind in Farbe #004829.
.myOpacity80 { color: #004829; opacity: 0.8; }
<p style="color:#004829;opacity:0.8;">80%</p>
Text in Farbe #004829 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #004829;}
<p style="text-shadow: 3px 3px 1px #004829">Text here.</p>
Dieser Text hat den Schatten in Farbe #004829.
.textShadow {text-shadow: 3px 3px 1px #004829, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #004829, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #004829 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#004829, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#004829, Direction=45, Strength=4)">Text</p>
This text has shadow with #004829 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #004829; -webkit-box-shadow: 1px 1px 3px 2px #004829; box-shadow: 1px 1px 3px 2px #004829; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #004829; -webkit-box-shadow: 1px 1px 3px 2px #004829; box-shadow:1px 1px 3px 2px #004829;">
Div content here</div>
Dieser Text ist in der Farbe #004829 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #004829 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #004829.
Dieser Text ist weiß auf dem Hintergrund in Farbe #004829.