Shades of Dark Green #03190D
Tints of Dark Green #03190D
RGB
CMYK
RGB Variations
Color information
#03190D (or 0x03190D) is known color: Dark Green. HEX triplet: 03, 19 and 0D. RGB value is (3,25,13). Sum of RGB (Red+Green+Blue) = 3+25+13=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #03190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03190D is #FCE6F2. Grayscale: #111111. Windows color (decimal): -16574195 or 858371. OLE color: 858371.
HSL color Cylindrical-coordinate representation of color #03190D: hue angle of 147.27º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03190D is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 25 | 13 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.90 |
| HSL | 147.27º | 0.79% | 0.05% | - |
| HSV(B) | 147.27º | 0.88% | 0.1% | - |
| XYZ | 0.46 | 0.74 | 0.5 | - |
| YUV | 17.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 13 | 0.88 | 0 | 0.48 | 0.90 | 147.27 | 0.79 | 0.05 |
| Hex | 3 | 19 | D | 58 | 0 | 30 | 5A | 93 | 4F | 5 |
| Octal | 3 | 31 | 15 | 130 | 0 | 60 | 132 | 223 | 117 | 5 |
| Binary | 11 | 11001 | 1101 | 1011000 | 0 | 110000 | 1011010 | 10010011 | 1001111 | 101 |
Color Harmonies of #03190D
Complementary color
Monochromatic Colors of #03190D
Black with #03190D
Text Example
Text Example
White with #03190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03190D; }
p { color: rgb(3,25,13); }
H1.HeaderClassName
{
color: #03190D;
}
.AnyTagClassName
{
color: #03190D;
}
</style>
background-color css
<style>
a { background-color: #03190D; }
a { background-color: rgb(3,25,13); }
div.DivClassName
{
background-color: #03190D;
}
.BgClassName
{
background-color: #03190D;
}
</style>
border-color css
<style>
span { border-color: #03190D; }
span { border-color: rgb(3,25,13); }
td.TdClassName
{
border-color: #03190D;
}
.TagClassName
{
border-color: #03190D;
}
</style>