Shades of Dark Green #022D13
Tints of Dark Green #022D13
RGB
CMYK
RGB Variations
Color information
#022D13 (or 0x022D13) is known color: Dark Green. HEX triplet: 02, 2D and 13. RGB value is (2,45,19). Sum of RGB (Red+Green+Blue) = 2+45+19=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 45 (17.97% from 255 or 68.18% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 45 - color contains mainly: green. Hex color #022D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022D13 is #FDD2EC. Grayscale: #1D1D1D. Windows color (decimal): -16634605 or 1256706. OLE color: 1256706.
HSL color Cylindrical-coordinate representation of color #022D13: hue angle of 143.72º 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 #022D13 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 19 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.82 |
| HSL | 143.72º | 0.91% | 0.09% | - |
| HSV(B) | 143.72º | 0.96% | 0.18% | - |
| XYZ | 1.08 | 1.94 | 0.93 | - |
| YUV | 29.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 19 | 0.96 | 0 | 0.58 | 0.82 | 143.72 | 0.91 | 0.09 |
| Hex | 2 | 2D | 13 | 60 | 0 | 3A | 52 | 90 | 5B | 9 |
| Octal | 2 | 55 | 23 | 140 | 0 | 72 | 122 | 220 | 133 | 11 |
| Binary | 10 | 101101 | 10011 | 1100000 | 0 | 111010 | 1010010 | 10010000 | 1011011 | 1001 |
Color Harmonies of #022D13
Complementary color
Monochromatic Colors of #022D13
Black with #022D13
Text Example
Text Example
White with #022D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D13; }
p { color: rgb(2,45,19); }
H1.HeaderClassName
{
color: #022D13;
}
.AnyTagClassName
{
color: #022D13;
}
</style>
background-color css
<style>
a { background-color: #022D13; }
a { background-color: rgb(2,45,19); }
div.DivClassName
{
background-color: #022D13;
}
.BgClassName
{
background-color: #022D13;
}
</style>
border-color css
<style>
span { border-color: #022D13; }
span { border-color: rgb(2,45,19); }
td.TdClassName
{
border-color: #022D13;
}
.TagClassName
{
border-color: #022D13;
}
</style>