Shades of Dark Green #072E17
Tints of Dark Green #072E17
RGB
CMYK
RGB Variations
Color information
#072E17 (or 0x072E17) is known color: Dark Green. HEX triplet: 07, 2E and 17. RGB value is (7,46,23). Sum of RGB (Red+Green+Blue) = 7+46+23=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 46 (18.36% from 255 or 60.53% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 46 - color contains mainly: green. Hex color #072E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072E17 is #F8D1E8. Grayscale: #1F1F1F. Windows color (decimal): -16306665 or 1519111. OLE color: 1519111.
HSL color Cylindrical-coordinate representation of color #072E17: hue angle of 144.62º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072E17 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 46 | 23 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.82 |
| HSL | 144.62º | 0.74% | 0.1% | - |
| HSV(B) | 144.62º | 0.85% | 0.18% | - |
| XYZ | 1.22 | 2.06 | 1.14 | - |
| YUV | 31.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 23 | 0.85 | 0 | 0.50 | 0.82 | 144.62 | 0.74 | 0.1 |
| Hex | 7 | 2E | 17 | 55 | 0 | 32 | 52 | 91 | 4A | A |
| Octal | 7 | 56 | 27 | 125 | 0 | 62 | 122 | 221 | 112 | 12 |
| Binary | 111 | 101110 | 10111 | 1010101 | 0 | 110010 | 1010010 | 10010001 | 1001010 | 1010 |
Color Harmonies of #072E17
Complementary color
Monochromatic Colors of #072E17
Black with #072E17
Text Example
Text Example
White with #072E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E17; }
p { color: rgb(7,46,23); }
H1.HeaderClassName
{
color: #072E17;
}
.AnyTagClassName
{
color: #072E17;
}
</style>
background-color css
<style>
a { background-color: #072E17; }
a { background-color: rgb(7,46,23); }
div.DivClassName
{
background-color: #072E17;
}
.BgClassName
{
background-color: #072E17;
}
</style>
border-color css
<style>
span { border-color: #072E17; }
span { border-color: rgb(7,46,23); }
td.TdClassName
{
border-color: #072E17;
}
.TagClassName
{
border-color: #072E17;
}
</style>