Shades of Dark Green #04211E
Tints of Dark Green #04211E
RGB
CMYK
RGB Variations
Color information
#04211E (or 0x04211E) is known color: Dark Green. HEX triplet: 04, 21 and 1E. RGB value is (4,33,30). Sum of RGB (Red+Green+Blue) = 4+33+30=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #04211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04211E is #FBDEE1. Grayscale: #171717. Windows color (decimal): -16506594 or 1974532. OLE color: 1974532.
HSL color Cylindrical-coordinate representation of color #04211E: hue angle of 173.79º degrees, saturation: 0.78, 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 #04211E is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 33 | 30 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.87 |
| HSL | 173.79º | 0.78% | 0.07% | - |
| HSV(B) | 173.79º | 0.88% | 0.13% | - |
| XYZ | 0.83 | 1.21 | 1.42 | - |
| YUV | 23.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 30 | 0.88 | 0 | 0.09 | 0.87 | 173.79 | 0.78 | 0.07 |
| Hex | 4 | 21 | 1E | 58 | 0 | 9 | 57 | AE | 4E | 7 |
| Octal | 4 | 41 | 36 | 130 | 0 | 11 | 127 | 256 | 116 | 7 |
| Binary | 100 | 100001 | 11110 | 1011000 | 0 | 1001 | 1010111 | 10101110 | 1001110 | 111 |
Color Harmonies of #04211E
Complementary color
Monochromatic Colors of #04211E
Black with #04211E
Text Example
Text Example
White with #04211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04211E; }
p { color: rgb(4,33,30); }
H1.HeaderClassName
{
color: #04211E;
}
.AnyTagClassName
{
color: #04211E;
}
</style>
background-color css
<style>
a { background-color: #04211E; }
a { background-color: rgb(4,33,30); }
div.DivClassName
{
background-color: #04211E;
}
.BgClassName
{
background-color: #04211E;
}
</style>
border-color css
<style>
span { border-color: #04211E; }
span { border-color: rgb(4,33,30); }
td.TdClassName
{
border-color: #04211E;
}
.TagClassName
{
border-color: #04211E;
}
</style>