Shades of Dark Green #022E24
Tints of Dark Green #022E24
RGB
CMYK
RGB Variations
Color information
#022E24 (or 0x022E24) is known color: Dark Green. HEX triplet: 02, 2E and 24. RGB value is (2,46,36). Sum of RGB (Red+Green+Blue) = 2+46+36=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 46 (18.36% from 255 or 54.76% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 46 - color contains mainly: green. Hex color #022E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E24 is #FDD1DB. Grayscale: #1F1F1F. Windows color (decimal): -16634332 or 2371074. OLE color: 2371074.
HSL color Cylindrical-coordinate representation of color #022E24: hue angle of 166.36º 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 #022E24 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 46 | 36 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.82 |
| HSL | 166.36º | 0.92% | 0.09% | - |
| HSV(B) | 166.36º | 0.96% | 0.18% | - |
| XYZ | 1.32 | 2.09 | 2 | - |
| YUV | 31.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 36 | 0.96 | 0 | 0.22 | 0.82 | 166.36 | 0.92 | 0.09 |
| Hex | 2 | 2E | 24 | 60 | 0 | 16 | 52 | A6 | 5C | 9 |
| Octal | 2 | 56 | 44 | 140 | 0 | 26 | 122 | 246 | 134 | 11 |
| Binary | 10 | 101110 | 100100 | 1100000 | 0 | 10110 | 1010010 | 10100110 | 1011100 | 1001 |
Color Harmonies of #022E24
Complementary color
Monochromatic Colors of #022E24
Black with #022E24
Text Example
Text Example
White with #022E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E24; }
p { color: rgb(2,46,36); }
H1.HeaderClassName
{
color: #022E24;
}
.AnyTagClassName
{
color: #022E24;
}
</style>
background-color css
<style>
a { background-color: #022E24; }
a { background-color: rgb(2,46,36); }
div.DivClassName
{
background-color: #022E24;
}
.BgClassName
{
background-color: #022E24;
}
</style>
border-color css
<style>
span { border-color: #022E24; }
span { border-color: rgb(2,46,36); }
td.TdClassName
{
border-color: #022E24;
}
.TagClassName
{
border-color: #022E24;
}
</style>