Shades of Dark Green #03110B
Tints of Dark Green #03110B
RGB
CMYK
RGB Variations
Color information
#03110B (or 0x03110B) is known color: Dark Green. HEX triplet: 03, 11 and 0B. RGB value is (3,17,11). Sum of RGB (Red+Green+Blue) = 3+17+11=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #03110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03110B is #FCEEF4. Grayscale: #0C0C0C. Windows color (decimal): -16576245 or 725251. OLE color: 725251.
HSL color Cylindrical-coordinate representation of color #03110B: hue angle of 154.29º 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 #03110B is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 17 | 11 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.93 |
| HSL | 154.29º | 0.7% | 0.04% | - |
| HSV(B) | 154.29º | 0.82% | 0.07% | - |
| XYZ | 0.3 | 0.44 | 0.39 | - |
| YUV | 12.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 11 | 0.82 | 0 | 0.35 | 0.93 | 154.29 | 0.7 | 0.04 |
| Hex | 3 | 11 | B | 52 | 0 | 23 | 5D | 9A | 46 | 4 |
| Octal | 3 | 21 | 13 | 122 | 0 | 43 | 135 | 232 | 106 | 4 |
| Binary | 11 | 10001 | 1011 | 1010010 | 0 | 100011 | 1011101 | 10011010 | 1000110 | 100 |
Color Harmonies of #03110B
Complementary color
Monochromatic Colors of #03110B
Black with #03110B
Text Example
Text Example
White with #03110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03110B; }
p { color: rgb(3,17,11); }
H1.HeaderClassName
{
color: #03110B;
}
.AnyTagClassName
{
color: #03110B;
}
</style>
background-color css
<style>
a { background-color: #03110B; }
a { background-color: rgb(3,17,11); }
div.DivClassName
{
background-color: #03110B;
}
.BgClassName
{
background-color: #03110B;
}
</style>
border-color css
<style>
span { border-color: #03110B; }
span { border-color: rgb(3,17,11); }
td.TdClassName
{
border-color: #03110B;
}
.TagClassName
{
border-color: #03110B;
}
</style>