Shades of Dark Green #071C14
Tints of Dark Green #071C14
RGB
CMYK
RGB Variations
Color information
#071C14 (or 0x071C14) is known color: Dark Green. HEX triplet: 07, 1C and 14. RGB value is (7,28,20). Sum of RGB (Red+Green+Blue) = 7+28+20=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #071C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C14 is #F8E3EB. Grayscale: #141414. Windows color (decimal): -16311276 or 1317895. OLE color: 1317895.
HSL color Cylindrical-coordinate representation of color #071C14: hue angle of 157.14º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071C14 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 28 | 20 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.89 |
| HSL | 157.14º | 0.6% | 0.07% | - |
| HSV(B) | 157.14º | 0.75% | 0.11% | - |
| XYZ | 0.63 | 0.93 | 0.81 | - |
| YUV | 20.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 20 | 0.75 | 0 | 0.29 | 0.89 | 157.14 | 0.6 | 0.07 |
| Hex | 7 | 1C | 14 | 4B | 0 | 1D | 59 | 9D | 3C | 7 |
| Octal | 7 | 34 | 24 | 113 | 0 | 35 | 131 | 235 | 74 | 7 |
| Binary | 111 | 11100 | 10100 | 1001011 | 0 | 11101 | 1011001 | 10011101 | 111100 | 111 |
Color Harmonies of #071C14
Complementary color
Monochromatic Colors of #071C14
Black with #071C14
Text Example
Text Example
White with #071C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C14; }
p { color: rgb(7,28,20); }
H1.HeaderClassName
{
color: #071C14;
}
.AnyTagClassName
{
color: #071C14;
}
</style>
background-color css
<style>
a { background-color: #071C14; }
a { background-color: rgb(7,28,20); }
div.DivClassName
{
background-color: #071C14;
}
.BgClassName
{
background-color: #071C14;
}
</style>
border-color css
<style>
span { border-color: #071C14; }
span { border-color: rgb(7,28,20); }
td.TdClassName
{
border-color: #071C14;
}
.TagClassName
{
border-color: #071C14;
}
</style>