Shades of Dark Green #03130C
Tints of Dark Green #03130C
RGB
CMYK
RGB Variations
Color information
#03130C (or 0x03130C) is known color: Dark Green. HEX triplet: 03, 13 and 0C. RGB value is (3,19,12). Sum of RGB (Red+Green+Blue) = 3+19+12=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 19 (7.81% from 255 or 55.88% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 19 - color contains mainly: green. Hex color #03130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03130C is #FCECF3. Grayscale: #0D0D0D. Windows color (decimal): -16575732 or 791299. OLE color: 791299.
HSL color Cylindrical-coordinate representation of color #03130C: hue angle of 153.75º 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 #03130C is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 19 | 12 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.93 |
| HSL | 153.75º | 0.73% | 0.04% | - |
| HSV(B) | 153.75º | 0.84% | 0.07% | - |
| XYZ | 0.34 | 0.51 | 0.43 | - |
| YUV | 13.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 12 | 0.84 | 0 | 0.37 | 0.93 | 153.75 | 0.73 | 0.04 |
| Hex | 3 | 13 | C | 54 | 0 | 25 | 5D | 9A | 49 | 4 |
| Octal | 3 | 23 | 14 | 124 | 0 | 45 | 135 | 232 | 111 | 4 |
| Binary | 11 | 10011 | 1100 | 1010100 | 0 | 100101 | 1011101 | 10011010 | 1001001 | 100 |
Color Harmonies of #03130C
Complementary color
Monochromatic Colors of #03130C
Black with #03130C
Text Example
Text Example
White with #03130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03130C; }
p { color: rgb(3,19,12); }
H1.HeaderClassName
{
color: #03130C;
}
.AnyTagClassName
{
color: #03130C;
}
</style>
background-color css
<style>
a { background-color: #03130C; }
a { background-color: rgb(3,19,12); }
div.DivClassName
{
background-color: #03130C;
}
.BgClassName
{
background-color: #03130C;
}
</style>
border-color css
<style>
span { border-color: #03130C; }
span { border-color: rgb(3,19,12); }
td.TdClassName
{
border-color: #03130C;
}
.TagClassName
{
border-color: #03130C;
}
</style>