Shades of Dark Green #042420
Tints of Dark Green #042420
RGB
CMYK
RGB Variations
Color information
#042420 (or 0x042420) is known color: Dark Green. HEX triplet: 04, 24 and 20. RGB value is (4,36,32). Sum of RGB (Red+Green+Blue) = 4+36+32=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #042420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042420 is #FBDBDF. Grayscale: #191919. Windows color (decimal): -16505824 or 2106372. OLE color: 2106372.
HSL color Cylindrical-coordinate representation of color #042420: hue angle of 172.5º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042420 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 36 | 32 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.86 |
| HSL | 172.5º | 0.8% | 0.08% | - |
| HSV(B) | 172.5º | 0.89% | 0.14% | - |
| XYZ | 0.94 | 1.39 | 1.59 | - |
| YUV | 25.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 32 | 0.89 | 0 | 0.11 | 0.86 | 172.5 | 0.8 | 0.08 |
| Hex | 4 | 24 | 20 | 59 | 0 | B | 56 | AC | 50 | 8 |
| Octal | 4 | 44 | 40 | 131 | 0 | 13 | 126 | 254 | 120 | 10 |
| Binary | 100 | 100100 | 100000 | 1011001 | 0 | 1011 | 1010110 | 10101100 | 1010000 | 1000 |
Color Harmonies of #042420
Complementary color
Monochromatic Colors of #042420
Black with #042420
Text Example
Text Example
White with #042420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042420; }
p { color: rgb(4,36,32); }
H1.HeaderClassName
{
color: #042420;
}
.AnyTagClassName
{
color: #042420;
}
</style>
background-color css
<style>
a { background-color: #042420; }
a { background-color: rgb(4,36,32); }
div.DivClassName
{
background-color: #042420;
}
.BgClassName
{
background-color: #042420;
}
</style>
border-color css
<style>
span { border-color: #042420; }
span { border-color: rgb(4,36,32); }
td.TdClassName
{
border-color: #042420;
}
.TagClassName
{
border-color: #042420;
}
</style>