Shades of Dark Green #072917
Tints of Dark Green #072917
RGB
CMYK
RGB Variations
Color information
#072917 (or 0x072917) is known color: Dark Green. HEX triplet: 07, 29 and 17. RGB value is (7,41,23). Sum of RGB (Red+Green+Blue) = 7+41+23=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #072917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072917 is #F8D6E8. Grayscale: #1C1C1C. Windows color (decimal): -16307945 or 1517831. OLE color: 1517831.
HSL color Cylindrical-coordinate representation of color #072917: hue angle of 148.24º 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 #072917 is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 41 | 23 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.84 |
| HSL | 148.24º | 0.71% | 0.09% | - |
| HSV(B) | 148.24º | 0.83% | 0.16% | - |
| XYZ | 1.04 | 1.69 | 1.08 | - |
| YUV | 28.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 23 | 0.83 | 0 | 0.44 | 0.84 | 148.24 | 0.71 | 0.09 |
| Hex | 7 | 29 | 17 | 53 | 0 | 2C | 54 | 94 | 47 | 9 |
| Octal | 7 | 51 | 27 | 123 | 0 | 54 | 124 | 224 | 107 | 11 |
| Binary | 111 | 101001 | 10111 | 1010011 | 0 | 101100 | 1010100 | 10010100 | 1000111 | 1001 |
Color Harmonies of #072917
Complementary color
Monochromatic Colors of #072917
Black with #072917
Text Example
Text Example
White with #072917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072917; }
p { color: rgb(7,41,23); }
H1.HeaderClassName
{
color: #072917;
}
.AnyTagClassName
{
color: #072917;
}
</style>
background-color css
<style>
a { background-color: #072917; }
a { background-color: rgb(7,41,23); }
div.DivClassName
{
background-color: #072917;
}
.BgClassName
{
background-color: #072917;
}
</style>
border-color css
<style>
span { border-color: #072917; }
span { border-color: rgb(7,41,23); }
td.TdClassName
{
border-color: #072917;
}
.TagClassName
{
border-color: #072917;
}
</style>