Shades of Dark Green #022316
Tints of Dark Green #022316
RGB
CMYK
RGB Variations
Color information
#022316 (or 0x022316) is known color: Dark Green. HEX triplet: 02, 23 and 16. RGB value is (2,35,22). Sum of RGB (Red+Green+Blue) = 2+35+22=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #022316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022316 is #FDDCE9. Grayscale: #171717. Windows color (decimal): -16637162 or 1450754. OLE color: 1450754.
HSL color Cylindrical-coordinate representation of color #022316: hue angle of 156.36º 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 #022316 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 35 | 22 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.86 |
| HSL | 156.36º | 0.89% | 0.07% | - |
| HSV(B) | 156.36º | 0.94% | 0.14% | - |
| XYZ | 0.77 | 1.27 | 0.96 | - |
| YUV | 23.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 22 | 0.94 | 0 | 0.37 | 0.86 | 156.36 | 0.89 | 0.07 |
| Hex | 2 | 23 | 16 | 5E | 0 | 25 | 56 | 9C | 59 | 7 |
| Octal | 2 | 43 | 26 | 136 | 0 | 45 | 126 | 234 | 131 | 7 |
| Binary | 10 | 100011 | 10110 | 1011110 | 0 | 100101 | 1010110 | 10011100 | 1011001 | 111 |
Color Harmonies of #022316
Complementary color
Monochromatic Colors of #022316
Black with #022316
Text Example
Text Example
White with #022316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022316; }
p { color: rgb(2,35,22); }
H1.HeaderClassName
{
color: #022316;
}
.AnyTagClassName
{
color: #022316;
}
</style>
background-color css
<style>
a { background-color: #022316; }
a { background-color: rgb(2,35,22); }
div.DivClassName
{
background-color: #022316;
}
.BgClassName
{
background-color: #022316;
}
</style>
border-color css
<style>
span { border-color: #022316; }
span { border-color: rgb(2,35,22); }
td.TdClassName
{
border-color: #022316;
}
.TagClassName
{
border-color: #022316;
}
</style>