Shades of Dark Green #022D20
Tints of Dark Green #022D20
RGB
CMYK
RGB Variations
Color information
#022D20 (or 0x022D20) is known color: Dark Green. HEX triplet: 02, 2D and 20. RGB value is (2,45,32). Sum of RGB (Red+Green+Blue) = 2+45+32=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 45 (17.97% from 255 or 56.96% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 45 - color contains mainly: green. Hex color #022D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D20 is #FDD2DF. Grayscale: #1E1E1E. Windows color (decimal): -16634592 or 2108674. OLE color: 2108674.
HSL color Cylindrical-coordinate representation of color #022D20: hue angle of 161.86º 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 #022D20 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 32 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.82 |
| HSL | 161.86º | 0.91% | 0.09% | - |
| HSV(B) | 161.86º | 0.96% | 0.18% | - |
| XYZ | 1.22 | 1.99 | 1.69 | - |
| YUV | 30.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 32 | 0.96 | 0 | 0.29 | 0.82 | 161.86 | 0.91 | 0.09 |
| Hex | 2 | 2D | 20 | 60 | 0 | 1D | 52 | A2 | 5B | 9 |
| Octal | 2 | 55 | 40 | 140 | 0 | 35 | 122 | 242 | 133 | 11 |
| Binary | 10 | 101101 | 100000 | 1100000 | 0 | 11101 | 1010010 | 10100010 | 1011011 | 1001 |
Color Harmonies of #022D20
Complementary color
Monochromatic Colors of #022D20
Black with #022D20
Text Example
Text Example
White with #022D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D20; }
p { color: rgb(2,45,32); }
H1.HeaderClassName
{
color: #022D20;
}
.AnyTagClassName
{
color: #022D20;
}
</style>
background-color css
<style>
a { background-color: #022D20; }
a { background-color: rgb(2,45,32); }
div.DivClassName
{
background-color: #022D20;
}
.BgClassName
{
background-color: #022D20;
}
</style>
border-color css
<style>
span { border-color: #022D20; }
span { border-color: rgb(2,45,32); }
td.TdClassName
{
border-color: #022D20;
}
.TagClassName
{
border-color: #022D20;
}
</style>