Shades of Dark Green #071D11
Tints of Dark Green #071D11
RGB
CMYK
RGB Variations
Color information
#071D11 (or 0x071D11) is known color: Dark Green. HEX triplet: 07, 1D and 11. RGB value is (7,29,17). Sum of RGB (Red+Green+Blue) = 7+29+17=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #071D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071D11 is #F8E2EE. Grayscale: #151515. Windows color (decimal): -16311023 or 1121543. OLE color: 1121543.
HSL color Cylindrical-coordinate representation of color #071D11: hue angle of 147.27º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #071D11 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 29 | 17 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.89 |
| HSL | 147.27º | 0.61% | 0.07% | - |
| HSV(B) | 147.27º | 0.76% | 0.11% | - |
| XYZ | 0.63 | 0.96 | 0.68 | - |
| YUV | 21.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 17 | 0.76 | 0 | 0.41 | 0.89 | 147.27 | 0.61 | 0.07 |
| Hex | 7 | 1D | 11 | 4C | 0 | 29 | 59 | 93 | 3D | 7 |
| Octal | 7 | 35 | 21 | 114 | 0 | 51 | 131 | 223 | 75 | 7 |
| Binary | 111 | 11101 | 10001 | 1001100 | 0 | 101001 | 1011001 | 10010011 | 111101 | 111 |
Color Harmonies of #071D11
Complementary color
Monochromatic Colors of #071D11
Black with #071D11
Text Example
Text Example
White with #071D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D11; }
p { color: rgb(7,29,17); }
H1.HeaderClassName
{
color: #071D11;
}
.AnyTagClassName
{
color: #071D11;
}
</style>
background-color css
<style>
a { background-color: #071D11; }
a { background-color: rgb(7,29,17); }
div.DivClassName
{
background-color: #071D11;
}
.BgClassName
{
background-color: #071D11;
}
</style>
border-color css
<style>
span { border-color: #071D11; }
span { border-color: rgb(7,29,17); }
td.TdClassName
{
border-color: #071D11;
}
.TagClassName
{
border-color: #071D11;
}
</style>