Shades of Dark Green #022315
Tints of Dark Green #022315
RGB
CMYK
RGB Variations
Color information
#022315 (or 0x022315) is known color: Dark Green. HEX triplet: 02, 23 and 15. RGB value is (2,35,21). Sum of RGB (Red+Green+Blue) = 2+35+21=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #022315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022315 is #FDDCEA. Grayscale: #171717. Windows color (decimal): -16637163 or 1385218. OLE color: 1385218.
HSL color Cylindrical-coordinate representation of color #022315: hue angle of 154.55º 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 #022315 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 35 | 21 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.86 |
| HSL | 154.55º | 0.89% | 0.07% | - |
| HSV(B) | 154.55º | 0.94% | 0.14% | - |
| XYZ | 0.76 | 1.27 | 0.91 | - |
| YUV | 23.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 21 | 0.94 | 0 | 0.40 | 0.86 | 154.55 | 0.89 | 0.07 |
| Hex | 2 | 23 | 15 | 5E | 0 | 28 | 56 | 9B | 59 | 7 |
| Octal | 2 | 43 | 25 | 136 | 0 | 50 | 126 | 233 | 131 | 7 |
| Binary | 10 | 100011 | 10101 | 1011110 | 0 | 101000 | 1010110 | 10011011 | 1011001 | 111 |
Color Harmonies of #022315
Complementary color
Monochromatic Colors of #022315
Black with #022315
Text Example
Text Example
White with #022315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022315; }
p { color: rgb(2,35,21); }
H1.HeaderClassName
{
color: #022315;
}
.AnyTagClassName
{
color: #022315;
}
</style>
background-color css
<style>
a { background-color: #022315; }
a { background-color: rgb(2,35,21); }
div.DivClassName
{
background-color: #022315;
}
.BgClassName
{
background-color: #022315;
}
</style>
border-color css
<style>
span { border-color: #022315; }
span { border-color: rgb(2,35,21); }
td.TdClassName
{
border-color: #022315;
}
.TagClassName
{
border-color: #022315;
}
</style>