Shades of Dark Green #072918
Tints of Dark Green #072918
RGB
CMYK
RGB Variations
Color information
#072918 (or 0x072918) is known color: Dark Green. HEX triplet: 07, 29 and 18. RGB value is (7,41,24). Sum of RGB (Red+Green+Blue) = 7+41+24=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 41 (16.41% from 255 or 56.94% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 41 - color contains mainly: green. Hex color #072918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072918 is #F8D6E7. Grayscale: #1C1C1C. Windows color (decimal): -16307944 or 1583367. OLE color: 1583367.
HSL color Cylindrical-coordinate representation of color #072918: hue angle of 150º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #072918 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 41 | 24 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.84 |
| HSL | 150º | 0.71% | 0.09% | - |
| HSV(B) | 150º | 0.83% | 0.16% | - |
| XYZ | 1.05 | 1.7 | 1.14 | - |
| YUV | 28.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 24 | 0.83 | 0 | 0.41 | 0.84 | 150 | 0.71 | 0.09 |
| Hex | 7 | 29 | 18 | 53 | 0 | 29 | 54 | 96 | 47 | 9 |
| Octal | 7 | 51 | 30 | 123 | 0 | 51 | 124 | 226 | 107 | 11 |
| Binary | 111 | 101001 | 11000 | 1010011 | 0 | 101001 | 1010100 | 10010110 | 1000111 | 1001 |
Color Harmonies of #072918
Complementary color
Monochromatic Colors of #072918
Black with #072918
Text Example
Text Example
White with #072918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072918; }
p { color: rgb(7,41,24); }
H1.HeaderClassName
{
color: #072918;
}
.AnyTagClassName
{
color: #072918;
}
</style>
background-color css
<style>
a { background-color: #072918; }
a { background-color: rgb(7,41,24); }
div.DivClassName
{
background-color: #072918;
}
.BgClassName
{
background-color: #072918;
}
</style>
border-color css
<style>
span { border-color: #072918; }
span { border-color: rgb(7,41,24); }
td.TdClassName
{
border-color: #072918;
}
.TagClassName
{
border-color: #072918;
}
</style>