Shades of Dark Green #022720
Tints of Dark Green #022720
RGB
CMYK
RGB Variations
Color information
#022720 (or 0x022720) is known color: Dark Green. HEX triplet: 02, 27 and 20. RGB value is (2,39,32). Sum of RGB (Red+Green+Blue) = 2+39+32=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #022720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022720 is #FDD8DF. Grayscale: #1B1B1B. Windows color (decimal): -16636128 or 2107138. OLE color: 2107138.
HSL color Cylindrical-coordinate representation of color #022720: hue angle of 168.65º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022720 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 39 | 32 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.85 |
| HSL | 168.65º | 0.9% | 0.08% | - |
| HSV(B) | 168.65º | 0.95% | 0.15% | - |
| XYZ | 1.01 | 1.57 | 1.62 | - |
| YUV | 27.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 32 | 0.95 | 0 | 0.18 | 0.85 | 168.65 | 0.9 | 0.08 |
| Hex | 2 | 27 | 20 | 5F | 0 | 12 | 55 | A9 | 5A | 8 |
| Octal | 2 | 47 | 40 | 137 | 0 | 22 | 125 | 251 | 132 | 10 |
| Binary | 10 | 100111 | 100000 | 1011111 | 0 | 10010 | 1010101 | 10101001 | 1011010 | 1000 |
Color Harmonies of #022720
Complementary color
Monochromatic Colors of #022720
Black with #022720
Text Example
Text Example
White with #022720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022720; }
p { color: rgb(2,39,32); }
H1.HeaderClassName
{
color: #022720;
}
.AnyTagClassName
{
color: #022720;
}
</style>
background-color css
<style>
a { background-color: #022720; }
a { background-color: rgb(2,39,32); }
div.DivClassName
{
background-color: #022720;
}
.BgClassName
{
background-color: #022720;
}
</style>
border-color css
<style>
span { border-color: #022720; }
span { border-color: rgb(2,39,32); }
td.TdClassName
{
border-color: #022720;
}
.TagClassName
{
border-color: #022720;
}
</style>