Shades of Dark Green #022415
Tints of Dark Green #022415
RGB
CMYK
RGB Variations
Color information
#022415 (or 0x022415) is known color: Dark Green. HEX triplet: 02, 24 and 15. RGB value is (2,36,21). Sum of RGB (Red+Green+Blue) = 2+36+21=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #022415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022415 is #FDDBEA. Grayscale: #181818. Windows color (decimal): -16636907 or 1385474. OLE color: 1385474.
HSL color Cylindrical-coordinate representation of color #022415: hue angle of 153.53º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022415 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 21 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.86 |
| HSL | 153.53º | 0.89% | 0.07% | - |
| HSV(B) | 153.53º | 0.94% | 0.14% | - |
| XYZ | 0.79 | 1.33 | 0.92 | - |
| YUV | 24.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 21 | 0.94 | 0 | 0.42 | 0.86 | 153.53 | 0.89 | 0.07 |
| Hex | 2 | 24 | 15 | 5E | 0 | 2A | 56 | 9A | 59 | 7 |
| Octal | 2 | 44 | 25 | 136 | 0 | 52 | 126 | 232 | 131 | 7 |
| Binary | 10 | 100100 | 10101 | 1011110 | 0 | 101010 | 1010110 | 10011010 | 1011001 | 111 |
Color Harmonies of #022415
Complementary color
Monochromatic Colors of #022415
Black with #022415
Text Example
Text Example
White with #022415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022415; }
p { color: rgb(2,36,21); }
H1.HeaderClassName
{
color: #022415;
}
.AnyTagClassName
{
color: #022415;
}
</style>
background-color css
<style>
a { background-color: #022415; }
a { background-color: rgb(2,36,21); }
div.DivClassName
{
background-color: #022415;
}
.BgClassName
{
background-color: #022415;
}
</style>
border-color css
<style>
span { border-color: #022415; }
span { border-color: rgb(2,36,21); }
td.TdClassName
{
border-color: #022415;
}
.TagClassName
{
border-color: #022415;
}
</style>