Shades of Dark Green #071A0E
Tints of Dark Green #071A0E
RGB
CMYK
RGB Variations
Color information
#071A0E (or 0x071A0E) is known color: Dark Green. HEX triplet: 07, 1A and 0E. RGB value is (7,26,14). Sum of RGB (Red+Green+Blue) = 7+26+14=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #071A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A0E is #F8E5F1. Grayscale: #121212. Windows color (decimal): -16311794 or 924167. OLE color: 924167.
HSL color Cylindrical-coordinate representation of color #071A0E: hue angle of 142.11º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #071A0E is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 26 | 14 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.90 |
| HSL | 142.11º | 0.58% | 0.06% | - |
| HSV(B) | 142.11º | 0.73% | 0.1% | - |
| XYZ | 0.54 | 0.82 | 0.54 | - |
| YUV | 18.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 14 | 0.73 | 0 | 0.46 | 0.90 | 142.11 | 0.58 | 0.06 |
| Hex | 7 | 1A | E | 49 | 0 | 2E | 5A | 8E | 3A | 6 |
| Octal | 7 | 32 | 16 | 111 | 0 | 56 | 132 | 216 | 72 | 6 |
| Binary | 111 | 11010 | 1110 | 1001001 | 0 | 101110 | 1011010 | 10001110 | 111010 | 110 |
Color Harmonies of #071A0E
Complementary color
Monochromatic Colors of #071A0E
Black with #071A0E
Text Example
Text Example
White with #071A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A0E; }
p { color: rgb(7,26,14); }
H1.HeaderClassName
{
color: #071A0E;
}
.AnyTagClassName
{
color: #071A0E;
}
</style>
background-color css
<style>
a { background-color: #071A0E; }
a { background-color: rgb(7,26,14); }
div.DivClassName
{
background-color: #071A0E;
}
.BgClassName
{
background-color: #071A0E;
}
</style>
border-color css
<style>
span { border-color: #071A0E; }
span { border-color: rgb(7,26,14); }
td.TdClassName
{
border-color: #071A0E;
}
.TagClassName
{
border-color: #071A0E;
}
</style>