Shades of Dark Green #07130E
Tints of Dark Green #07130E
RGB
CMYK
RGB Variations
Color information
#07130E (or 0x07130E) is known color: Dark Green. HEX triplet: 07, 13 and 0E. RGB value is (7,19,14). Sum of RGB (Red+Green+Blue) = 7+19+14=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #07130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130E is #F8ECF1. Grayscale: #0E0E0E. Windows color (decimal): -16313586 or 922375. OLE color: 922375.
HSL color Cylindrical-coordinate representation of color #07130E: hue angle of 155º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #07130E is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 19 | 14 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.93 |
| HSL | 155º | 0.46% | 0.05% | - |
| HSV(B) | 155º | 0.63% | 0.07% | - |
| XYZ | 0.4 | 0.54 | 0.5 | - |
| YUV | 14.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 14 | 0.63 | 0 | 0.26 | 0.93 | 155 | 0.46 | 0.05 |
| Hex | 7 | 13 | E | 3F | 0 | 1A | 5D | 9B | 2E | 5 |
| Octal | 7 | 23 | 16 | 77 | 0 | 32 | 135 | 233 | 56 | 5 |
| Binary | 111 | 10011 | 1110 | 111111 | 0 | 11010 | 1011101 | 10011011 | 101110 | 101 |
Color Harmonies of #07130E
Complementary color
Monochromatic Colors of #07130E
Black with #07130E
Text Example
Text Example
White with #07130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07130E; }
p { color: rgb(7,19,14); }
H1.HeaderClassName
{
color: #07130E;
}
.AnyTagClassName
{
color: #07130E;
}
</style>
background-color css
<style>
a { background-color: #07130E; }
a { background-color: rgb(7,19,14); }
div.DivClassName
{
background-color: #07130E;
}
.BgClassName
{
background-color: #07130E;
}
</style>
border-color css
<style>
span { border-color: #07130E; }
span { border-color: rgb(7,19,14); }
td.TdClassName
{
border-color: #07130E;
}
.TagClassName
{
border-color: #07130E;
}
</style>