Shades of Dark Green #071C13
Tints of Dark Green #071C13
RGB
CMYK
RGB Variations
Color information
#071C13 (or 0x071C13) is known color: Dark Green. HEX triplet: 07, 1C and 13. RGB value is (7,28,19). Sum of RGB (Red+Green+Blue) = 7+28+19=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #071C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C13 is #F8E3EC. Grayscale: #141414. Windows color (decimal): -16311277 or 1252359. OLE color: 1252359.
HSL color Cylindrical-coordinate representation of color #071C13: hue angle of 154.29º 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 #071C13 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 28 | 19 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.89 |
| HSL | 154.29º | 0.6% | 0.07% | - |
| HSV(B) | 154.29º | 0.75% | 0.11% | - |
| XYZ | 0.62 | 0.92 | 0.76 | - |
| YUV | 20.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 19 | 0.75 | 0 | 0.32 | 0.89 | 154.29 | 0.6 | 0.07 |
| Hex | 7 | 1C | 13 | 4B | 0 | 20 | 59 | 9A | 3C | 7 |
| Octal | 7 | 34 | 23 | 113 | 0 | 40 | 131 | 232 | 74 | 7 |
| Binary | 111 | 11100 | 10011 | 1001011 | 0 | 100000 | 1011001 | 10011010 | 111100 | 111 |
Color Harmonies of #071C13
Complementary color
Monochromatic Colors of #071C13
Black with #071C13
Text Example
Text Example
White with #071C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C13; }
p { color: rgb(7,28,19); }
H1.HeaderClassName
{
color: #071C13;
}
.AnyTagClassName
{
color: #071C13;
}
</style>
background-color css
<style>
a { background-color: #071C13; }
a { background-color: rgb(7,28,19); }
div.DivClassName
{
background-color: #071C13;
}
.BgClassName
{
background-color: #071C13;
}
</style>
border-color css
<style>
span { border-color: #071C13; }
span { border-color: rgb(7,28,19); }
td.TdClassName
{
border-color: #071C13;
}
.TagClassName
{
border-color: #071C13;
}
</style>