Shades of Dark Green #071D15
Tints of Dark Green #071D15
RGB
CMYK
RGB Variations
Color information
#071D15 (or 0x071D15) is known color: Dark Green. HEX triplet: 07, 1D and 15. RGB value is (7,29,21). Sum of RGB (Red+Green+Blue) = 7+29+21=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #071D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071D15 is #F8E2EA. Grayscale: #151515. Windows color (decimal): -16311019 or 1383687. OLE color: 1383687.
HSL color Cylindrical-coordinate representation of color #071D15: hue angle of 158.18º 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 #071D15 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 29 | 21 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.89 |
| HSL | 158.18º | 0.61% | 0.07% | - |
| HSV(B) | 158.18º | 0.76% | 0.11% | - |
| XYZ | 0.66 | 0.98 | 0.86 | - |
| YUV | 21.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 21 | 0.76 | 0 | 0.28 | 0.89 | 158.18 | 0.61 | 0.07 |
| Hex | 7 | 1D | 15 | 4C | 0 | 1C | 59 | 9E | 3D | 7 |
| Octal | 7 | 35 | 25 | 114 | 0 | 34 | 131 | 236 | 75 | 7 |
| Binary | 111 | 11101 | 10101 | 1001100 | 0 | 11100 | 1011001 | 10011110 | 111101 | 111 |
Color Harmonies of #071D15
Complementary color
Monochromatic Colors of #071D15
Black with #071D15
Text Example
Text Example
White with #071D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D15; }
p { color: rgb(7,29,21); }
H1.HeaderClassName
{
color: #071D15;
}
.AnyTagClassName
{
color: #071D15;
}
</style>
background-color css
<style>
a { background-color: #071D15; }
a { background-color: rgb(7,29,21); }
div.DivClassName
{
background-color: #071D15;
}
.BgClassName
{
background-color: #071D15;
}
</style>
border-color css
<style>
span { border-color: #071D15; }
span { border-color: rgb(7,29,21); }
td.TdClassName
{
border-color: #071D15;
}
.TagClassName
{
border-color: #071D15;
}
</style>