Shades of Dark Green #03130E
Tints of Dark Green #03130E
RGB
CMYK
RGB Variations
Color information
#03130E (or 0x03130E) is known color: Dark Green. HEX triplet: 03, 13 and 0E. RGB value is (3,19,14). Sum of RGB (Red+Green+Blue) = 3+19+14=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #03130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03130E is #FCECF1. Grayscale: #0D0D0D. Windows color (decimal): -16575730 or 922371. OLE color: 922371.
HSL color Cylindrical-coordinate representation of color #03130E: hue angle of 161.25º 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 #03130E is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 19 | 14 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.93 |
| HSL | 161.25º | 0.73% | 0.04% | - |
| HSV(B) | 161.25º | 0.84% | 0.07% | - |
| XYZ | 0.35 | 0.52 | 0.5 | - |
| YUV | 13.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 14 | 0.84 | 0 | 0.26 | 0.93 | 161.25 | 0.73 | 0.04 |
| Hex | 3 | 13 | E | 54 | 0 | 1A | 5D | A1 | 49 | 4 |
| Octal | 3 | 23 | 16 | 124 | 0 | 32 | 135 | 241 | 111 | 4 |
| Binary | 11 | 10011 | 1110 | 1010100 | 0 | 11010 | 1011101 | 10100001 | 1001001 | 100 |
Color Harmonies of #03130E
Complementary color
Monochromatic Colors of #03130E
Black with #03130E
Text Example
Text Example
White with #03130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03130E; }
p { color: rgb(3,19,14); }
H1.HeaderClassName
{
color: #03130E;
}
.AnyTagClassName
{
color: #03130E;
}
</style>
background-color css
<style>
a { background-color: #03130E; }
a { background-color: rgb(3,19,14); }
div.DivClassName
{
background-color: #03130E;
}
.BgClassName
{
background-color: #03130E;
}
</style>
border-color css
<style>
span { border-color: #03130E; }
span { border-color: rgb(3,19,14); }
td.TdClassName
{
border-color: #03130E;
}
.TagClassName
{
border-color: #03130E;
}
</style>