Shades of Dark Green #022E1E
Tints of Dark Green #022E1E
RGB
CMYK
RGB Variations
Color information
#022E1E (or 0x022E1E) is known color: Dark Green. HEX triplet: 02, 2E and 1E. RGB value is (2,46,30). Sum of RGB (Red+Green+Blue) = 2+46+30=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #022E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E1E is #FDD1E1. Grayscale: #1F1F1F. Windows color (decimal): -16634338 or 1977858. OLE color: 1977858.
HSL color Cylindrical-coordinate representation of color #022E1E: hue angle of 158.18º 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 #022E1E is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 46 | 30 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.82 |
| HSL | 158.18º | 0.92% | 0.09% | - |
| HSV(B) | 158.18º | 0.96% | 0.18% | - |
| XYZ | 1.24 | 2.06 | 1.56 | - |
| YUV | 31.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 30 | 0.96 | 0 | 0.35 | 0.82 | 158.18 | 0.92 | 0.09 |
| Hex | 2 | 2E | 1E | 60 | 0 | 23 | 52 | 9E | 5C | 9 |
| Octal | 2 | 56 | 36 | 140 | 0 | 43 | 122 | 236 | 134 | 11 |
| Binary | 10 | 101110 | 11110 | 1100000 | 0 | 100011 | 1010010 | 10011110 | 1011100 | 1001 |
Color Harmonies of #022E1E
Complementary color
Monochromatic Colors of #022E1E
Black with #022E1E
Text Example
Text Example
White with #022E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E1E; }
p { color: rgb(2,46,30); }
H1.HeaderClassName
{
color: #022E1E;
}
.AnyTagClassName
{
color: #022E1E;
}
</style>
background-color css
<style>
a { background-color: #022E1E; }
a { background-color: rgb(2,46,30); }
div.DivClassName
{
background-color: #022E1E;
}
.BgClassName
{
background-color: #022E1E;
}
</style>
border-color css
<style>
span { border-color: #022E1E; }
span { border-color: rgb(2,46,30); }
td.TdClassName
{
border-color: #022E1E;
}
.TagClassName
{
border-color: #022E1E;
}
</style>