Shades of Dark Green #022A1E
Tints of Dark Green #022A1E
RGB
CMYK
RGB Variations
Color information
#022A1E (or 0x022A1E) is known color: Dark Green. HEX triplet: 02, 2A and 1E. RGB value is (2,42,30). Sum of RGB (Red+Green+Blue) = 2+42+30=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 42 (16.80% from 255 or 56.76% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 42 - color contains mainly: green. Hex color #022A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A1E is #FDD5E1. Grayscale: #1C1C1C. Windows color (decimal): -16635362 or 1976834. OLE color: 1976834.
HSL color Cylindrical-coordinate representation of color #022A1E: hue angle of 162º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022A1E is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 42 | 30 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.84 |
| HSL | 162º | 0.91% | 0.09% | - |
| HSV(B) | 162º | 0.95% | 0.16% | - |
| XYZ | 1.09 | 1.76 | 1.51 | - |
| YUV | 28.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 30 | 0.95 | 0 | 0.29 | 0.84 | 162 | 0.91 | 0.09 |
| Hex | 2 | 2A | 1E | 5F | 0 | 1D | 54 | A2 | 5B | 9 |
| Octal | 2 | 52 | 36 | 137 | 0 | 35 | 124 | 242 | 133 | 11 |
| Binary | 10 | 101010 | 11110 | 1011111 | 0 | 11101 | 1010100 | 10100010 | 1011011 | 1001 |
Color Harmonies of #022A1E
Complementary color
Monochromatic Colors of #022A1E
Black with #022A1E
Text Example
Text Example
White with #022A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A1E; }
p { color: rgb(2,42,30); }
H1.HeaderClassName
{
color: #022A1E;
}
.AnyTagClassName
{
color: #022A1E;
}
</style>
background-color css
<style>
a { background-color: #022A1E; }
a { background-color: rgb(2,42,30); }
div.DivClassName
{
background-color: #022A1E;
}
.BgClassName
{
background-color: #022A1E;
}
</style>
border-color css
<style>
span { border-color: #022A1E; }
span { border-color: rgb(2,42,30); }
td.TdClassName
{
border-color: #022A1E;
}
.TagClassName
{
border-color: #022A1E;
}
</style>