Shades of Dark Green #071F16
Tints of Dark Green #071F16
RGB
CMYK
RGB Variations
Color information
#071F16 (or 0x071F16) is known color: Dark Green. HEX triplet: 07, 1F and 16. RGB value is (7,31,22). Sum of RGB (Red+Green+Blue) = 7+31+22=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #071F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F16 is #F8E0E9. Grayscale: #161616. Windows color (decimal): -16310506 or 1449735. OLE color: 1449735.
HSL color Cylindrical-coordinate representation of color #071F16: hue angle of 157.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071F16 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 31 | 22 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.88 |
| HSL | 157.5º | 0.63% | 0.07% | - |
| HSV(B) | 157.5º | 0.77% | 0.12% | - |
| XYZ | 0.72 | 1.08 | 0.93 | - |
| YUV | 22.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 22 | 0.77 | 0 | 0.29 | 0.88 | 157.5 | 0.63 | 0.07 |
| Hex | 7 | 1F | 16 | 4D | 0 | 1D | 58 | 9E | 3F | 7 |
| Octal | 7 | 37 | 26 | 115 | 0 | 35 | 130 | 236 | 77 | 7 |
| Binary | 111 | 11111 | 10110 | 1001101 | 0 | 11101 | 1011000 | 10011110 | 111111 | 111 |
Color Harmonies of #071F16
Complementary color
Monochromatic Colors of #071F16
Black with #071F16
Text Example
Text Example
White with #071F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F16; }
p { color: rgb(7,31,22); }
H1.HeaderClassName
{
color: #071F16;
}
.AnyTagClassName
{
color: #071F16;
}
</style>
background-color css
<style>
a { background-color: #071F16; }
a { background-color: rgb(7,31,22); }
div.DivClassName
{
background-color: #071F16;
}
.BgClassName
{
background-color: #071F16;
}
</style>
border-color css
<style>
span { border-color: #071F16; }
span { border-color: rgb(7,31,22); }
td.TdClassName
{
border-color: #071F16;
}
.TagClassName
{
border-color: #071F16;
}
</style>