Shades of Dark Green #071E10
Tints of Dark Green #071E10
RGB
CMYK
RGB Variations
Color information
#071E10 (or 0x071E10) is known color: Dark Green. HEX triplet: 07, 1E and 10. RGB value is (7,30,16). Sum of RGB (Red+Green+Blue) = 7+30+16=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #071E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071E10 is #F8E1EF. Grayscale: #151515. Windows color (decimal): -16310768 or 1056263. OLE color: 1056263.
HSL color Cylindrical-coordinate representation of color #071E10: hue angle of 143.48º degrees, saturation: 0.62, 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 #071E10 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 30 | 16 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.88 |
| HSL | 143.48º | 0.62% | 0.07% | - |
| HSV(B) | 143.48º | 0.77% | 0.12% | - |
| XYZ | 0.65 | 1.01 | 0.65 | - |
| YUV | 21.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 16 | 0.77 | 0 | 0.47 | 0.88 | 143.48 | 0.62 | 0.07 |
| Hex | 7 | 1E | 10 | 4D | 0 | 2F | 58 | 8F | 3E | 7 |
| Octal | 7 | 36 | 20 | 115 | 0 | 57 | 130 | 217 | 76 | 7 |
| Binary | 111 | 11110 | 10000 | 1001101 | 0 | 101111 | 1011000 | 10001111 | 111110 | 111 |
Color Harmonies of #071E10
Complementary color
Monochromatic Colors of #071E10
Black with #071E10
Text Example
Text Example
White with #071E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E10; }
p { color: rgb(7,30,16); }
H1.HeaderClassName
{
color: #071E10;
}
.AnyTagClassName
{
color: #071E10;
}
</style>
background-color css
<style>
a { background-color: #071E10; }
a { background-color: rgb(7,30,16); }
div.DivClassName
{
background-color: #071E10;
}
.BgClassName
{
background-color: #071E10;
}
</style>
border-color css
<style>
span { border-color: #071E10; }
span { border-color: rgb(7,30,16); }
td.TdClassName
{
border-color: #071E10;
}
.TagClassName
{
border-color: #071E10;
}
</style>