Shades of Dark Green #04211C
Tints of Dark Green #04211C
RGB
CMYK
RGB Variations
Color information
#04211C (or 0x04211C) is known color: Dark Green. HEX triplet: 04, 21 and 1C. RGB value is (4,33,28). Sum of RGB (Red+Green+Blue) = 4+33+28=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #04211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04211C is #FBDEE3. Grayscale: #171717. Windows color (decimal): -16506596 or 1843460. OLE color: 1843460.
HSL color Cylindrical-coordinate representation of color #04211C: hue angle of 169.66º 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 #04211C is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 33 | 28 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.87 |
| HSL | 169.66º | 0.78% | 0.07% | - |
| HSV(B) | 169.66º | 0.88% | 0.13% | - |
| XYZ | 0.8 | 1.2 | 1.29 | - |
| YUV | 23.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 28 | 0.88 | 0 | 0.15 | 0.87 | 169.66 | 0.78 | 0.07 |
| Hex | 4 | 21 | 1C | 58 | 0 | F | 57 | AA | 4E | 7 |
| Octal | 4 | 41 | 34 | 130 | 0 | 17 | 127 | 252 | 116 | 7 |
| Binary | 100 | 100001 | 11100 | 1011000 | 0 | 1111 | 1010111 | 10101010 | 1001110 | 111 |
Color Harmonies of #04211C
Complementary color
Monochromatic Colors of #04211C
Black with #04211C
Text Example
Text Example
White with #04211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04211C; }
p { color: rgb(4,33,28); }
H1.HeaderClassName
{
color: #04211C;
}
.AnyTagClassName
{
color: #04211C;
}
</style>
background-color css
<style>
a { background-color: #04211C; }
a { background-color: rgb(4,33,28); }
div.DivClassName
{
background-color: #04211C;
}
.BgClassName
{
background-color: #04211C;
}
</style>
border-color css
<style>
span { border-color: #04211C; }
span { border-color: rgb(4,33,28); }
td.TdClassName
{
border-color: #04211C;
}
.TagClassName
{
border-color: #04211C;
}
</style>