Shades of Dark Green #072221
Tints of Dark Green #072221
RGB
CMYK
RGB Variations
Color information
#072221 (or 0x072221) is known color: Dark Green. HEX triplet: 07, 22 and 21. RGB value is (7,34,33). Sum of RGB (Red+Green+Blue) = 7+34+33=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 34 - color contains mainly: green. Hex color #072221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072221 is #F8DDDE. Grayscale: #191919. Windows color (decimal): -16309727 or 2171399. OLE color: 2171399.
HSL color Cylindrical-coordinate representation of color #072221: hue angle of 177.78º 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 #072221 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 34 | 33 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.87 |
| HSL | 177.78º | 0.66% | 0.08% | - |
| HSV(B) | 177.78º | 0.79% | 0.13% | - |
| XYZ | 0.93 | 1.3 | 1.64 | - |
| YUV | 25.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 33 | 0.79 | 0 | 0.03 | 0.87 | 177.78 | 0.66 | 0.08 |
| Hex | 7 | 22 | 21 | 4F | 0 | 3 | 57 | B2 | 42 | 8 |
| Octal | 7 | 42 | 41 | 117 | 0 | 3 | 127 | 262 | 102 | 10 |
| Binary | 111 | 100010 | 100001 | 1001111 | 0 | 11 | 1010111 | 10110010 | 1000010 | 1000 |
Color Harmonies of #072221
Complementary color
Monochromatic Colors of #072221
Black with #072221
Text Example
Text Example
White with #072221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072221; }
p { color: rgb(7,34,33); }
H1.HeaderClassName
{
color: #072221;
}
.AnyTagClassName
{
color: #072221;
}
</style>
background-color css
<style>
a { background-color: #072221; }
a { background-color: rgb(7,34,33); }
div.DivClassName
{
background-color: #072221;
}
.BgClassName
{
background-color: #072221;
}
</style>
border-color css
<style>
span { border-color: #072221; }
span { border-color: rgb(7,34,33); }
td.TdClassName
{
border-color: #072221;
}
.TagClassName
{
border-color: #072221;
}
</style>