Shades of Dark Green #03110D
Tints of Dark Green #03110D
RGB
CMYK
RGB Variations
Color information
#03110D (or 0x03110D) is known color: Dark Green. HEX triplet: 03, 11 and 0D. RGB value is (3,17,13). Sum of RGB (Red+Green+Blue) = 3+17+13=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 17 (7.03% from 255 or 51.52% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 17 - color contains mainly: green. Hex color #03110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03110D is #FCEEF2. Grayscale: #0C0C0C. Windows color (decimal): -16576243 or 856323. OLE color: 856323.
HSL color Cylindrical-coordinate representation of color #03110D: hue angle of 162.86º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #03110D is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 17 | 13 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.93 |
| HSL | 162.86º | 0.7% | 0.04% | - |
| HSV(B) | 162.86º | 0.82% | 0.07% | - |
| XYZ | 0.31 | 0.45 | 0.45 | - |
| YUV | 12.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 13 | 0.82 | 0 | 0.24 | 0.93 | 162.86 | 0.7 | 0.04 |
| Hex | 3 | 11 | D | 52 | 0 | 18 | 5D | A3 | 46 | 4 |
| Octal | 3 | 21 | 15 | 122 | 0 | 30 | 135 | 243 | 106 | 4 |
| Binary | 11 | 10001 | 1101 | 1010010 | 0 | 11000 | 1011101 | 10100011 | 1000110 | 100 |
Color Harmonies of #03110D
Complementary color
Monochromatic Colors of #03110D
Black with #03110D
Text Example
Text Example
White with #03110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03110D; }
p { color: rgb(3,17,13); }
H1.HeaderClassName
{
color: #03110D;
}
.AnyTagClassName
{
color: #03110D;
}
</style>
background-color css
<style>
a { background-color: #03110D; }
a { background-color: rgb(3,17,13); }
div.DivClassName
{
background-color: #03110D;
}
.BgClassName
{
background-color: #03110D;
}
</style>
border-color css
<style>
span { border-color: #03110D; }
span { border-color: rgb(3,17,13); }
td.TdClassName
{
border-color: #03110D;
}
.TagClassName
{
border-color: #03110D;
}
</style>