Shades of Dark Green #022E20
Tints of Dark Green #022E20
RGB
CMYK
RGB Variations
Color information
#022E20 (or 0x022E20) is known color: Dark Green. HEX triplet: 02, 2E and 20. RGB value is (2,46,32). Sum of RGB (Red+Green+Blue) = 2+46+32=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 46 (18.36% from 255 or 57.5% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 46 - color contains mainly: green. Hex color #022E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E20 is #FDD1DF. Grayscale: #1F1F1F. Windows color (decimal): -16634336 or 2108930. OLE color: 2108930.
HSL color Cylindrical-coordinate representation of color #022E20: hue angle of 160.91º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022E20 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 46 | 32 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.82 |
| HSL | 160.91º | 0.92% | 0.09% | - |
| HSV(B) | 160.91º | 0.96% | 0.18% | - |
| XYZ | 1.26 | 2.07 | 1.7 | - |
| YUV | 31.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 32 | 0.96 | 0 | 0.30 | 0.82 | 160.91 | 0.92 | 0.09 |
| Hex | 2 | 2E | 20 | 60 | 0 | 1E | 52 | A1 | 5C | 9 |
| Octal | 2 | 56 | 40 | 140 | 0 | 36 | 122 | 241 | 134 | 11 |
| Binary | 10 | 101110 | 100000 | 1100000 | 0 | 11110 | 1010010 | 10100001 | 1011100 | 1001 |
Color Harmonies of #022E20
Complementary color
Monochromatic Colors of #022E20
Black with #022E20
Text Example
Text Example
White with #022E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E20; }
p { color: rgb(2,46,32); }
H1.HeaderClassName
{
color: #022E20;
}
.AnyTagClassName
{
color: #022E20;
}
</style>
background-color css
<style>
a { background-color: #022E20; }
a { background-color: rgb(2,46,32); }
div.DivClassName
{
background-color: #022E20;
}
.BgClassName
{
background-color: #022E20;
}
</style>
border-color css
<style>
span { border-color: #022E20; }
span { border-color: rgb(2,46,32); }
td.TdClassName
{
border-color: #022E20;
}
.TagClassName
{
border-color: #022E20;
}
</style>