Shades of Dark Green #03130D
Tints of Dark Green #03130D
RGB
CMYK
RGB Variations
Color information
#03130D (or 0x03130D) is known color: Dark Green. HEX triplet: 03, 13 and 0D. RGB value is (3,19,13). Sum of RGB (Red+Green+Blue) = 3+19+13=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #03130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03130D is #FCECF2. Grayscale: #0D0D0D. Windows color (decimal): -16575731 or 856835. OLE color: 856835.
HSL color Cylindrical-coordinate representation of color #03130D: hue angle of 157.5º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #03130D is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 19 | 13 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.93 |
| HSL | 157.5º | 0.73% | 0.04% | - |
| HSV(B) | 157.5º | 0.84% | 0.07% | - |
| XYZ | 0.34 | 0.51 | 0.46 | - |
| YUV | 13.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 13 | 0.84 | 0 | 0.32 | 0.93 | 157.5 | 0.73 | 0.04 |
| Hex | 3 | 13 | D | 54 | 0 | 20 | 5D | 9E | 49 | 4 |
| Octal | 3 | 23 | 15 | 124 | 0 | 40 | 135 | 236 | 111 | 4 |
| Binary | 11 | 10011 | 1101 | 1010100 | 0 | 100000 | 1011101 | 10011110 | 1001001 | 100 |
Color Harmonies of #03130D
Complementary color
Monochromatic Colors of #03130D
Black with #03130D
Text Example
Text Example
White with #03130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03130D; }
p { color: rgb(3,19,13); }
H1.HeaderClassName
{
color: #03130D;
}
.AnyTagClassName
{
color: #03130D;
}
</style>
background-color css
<style>
a { background-color: #03130D; }
a { background-color: rgb(3,19,13); }
div.DivClassName
{
background-color: #03130D;
}
.BgClassName
{
background-color: #03130D;
}
</style>
border-color css
<style>
span { border-color: #03130D; }
span { border-color: rgb(3,19,13); }
td.TdClassName
{
border-color: #03130D;
}
.TagClassName
{
border-color: #03130D;
}
</style>