Shades of Dark Green #022115
Tints of Dark Green #022115
RGB
CMYK
RGB Variations
Color information
#022115 (or 0x022115) is known color: Dark Green. HEX triplet: 02, 21 and 15. RGB value is (2,33,21). Sum of RGB (Red+Green+Blue) = 2+33+21=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #022115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022115 is #FDDEEA. Grayscale: #161616. Windows color (decimal): -16637675 or 1384706. OLE color: 1384706.
HSL color Cylindrical-coordinate representation of color #022115: hue angle of 156.77º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022115 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 21 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.87 |
| HSL | 156.77º | 0.89% | 0.07% | - |
| HSV(B) | 156.77º | 0.94% | 0.13% | - |
| XYZ | 0.7 | 1.15 | 0.9 | - |
| YUV | 22.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 21 | 0.94 | 0 | 0.36 | 0.87 | 156.77 | 0.89 | 0.07 |
| Hex | 2 | 21 | 15 | 5E | 0 | 24 | 57 | 9D | 59 | 7 |
| Octal | 2 | 41 | 25 | 136 | 0 | 44 | 127 | 235 | 131 | 7 |
| Binary | 10 | 100001 | 10101 | 1011110 | 0 | 100100 | 1010111 | 10011101 | 1011001 | 111 |
Color Harmonies of #022115
Complementary color
Monochromatic Colors of #022115
Black with #022115
Text Example
Text Example
White with #022115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022115; }
p { color: rgb(2,33,21); }
H1.HeaderClassName
{
color: #022115;
}
.AnyTagClassName
{
color: #022115;
}
</style>
background-color css
<style>
a { background-color: #022115; }
a { background-color: rgb(2,33,21); }
div.DivClassName
{
background-color: #022115;
}
.BgClassName
{
background-color: #022115;
}
</style>
border-color css
<style>
span { border-color: #022115; }
span { border-color: rgb(2,33,21); }
td.TdClassName
{
border-color: #022115;
}
.TagClassName
{
border-color: #022115;
}
</style>