Shades of Dark Green #022420
Tints of Dark Green #022420
RGB
CMYK
RGB Variations
Color information
#022420 (or 0x022420) is known color: Dark Green. HEX triplet: 02, 24 and 20. RGB value is (2,36,32). Sum of RGB (Red+Green+Blue) = 2+36+32=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #022420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022420 is #FDDBDF. Grayscale: #191919. Windows color (decimal): -16636896 or 2106370. OLE color: 2106370.
HSL color Cylindrical-coordinate representation of color #022420: hue angle of 172.94º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022420 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 32 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.86 |
| HSL | 172.94º | 0.89% | 0.07% | - |
| HSV(B) | 172.94º | 0.94% | 0.14% | - |
| XYZ | 0.92 | 1.38 | 1.58 | - |
| YUV | 25.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 32 | 0.94 | 0 | 0.11 | 0.86 | 172.94 | 0.89 | 0.07 |
| Hex | 2 | 24 | 20 | 5E | 0 | B | 56 | AD | 59 | 7 |
| Octal | 2 | 44 | 40 | 136 | 0 | 13 | 126 | 255 | 131 | 7 |
| Binary | 10 | 100100 | 100000 | 1011110 | 0 | 1011 | 1010110 | 10101101 | 1011001 | 111 |
Color Harmonies of #022420
Complementary color
Monochromatic Colors of #022420
Black with #022420
Text Example
Text Example
White with #022420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022420; }
p { color: rgb(2,36,32); }
H1.HeaderClassName
{
color: #022420;
}
.AnyTagClassName
{
color: #022420;
}
</style>
background-color css
<style>
a { background-color: #022420; }
a { background-color: rgb(2,36,32); }
div.DivClassName
{
background-color: #022420;
}
.BgClassName
{
background-color: #022420;
}
</style>
border-color css
<style>
span { border-color: #022420; }
span { border-color: rgb(2,36,32); }
td.TdClassName
{
border-color: #022420;
}
.TagClassName
{
border-color: #022420;
}
</style>