Shades of Dark Green #04221D
Tints of Dark Green #04221D
RGB
CMYK
RGB Variations
Color information
#04221D (or 0x04221D) is known color: Dark Green. HEX triplet: 04, 22 and 1D. RGB value is (4,34,29). Sum of RGB (Red+Green+Blue) = 4+34+29=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #04221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04221D is #FBDDE2. Grayscale: #181818. Windows color (decimal): -16506339 or 1909252. OLE color: 1909252.
HSL color Cylindrical-coordinate representation of color #04221D: hue angle of 170º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #04221D is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 34 | 29 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.87 |
| HSL | 170º | 0.79% | 0.07% | - |
| HSV(B) | 170º | 0.88% | 0.13% | - |
| XYZ | 0.84 | 1.26 | 1.36 | - |
| YUV | 24.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 29 | 0.88 | 0 | 0.15 | 0.87 | 170 | 0.79 | 0.07 |
| Hex | 4 | 22 | 1D | 58 | 0 | F | 57 | AA | 4F | 7 |
| Octal | 4 | 42 | 35 | 130 | 0 | 17 | 127 | 252 | 117 | 7 |
| Binary | 100 | 100010 | 11101 | 1011000 | 0 | 1111 | 1010111 | 10101010 | 1001111 | 111 |
Color Harmonies of #04221D
Complementary color
Monochromatic Colors of #04221D
Black with #04221D
Text Example
Text Example
White with #04221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04221D; }
p { color: rgb(4,34,29); }
H1.HeaderClassName
{
color: #04221D;
}
.AnyTagClassName
{
color: #04221D;
}
</style>
background-color css
<style>
a { background-color: #04221D; }
a { background-color: rgb(4,34,29); }
div.DivClassName
{
background-color: #04221D;
}
.BgClassName
{
background-color: #04221D;
}
</style>
border-color css
<style>
span { border-color: #04221D; }
span { border-color: rgb(4,34,29); }
td.TdClassName
{
border-color: #04221D;
}
.TagClassName
{
border-color: #04221D;
}
</style>