Shades of Dark Green #072B1D
Tints of Dark Green #072B1D
RGB
CMYK
RGB Variations
Color information
#072B1D (or 0x072B1D) is known color: Dark Green. HEX triplet: 07, 2B and 1D. RGB value is (7,43,29). Sum of RGB (Red+Green+Blue) = 7+43+29=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 43 (17.19% from 255 or 54.43% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 43 - color contains mainly: green. Hex color #072B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B1D is #F8D4E2. Grayscale: #1E1E1E. Windows color (decimal): -16307427 or 1911559. OLE color: 1911559.
HSL color Cylindrical-coordinate representation of color #072B1D: hue angle of 156.67º 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 #072B1D is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 43 | 29 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.83 |
| HSL | 156.67º | 0.72% | 0.1% | - |
| HSV(B) | 156.67º | 0.84% | 0.17% | - |
| XYZ | 1.17 | 1.86 | 1.46 | - |
| YUV | 30.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 29 | 0.84 | 0 | 0.33 | 0.83 | 156.67 | 0.72 | 0.1 |
| Hex | 7 | 2B | 1D | 54 | 0 | 21 | 53 | 9D | 48 | A |
| Octal | 7 | 53 | 35 | 124 | 0 | 41 | 123 | 235 | 110 | 12 |
| Binary | 111 | 101011 | 11101 | 1010100 | 0 | 100001 | 1010011 | 10011101 | 1001000 | 1010 |
Color Harmonies of #072B1D
Complementary color
Monochromatic Colors of #072B1D
Black with #072B1D
Text Example
Text Example
White with #072B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B1D; }
p { color: rgb(7,43,29); }
H1.HeaderClassName
{
color: #072B1D;
}
.AnyTagClassName
{
color: #072B1D;
}
</style>
background-color css
<style>
a { background-color: #072B1D; }
a { background-color: rgb(7,43,29); }
div.DivClassName
{
background-color: #072B1D;
}
.BgClassName
{
background-color: #072B1D;
}
</style>
border-color css
<style>
span { border-color: #072B1D; }
span { border-color: rgb(7,43,29); }
td.TdClassName
{
border-color: #072B1D;
}
.TagClassName
{
border-color: #072B1D;
}
</style>