Shades of Dark Green #022A0E
Tints of Dark Green #022A0E
RGB
CMYK
RGB Variations
Color information
#022A0E (or 0x022A0E) is known color: Dark Green. HEX triplet: 02, 2A and 0E. RGB value is (2,42,14). Sum of RGB (Red+Green+Blue) = 2+42+14=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 42 (16.80% from 255 or 72.41% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 42 - color contains mainly: green. Hex color #022A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022A0E is #FDD5F1. Grayscale: #1A1A1A. Windows color (decimal): -16635378 or 928258. OLE color: 928258.
HSL color Cylindrical-coordinate representation of color #022A0E: hue angle of 138º 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 #022A0E is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 42 | 14 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.84 |
| HSL | 138º | 0.91% | 0.09% | - |
| HSV(B) | 138º | 0.95% | 0.16% | - |
| XYZ | 0.93 | 1.7 | 0.69 | - |
| YUV | 26.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 14 | 0.95 | 0 | 0.67 | 0.84 | 138 | 0.91 | 0.09 |
| Hex | 2 | 2A | E | 5F | 0 | 43 | 54 | 8A | 5B | 9 |
| Octal | 2 | 52 | 16 | 137 | 0 | 103 | 124 | 212 | 133 | 11 |
| Binary | 10 | 101010 | 1110 | 1011111 | 0 | 1000011 | 1010100 | 10001010 | 1011011 | 1001 |
Color Harmonies of #022A0E
Complementary color
Monochromatic Colors of #022A0E
Black with #022A0E
Text Example
Text Example
White with #022A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A0E; }
p { color: rgb(2,42,14); }
H1.HeaderClassName
{
color: #022A0E;
}
.AnyTagClassName
{
color: #022A0E;
}
</style>
background-color css
<style>
a { background-color: #022A0E; }
a { background-color: rgb(2,42,14); }
div.DivClassName
{
background-color: #022A0E;
}
.BgClassName
{
background-color: #022A0E;
}
</style>
border-color css
<style>
span { border-color: #022A0E; }
span { border-color: rgb(2,42,14); }
td.TdClassName
{
border-color: #022A0E;
}
.TagClassName
{
border-color: #022A0E;
}
</style>