Shades of Dark Green #072210
Tints of Dark Green #072210
RGB
CMYK
RGB Variations
Color information
#072210 (or 0x072210) is known color: Dark Green. HEX triplet: 07, 22 and 10. RGB value is (7,34,16). Sum of RGB (Red+Green+Blue) = 7+34+16=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 34 (13.67% from 255 or 59.65% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 34 - color contains mainly: green. Hex color #072210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072210 is #F8DDEF. Grayscale: #171717. Windows color (decimal): -16309744 or 1057287. OLE color: 1057287.
HSL color Cylindrical-coordinate representation of color #072210: hue angle of 140º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #072210 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 34 | 16 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.87 |
| HSL | 140º | 0.66% | 0.08% | - |
| HSV(B) | 140º | 0.79% | 0.13% | - |
| XYZ | 0.75 | 1.23 | 0.69 | - |
| YUV | 23.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 16 | 0.79 | 0 | 0.53 | 0.87 | 140 | 0.66 | 0.08 |
| Hex | 7 | 22 | 10 | 4F | 0 | 35 | 57 | 8C | 42 | 8 |
| Octal | 7 | 42 | 20 | 117 | 0 | 65 | 127 | 214 | 102 | 10 |
| Binary | 111 | 100010 | 10000 | 1001111 | 0 | 110101 | 1010111 | 10001100 | 1000010 | 1000 |
Color Harmonies of #072210
Complementary color
Monochromatic Colors of #072210
Black with #072210
Text Example
Text Example
White with #072210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072210; }
p { color: rgb(7,34,16); }
H1.HeaderClassName
{
color: #072210;
}
.AnyTagClassName
{
color: #072210;
}
</style>
background-color css
<style>
a { background-color: #072210; }
a { background-color: rgb(7,34,16); }
div.DivClassName
{
background-color: #072210;
}
.BgClassName
{
background-color: #072210;
}
</style>
border-color css
<style>
span { border-color: #072210; }
span { border-color: rgb(7,34,16); }
td.TdClassName
{
border-color: #072210;
}
.TagClassName
{
border-color: #072210;
}
</style>