Shades of Dark Green #072B16
Tints of Dark Green #072B16
RGB
CMYK
RGB Variations
Color information
#072B16 (or 0x072B16) is known color: Dark Green. HEX triplet: 07, 2B and 16. RGB value is (7,43,22). Sum of RGB (Red+Green+Blue) = 7+43+22=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 43 (17.19% from 255 or 59.72% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 43 - color contains mainly: green. Hex color #072B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B16 is #F8D4E9. Grayscale: #1D1D1D. Windows color (decimal): -16307434 or 1452807. OLE color: 1452807.
HSL color Cylindrical-coordinate representation of color #072B16: hue angle of 145º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072B16 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 43 | 22 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.83 |
| HSL | 145º | 0.72% | 0.1% | - |
| HSV(B) | 145º | 0.84% | 0.17% | - |
| XYZ | 1.1 | 1.83 | 1.05 | - |
| YUV | 29.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 22 | 0.84 | 0 | 0.49 | 0.83 | 145 | 0.72 | 0.1 |
| Hex | 7 | 2B | 16 | 54 | 0 | 31 | 53 | 91 | 48 | A |
| Octal | 7 | 53 | 26 | 124 | 0 | 61 | 123 | 221 | 110 | 12 |
| Binary | 111 | 101011 | 10110 | 1010100 | 0 | 110001 | 1010011 | 10010001 | 1001000 | 1010 |
Color Harmonies of #072B16
Complementary color
Monochromatic Colors of #072B16
Black with #072B16
Text Example
Text Example
White with #072B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B16; }
p { color: rgb(7,43,22); }
H1.HeaderClassName
{
color: #072B16;
}
.AnyTagClassName
{
color: #072B16;
}
</style>
background-color css
<style>
a { background-color: #072B16; }
a { background-color: rgb(7,43,22); }
div.DivClassName
{
background-color: #072B16;
}
.BgClassName
{
background-color: #072B16;
}
</style>
border-color css
<style>
span { border-color: #072B16; }
span { border-color: rgb(7,43,22); }
td.TdClassName
{
border-color: #072B16;
}
.TagClassName
{
border-color: #072B16;
}
</style>