Shades of Dark Green #022E21
Tints of Dark Green #022E21
RGB
CMYK
RGB Variations
Color information
#022E21 (or 0x022E21) is known color: Dark Green. HEX triplet: 02, 2E and 21. RGB value is (2,46,33). Sum of RGB (Red+Green+Blue) = 2+46+33=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 46 (18.36% from 255 or 56.79% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 46 - color contains mainly: green. Hex color #022E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E21 is #FDD1DE. Grayscale: #1F1F1F. Windows color (decimal): -16634335 or 2174466. OLE color: 2174466.
HSL color Cylindrical-coordinate representation of color #022E21: hue angle of 162.27º 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 #022E21 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 46 | 33 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.82 |
| HSL | 162.27º | 0.92% | 0.09% | - |
| HSV(B) | 162.27º | 0.96% | 0.18% | - |
| XYZ | 1.28 | 2.08 | 1.77 | - |
| YUV | 31.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 33 | 0.96 | 0 | 0.28 | 0.82 | 162.27 | 0.92 | 0.09 |
| Hex | 2 | 2E | 21 | 60 | 0 | 1C | 52 | A2 | 5C | 9 |
| Octal | 2 | 56 | 41 | 140 | 0 | 34 | 122 | 242 | 134 | 11 |
| Binary | 10 | 101110 | 100001 | 1100000 | 0 | 11100 | 1010010 | 10100010 | 1011100 | 1001 |
Color Harmonies of #022E21
Complementary color
Monochromatic Colors of #022E21
Black with #022E21
Text Example
Text Example
White with #022E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E21; }
p { color: rgb(2,46,33); }
H1.HeaderClassName
{
color: #022E21;
}
.AnyTagClassName
{
color: #022E21;
}
</style>
background-color css
<style>
a { background-color: #022E21; }
a { background-color: rgb(2,46,33); }
div.DivClassName
{
background-color: #022E21;
}
.BgClassName
{
background-color: #022E21;
}
</style>
border-color css
<style>
span { border-color: #022E21; }
span { border-color: rgb(2,46,33); }
td.TdClassName
{
border-color: #022E21;
}
.TagClassName
{
border-color: #022E21;
}
</style>