Shades of Dark Green #022716
Tints of Dark Green #022716
RGB
CMYK
RGB Variations
Color information
#022716 (or 0x022716) is known color: Dark Green. HEX triplet: 02, 27 and 16. RGB value is (2,39,22). Sum of RGB (Red+Green+Blue) = 2+39+22=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #022716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022716 is #FDD8E9. Grayscale: #1A1A1A. Windows color (decimal): -16636138 or 1451778. OLE color: 1451778.
HSL color Cylindrical-coordinate representation of color #022716: hue angle of 152.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022716 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 39 | 22 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.85 |
| HSL | 152.43º | 0.9% | 0.08% | - |
| HSV(B) | 152.43º | 0.95% | 0.15% | - |
| XYZ | 0.9 | 1.52 | 1.01 | - |
| YUV | 26 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 22 | 0.95 | 0 | 0.44 | 0.85 | 152.43 | 0.9 | 0.08 |
| Hex | 2 | 27 | 16 | 5F | 0 | 2C | 55 | 98 | 5A | 8 |
| Octal | 2 | 47 | 26 | 137 | 0 | 54 | 125 | 230 | 132 | 10 |
| Binary | 10 | 100111 | 10110 | 1011111 | 0 | 101100 | 1010101 | 10011000 | 1011010 | 1000 |
Color Harmonies of #022716
Complementary color
Monochromatic Colors of #022716
Black with #022716
Text Example
Text Example
White with #022716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022716; }
p { color: rgb(2,39,22); }
H1.HeaderClassName
{
color: #022716;
}
.AnyTagClassName
{
color: #022716;
}
</style>
background-color css
<style>
a { background-color: #022716; }
a { background-color: rgb(2,39,22); }
div.DivClassName
{
background-color: #022716;
}
.BgClassName
{
background-color: #022716;
}
</style>
border-color css
<style>
span { border-color: #022716; }
span { border-color: rgb(2,39,22); }
td.TdClassName
{
border-color: #022716;
}
.TagClassName
{
border-color: #022716;
}
</style>