Shades of Dark Green #072220
Tints of Dark Green #072220
RGB
CMYK
RGB Variations
Color information
#072220 (or 0x072220) is known color: Dark Green. HEX triplet: 07, 22 and 20. RGB value is (7,34,32). Sum of RGB (Red+Green+Blue) = 7+34+32=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 34 - color contains mainly: green. Hex color #072220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072220 is #F8DDDF. Grayscale: #191919. Windows color (decimal): -16309728 or 2105863. OLE color: 2105863.
HSL color Cylindrical-coordinate representation of color #072220: hue angle of 175.56º 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 #072220 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 34 | 32 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.87 |
| HSL | 175.56º | 0.66% | 0.08% | - |
| HSV(B) | 175.56º | 0.79% | 0.13% | - |
| XYZ | 0.92 | 1.29 | 1.57 | - |
| YUV | 25.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 32 | 0.79 | 0 | 0.06 | 0.87 | 175.56 | 0.66 | 0.08 |
| Hex | 7 | 22 | 20 | 4F | 0 | 6 | 57 | B0 | 42 | 8 |
| Octal | 7 | 42 | 40 | 117 | 0 | 6 | 127 | 260 | 102 | 10 |
| Binary | 111 | 100010 | 100000 | 1001111 | 0 | 110 | 1010111 | 10110000 | 1000010 | 1000 |
Color Harmonies of #072220
Complementary color
Monochromatic Colors of #072220
Black with #072220
Text Example
Text Example
White with #072220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072220; }
p { color: rgb(7,34,32); }
H1.HeaderClassName
{
color: #072220;
}
.AnyTagClassName
{
color: #072220;
}
</style>
background-color css
<style>
a { background-color: #072220; }
a { background-color: rgb(7,34,32); }
div.DivClassName
{
background-color: #072220;
}
.BgClassName
{
background-color: #072220;
}
</style>
border-color css
<style>
span { border-color: #072220; }
span { border-color: rgb(7,34,32); }
td.TdClassName
{
border-color: #072220;
}
.TagClassName
{
border-color: #072220;
}
</style>