Shades of Dark Green #071D0F
Tints of Dark Green #071D0F
RGB
CMYK
RGB Variations
Color information
#071D0F (or 0x071D0F) is known color: Dark Green. HEX triplet: 07, 1D and 0F. RGB value is (7,29,15). Sum of RGB (Red+Green+Blue) = 7+29+15=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #071D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071D0F is #F8E2F0. Grayscale: #141414. Windows color (decimal): -16311025 or 990471. OLE color: 990471.
HSL color Cylindrical-coordinate representation of color #071D0F: hue angle of 141.82º 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 #071D0F is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 29 | 15 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.89 |
| HSL | 141.82º | 0.61% | 0.07% | - |
| HSV(B) | 141.82º | 0.76% | 0.11% | - |
| XYZ | 0.61 | 0.96 | 0.6 | - |
| YUV | 20.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 15 | 0.76 | 0 | 0.48 | 0.89 | 141.82 | 0.61 | 0.07 |
| Hex | 7 | 1D | F | 4C | 0 | 30 | 59 | 8E | 3D | 7 |
| Octal | 7 | 35 | 17 | 114 | 0 | 60 | 131 | 216 | 75 | 7 |
| Binary | 111 | 11101 | 1111 | 1001100 | 0 | 110000 | 1011001 | 10001110 | 111101 | 111 |
Color Harmonies of #071D0F
Complementary color
Monochromatic Colors of #071D0F
Black with #071D0F
Text Example
Text Example
White with #071D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D0F; }
p { color: rgb(7,29,15); }
H1.HeaderClassName
{
color: #071D0F;
}
.AnyTagClassName
{
color: #071D0F;
}
</style>
background-color css
<style>
a { background-color: #071D0F; }
a { background-color: rgb(7,29,15); }
div.DivClassName
{
background-color: #071D0F;
}
.BgClassName
{
background-color: #071D0F;
}
</style>
border-color css
<style>
span { border-color: #071D0F; }
span { border-color: rgb(7,29,15); }
td.TdClassName
{
border-color: #071D0F;
}
.TagClassName
{
border-color: #071D0F;
}
</style>