Shades of Dark Green #022E1D
Tints of Dark Green #022E1D
RGB
CMYK
RGB Variations
Color information
#022E1D (or 0x022E1D) is known color: Dark Green. HEX triplet: 02, 2E and 1D. RGB value is (2,46,29). Sum of RGB (Red+Green+Blue) = 2+46+29=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 46 (18.36% from 255 or 59.74% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 46 - color contains mainly: green. Hex color #022E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E1D is #FDD1E2. Grayscale: #1E1E1E. Windows color (decimal): -16634339 or 1912322. OLE color: 1912322.
HSL color Cylindrical-coordinate representation of color #022E1D: hue angle of 156.82º 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 #022E1D is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 46 | 29 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.82 |
| HSL | 156.82º | 0.92% | 0.09% | - |
| HSV(B) | 156.82º | 0.96% | 0.18% | - |
| XYZ | 1.22 | 2.06 | 1.49 | - |
| YUV | 30.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 29 | 0.96 | 0 | 0.37 | 0.82 | 156.82 | 0.92 | 0.09 |
| Hex | 2 | 2E | 1D | 60 | 0 | 25 | 52 | 9D | 5C | 9 |
| Octal | 2 | 56 | 35 | 140 | 0 | 45 | 122 | 235 | 134 | 11 |
| Binary | 10 | 101110 | 11101 | 1100000 | 0 | 100101 | 1010010 | 10011101 | 1011100 | 1001 |
Color Harmonies of #022E1D
Complementary color
Monochromatic Colors of #022E1D
Black with #022E1D
Text Example
Text Example
White with #022E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E1D; }
p { color: rgb(2,46,29); }
H1.HeaderClassName
{
color: #022E1D;
}
.AnyTagClassName
{
color: #022E1D;
}
</style>
background-color css
<style>
a { background-color: #022E1D; }
a { background-color: rgb(2,46,29); }
div.DivClassName
{
background-color: #022E1D;
}
.BgClassName
{
background-color: #022E1D;
}
</style>
border-color css
<style>
span { border-color: #022E1D; }
span { border-color: rgb(2,46,29); }
td.TdClassName
{
border-color: #022E1D;
}
.TagClassName
{
border-color: #022E1D;
}
</style>