Shades of Dark Green #022D11
Tints of Dark Green #022D11
RGB
CMYK
RGB Variations
Color information
#022D11 (or 0x022D11) is known color: Dark Green. HEX triplet: 02, 2D and 11. RGB value is (2,45,17). Sum of RGB (Red+Green+Blue) = 2+45+17=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 45 (17.97% from 255 or 70.31% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 45 - color contains mainly: green. Hex color #022D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022D11 is #FDD2EE. Grayscale: #1D1D1D. Windows color (decimal): -16634607 or 1125634. OLE color: 1125634.
HSL color Cylindrical-coordinate representation of color #022D11: hue angle of 140.93º degrees, saturation: 0.91, 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 #022D11 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 17 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.82 |
| HSL | 140.93º | 0.91% | 0.09% | - |
| HSV(B) | 140.93º | 0.96% | 0.18% | - |
| XYZ | 1.06 | 1.93 | 0.85 | - |
| YUV | 28.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 17 | 0.96 | 0 | 0.62 | 0.82 | 140.93 | 0.91 | 0.09 |
| Hex | 2 | 2D | 11 | 60 | 0 | 3E | 52 | 8D | 5B | 9 |
| Octal | 2 | 55 | 21 | 140 | 0 | 76 | 122 | 215 | 133 | 11 |
| Binary | 10 | 101101 | 10001 | 1100000 | 0 | 111110 | 1010010 | 10001101 | 1011011 | 1001 |
Color Harmonies of #022D11
Complementary color
Monochromatic Colors of #022D11
Black with #022D11
Text Example
Text Example
White with #022D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D11; }
p { color: rgb(2,45,17); }
H1.HeaderClassName
{
color: #022D11;
}
.AnyTagClassName
{
color: #022D11;
}
</style>
background-color css
<style>
a { background-color: #022D11; }
a { background-color: rgb(2,45,17); }
div.DivClassName
{
background-color: #022D11;
}
.BgClassName
{
background-color: #022D11;
}
</style>
border-color css
<style>
span { border-color: #022D11; }
span { border-color: rgb(2,45,17); }
td.TdClassName
{
border-color: #022D11;
}
.TagClassName
{
border-color: #022D11;
}
</style>