Shades of Dark Green #07130D
Tints of Dark Green #07130D
RGB
CMYK
RGB Variations
Color information
#07130D (or 0x07130D) is known color: Dark Green. HEX triplet: 07, 13 and 0D. RGB value is (7,19,13). Sum of RGB (Red+Green+Blue) = 7+19+13=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #07130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130D is #F8ECF2. Grayscale: #0E0E0E. Windows color (decimal): -16313587 or 856839. OLE color: 856839.
HSL color Cylindrical-coordinate representation of color #07130D: hue angle of 150º 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 #07130D is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 19 | 13 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.93 |
| HSL | 150º | 0.46% | 0.05% | - |
| HSV(B) | 150º | 0.63% | 0.07% | - |
| XYZ | 0.39 | 0.54 | 0.46 | - |
| YUV | 14.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 13 | 0.63 | 0 | 0.32 | 0.93 | 150 | 0.46 | 0.05 |
| Hex | 7 | 13 | D | 3F | 0 | 20 | 5D | 96 | 2E | 5 |
| Octal | 7 | 23 | 15 | 77 | 0 | 40 | 135 | 226 | 56 | 5 |
| Binary | 111 | 10011 | 1101 | 111111 | 0 | 100000 | 1011101 | 10010110 | 101110 | 101 |
Color Harmonies of #07130D
Complementary color
Monochromatic Colors of #07130D
Black with #07130D
Text Example
Text Example
White with #07130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07130D; }
p { color: rgb(7,19,13); }
H1.HeaderClassName
{
color: #07130D;
}
.AnyTagClassName
{
color: #07130D;
}
</style>
background-color css
<style>
a { background-color: #07130D; }
a { background-color: rgb(7,19,13); }
div.DivClassName
{
background-color: #07130D;
}
.BgClassName
{
background-color: #07130D;
}
</style>
border-color css
<style>
span { border-color: #07130D; }
span { border-color: rgb(7,19,13); }
td.TdClassName
{
border-color: #07130D;
}
.TagClassName
{
border-color: #07130D;
}
</style>