Shades of Dark Green #031110
Tints of Dark Green #031110
RGB
CMYK
RGB Variations
Color information
#031110 (or 0x031110) is known color: Dark Green. HEX triplet: 03, 11 and 10. RGB value is (3,17,16). Sum of RGB (Red+Green+Blue) = 3+17+16=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #031110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031110 is #FCEEEF. Grayscale: #0C0C0C. Windows color (decimal): -16576240 or 1052931. OLE color: 1052931.
HSL color Cylindrical-coordinate representation of color #031110: hue angle of 175.71º 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 #031110 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 17 | 16 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.93 |
| HSL | 175.71º | 0.7% | 0.04% | - |
| HSV(B) | 175.71º | 0.82% | 0.07% | - |
| XYZ | 0.33 | 0.46 | 0.56 | - |
| YUV | 12.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 16 | 0.82 | 0 | 0.06 | 0.93 | 175.71 | 0.7 | 0.04 |
| Hex | 3 | 11 | 10 | 52 | 0 | 6 | 5D | B0 | 46 | 4 |
| Octal | 3 | 21 | 20 | 122 | 0 | 6 | 135 | 260 | 106 | 4 |
| Binary | 11 | 10001 | 10000 | 1010010 | 0 | 110 | 1011101 | 10110000 | 1000110 | 100 |
Color Harmonies of #031110
Complementary color
Monochromatic Colors of #031110
Black with #031110
Text Example
Text Example
White with #031110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031110; }
p { color: rgb(3,17,16); }
H1.HeaderClassName
{
color: #031110;
}
.AnyTagClassName
{
color: #031110;
}
</style>
background-color css
<style>
a { background-color: #031110; }
a { background-color: rgb(3,17,16); }
div.DivClassName
{
background-color: #031110;
}
.BgClassName
{
background-color: #031110;
}
</style>
border-color css
<style>
span { border-color: #031110; }
span { border-color: rgb(3,17,16); }
td.TdClassName
{
border-color: #031110;
}
.TagClassName
{
border-color: #031110;
}
</style>