Shades of Dark Green #022015
Tints of Dark Green #022015
RGB
CMYK
RGB Variations
Color information
#022015 (or 0x022015) is known color: Dark Green. HEX triplet: 02, 20 and 15. RGB value is (2,32,21). Sum of RGB (Red+Green+Blue) = 2+32+21=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #022015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022015 is #FDDFEA. Grayscale: #151515. Windows color (decimal): -16637931 or 1384450. OLE color: 1384450.
HSL color Cylindrical-coordinate representation of color #022015: hue angle of 158º degrees, saturation: 0.88, 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 #022015 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 32 | 21 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.87 |
| HSL | 158º | 0.88% | 0.07% | - |
| HSV(B) | 158º | 0.94% | 0.13% | - |
| XYZ | 0.68 | 1.1 | 0.89 | - |
| YUV | 21.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 21 | 0.94 | 0 | 0.34 | 0.87 | 158 | 0.88 | 0.07 |
| Hex | 2 | 20 | 15 | 5E | 0 | 22 | 57 | 9E | 58 | 7 |
| Octal | 2 | 40 | 25 | 136 | 0 | 42 | 127 | 236 | 130 | 7 |
| Binary | 10 | 100000 | 10101 | 1011110 | 0 | 100010 | 1010111 | 10011110 | 1011000 | 111 |
Color Harmonies of #022015
Complementary color
Monochromatic Colors of #022015
Black with #022015
Text Example
Text Example
White with #022015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022015; }
p { color: rgb(2,32,21); }
H1.HeaderClassName
{
color: #022015;
}
.AnyTagClassName
{
color: #022015;
}
</style>
background-color css
<style>
a { background-color: #022015; }
a { background-color: rgb(2,32,21); }
div.DivClassName
{
background-color: #022015;
}
.BgClassName
{
background-color: #022015;
}
</style>
border-color css
<style>
span { border-color: #022015; }
span { border-color: rgb(2,32,21); }
td.TdClassName
{
border-color: #022015;
}
.TagClassName
{
border-color: #022015;
}
</style>