Shades of Dark Green #03110F
Tints of Dark Green #03110F
RGB
CMYK
RGB Variations
Color information
#03110F (or 0x03110F) is known color: Dark Green. HEX triplet: 03, 11 and 0F. RGB value is (3,17,15). Sum of RGB (Red+Green+Blue) = 3+17+15=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #03110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03110F is #FCEEF0. Grayscale: #0C0C0C. Windows color (decimal): -16576241 or 987395. OLE color: 987395.
HSL color Cylindrical-coordinate representation of color #03110F: hue angle of 171.43º 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 #03110F is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 17 | 15 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.93 |
| HSL | 171.43º | 0.7% | 0.04% | - |
| HSV(B) | 171.43º | 0.82% | 0.07% | - |
| XYZ | 0.32 | 0.45 | 0.52 | - |
| YUV | 12.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 15 | 0.82 | 0 | 0.12 | 0.93 | 171.43 | 0.7 | 0.04 |
| Hex | 3 | 11 | F | 52 | 0 | C | 5D | AB | 46 | 4 |
| Octal | 3 | 21 | 17 | 122 | 0 | 14 | 135 | 253 | 106 | 4 |
| Binary | 11 | 10001 | 1111 | 1010010 | 0 | 1100 | 1011101 | 10101011 | 1000110 | 100 |
Color Harmonies of #03110F
Complementary color
Monochromatic Colors of #03110F
Black with #03110F
Text Example
Text Example
White with #03110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03110F; }
p { color: rgb(3,17,15); }
H1.HeaderClassName
{
color: #03110F;
}
.AnyTagClassName
{
color: #03110F;
}
</style>
background-color css
<style>
a { background-color: #03110F; }
a { background-color: rgb(3,17,15); }
div.DivClassName
{
background-color: #03110F;
}
.BgClassName
{
background-color: #03110F;
}
</style>
border-color css
<style>
span { border-color: #03110F; }
span { border-color: rgb(3,17,15); }
td.TdClassName
{
border-color: #03110F;
}
.TagClassName
{
border-color: #03110F;
}
</style>