Shades of Dark Green #03110E
Tints of Dark Green #03110E
RGB
CMYK
RGB Variations
Color information
#03110E (or 0x03110E) is known color: Dark Green. HEX triplet: 03, 11 and 0E. RGB value is (3,17,14). Sum of RGB (Red+Green+Blue) = 3+17+14=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #03110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03110E is #FCEEF1. Grayscale: #0C0C0C. Windows color (decimal): -16576242 or 921859. OLE color: 921859.
HSL color Cylindrical-coordinate representation of color #03110E: hue angle of 167.14º 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 #03110E is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 17 | 14 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.93 |
| HSL | 167.14º | 0.7% | 0.04% | - |
| HSV(B) | 167.14º | 0.82% | 0.07% | - |
| XYZ | 0.32 | 0.45 | 0.49 | - |
| YUV | 12.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 14 | 0.82 | 0 | 0.18 | 0.93 | 167.14 | 0.7 | 0.04 |
| Hex | 3 | 11 | E | 52 | 0 | 12 | 5D | A7 | 46 | 4 |
| Octal | 3 | 21 | 16 | 122 | 0 | 22 | 135 | 247 | 106 | 4 |
| Binary | 11 | 10001 | 1110 | 1010010 | 0 | 10010 | 1011101 | 10100111 | 1000110 | 100 |
Color Harmonies of #03110E
Complementary color
Monochromatic Colors of #03110E
Black with #03110E
Text Example
Text Example
White with #03110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03110E; }
p { color: rgb(3,17,14); }
H1.HeaderClassName
{
color: #03110E;
}
.AnyTagClassName
{
color: #03110E;
}
</style>
background-color css
<style>
a { background-color: #03110E; }
a { background-color: rgb(3,17,14); }
div.DivClassName
{
background-color: #03110E;
}
.BgClassName
{
background-color: #03110E;
}
</style>
border-color css
<style>
span { border-color: #03110E; }
span { border-color: rgb(3,17,14); }
td.TdClassName
{
border-color: #03110E;
}
.TagClassName
{
border-color: #03110E;
}
</style>