Shades of Dark Green #072411
Tints of Dark Green #072411
RGB
CMYK
RGB Variations
Color information
#072411 (or 0x072411) is known color: Dark Green. HEX triplet: 07, 24 and 11. RGB value is (7,36,17). Sum of RGB (Red+Green+Blue) = 7+36+17=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #072411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072411 is #F8DBEE. Grayscale: #191919. Windows color (decimal): -16309231 or 1123335. OLE color: 1123335.
HSL color Cylindrical-coordinate representation of color #072411: hue angle of 140.69º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072411 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 36 | 17 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.86 |
| HSL | 140.69º | 0.67% | 0.08% | - |
| HSV(B) | 140.69º | 0.81% | 0.14% | - |
| XYZ | 0.82 | 1.35 | 0.75 | - |
| YUV | 25.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 17 | 0.81 | 0 | 0.53 | 0.86 | 140.69 | 0.67 | 0.08 |
| Hex | 7 | 24 | 11 | 51 | 0 | 35 | 56 | 8D | 43 | 8 |
| Octal | 7 | 44 | 21 | 121 | 0 | 65 | 126 | 215 | 103 | 10 |
| Binary | 111 | 100100 | 10001 | 1010001 | 0 | 110101 | 1010110 | 10001101 | 1000011 | 1000 |
Color Harmonies of #072411
Complementary color
Monochromatic Colors of #072411
Black with #072411
Text Example
Text Example
White with #072411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072411; }
p { color: rgb(7,36,17); }
H1.HeaderClassName
{
color: #072411;
}
.AnyTagClassName
{
color: #072411;
}
</style>
background-color css
<style>
a { background-color: #072411; }
a { background-color: rgb(7,36,17); }
div.DivClassName
{
background-color: #072411;
}
.BgClassName
{
background-color: #072411;
}
</style>
border-color css
<style>
span { border-color: #072411; }
span { border-color: rgb(7,36,17); }
td.TdClassName
{
border-color: #072411;
}
.TagClassName
{
border-color: #072411;
}
</style>