Shades of Dark Green #022E10
Tints of Dark Green #022E10
RGB
CMYK
RGB Variations
Color information
#022E10 (or 0x022E10) is known color: Dark Green. HEX triplet: 02, 2E and 10. RGB value is (2,46,16). Sum of RGB (Red+Green+Blue) = 2+46+16=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 46 (18.36% from 255 or 71.88% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 46 - color contains mainly: green. Hex color #022E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022E10 is #FDD1EF. Grayscale: #1D1D1D. Windows color (decimal): -16634352 or 1060354. OLE color: 1060354.
HSL color Cylindrical-coordinate representation of color #022E10: hue angle of 139.09º 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 #022E10 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 46 | 16 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.82 |
| HSL | 139.09º | 0.92% | 0.09% | - |
| HSV(B) | 139.09º | 0.96% | 0.18% | - |
| XYZ | 1.1 | 2 | 0.82 | - |
| YUV | 29.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 16 | 0.96 | 0 | 0.65 | 0.82 | 139.09 | 0.92 | 0.09 |
| Hex | 2 | 2E | 10 | 60 | 0 | 41 | 52 | 8B | 5C | 9 |
| Octal | 2 | 56 | 20 | 140 | 0 | 101 | 122 | 213 | 134 | 11 |
| Binary | 10 | 101110 | 10000 | 1100000 | 0 | 1000001 | 1010010 | 10001011 | 1011100 | 1001 |
Color Harmonies of #022E10
Complementary color
Monochromatic Colors of #022E10
Black with #022E10
Text Example
Text Example
White with #022E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E10; }
p { color: rgb(2,46,16); }
H1.HeaderClassName
{
color: #022E10;
}
.AnyTagClassName
{
color: #022E10;
}
</style>
background-color css
<style>
a { background-color: #022E10; }
a { background-color: rgb(2,46,16); }
div.DivClassName
{
background-color: #022E10;
}
.BgClassName
{
background-color: #022E10;
}
</style>
border-color css
<style>
span { border-color: #022E10; }
span { border-color: rgb(2,46,16); }
td.TdClassName
{
border-color: #022E10;
}
.TagClassName
{
border-color: #022E10;
}
</style>