Shades of Dark Green #07130F
Tints of Dark Green #07130F
RGB
CMYK
RGB Variations
Color information
#07130F (or 0x07130F) is known color: Dark Green. HEX triplet: 07, 13 and 0F. RGB value is (7,19,15). Sum of RGB (Red+Green+Blue) = 7+19+15=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #07130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130F is #F8ECF0. Grayscale: #0E0E0E. Windows color (decimal): -16313585 or 987911. OLE color: 987911.
HSL color Cylindrical-coordinate representation of color #07130F: hue angle of 160º 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 #07130F is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 19 | 15 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.93 |
| HSL | 160º | 0.46% | 0.05% | - |
| HSV(B) | 160º | 0.63% | 0.07% | - |
| XYZ | 0.41 | 0.55 | 0.54 | - |
| YUV | 14.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 15 | 0.63 | 0 | 0.21 | 0.93 | 160 | 0.46 | 0.05 |
| Hex | 7 | 13 | F | 3F | 0 | 15 | 5D | A0 | 2E | 5 |
| Octal | 7 | 23 | 17 | 77 | 0 | 25 | 135 | 240 | 56 | 5 |
| Binary | 111 | 10011 | 1111 | 111111 | 0 | 10101 | 1011101 | 10100000 | 101110 | 101 |
Color Harmonies of #07130F
Complementary color
Monochromatic Colors of #07130F
Black with #07130F
Text Example
Text Example
White with #07130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07130F; }
p { color: rgb(7,19,15); }
H1.HeaderClassName
{
color: #07130F;
}
.AnyTagClassName
{
color: #07130F;
}
</style>
background-color css
<style>
a { background-color: #07130F; }
a { background-color: rgb(7,19,15); }
div.DivClassName
{
background-color: #07130F;
}
.BgClassName
{
background-color: #07130F;
}
</style>
border-color css
<style>
span { border-color: #07130F; }
span { border-color: rgb(7,19,15); }
td.TdClassName
{
border-color: #07130F;
}
.TagClassName
{
border-color: #07130F;
}
</style>