Shades of Dark Green #031916
Tints of Dark Green #031916
RGB
CMYK
RGB Variations
Color information
#031916 (or 0x031916) is known color: Dark Green. HEX triplet: 03, 19 and 16. RGB value is (3,25,22). Sum of RGB (Red+Green+Blue) = 3+25+22=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #031916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031916 is #FCE6E9. Grayscale: #121212. Windows color (decimal): -16574186 or 1448195. OLE color: 1448195.
HSL color Cylindrical-coordinate representation of color #031916: hue angle of 171.82º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031916 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 25 | 22 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.90 |
| HSL | 171.82º | 0.79% | 0.05% | - |
| HSV(B) | 171.82º | 0.88% | 0.1% | - |
| XYZ | 0.53 | 0.77 | 0.88 | - |
| YUV | 18.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 22 | 0.88 | 0 | 0.12 | 0.90 | 171.82 | 0.79 | 0.05 |
| Hex | 3 | 19 | 16 | 58 | 0 | C | 5A | AC | 4F | 5 |
| Octal | 3 | 31 | 26 | 130 | 0 | 14 | 132 | 254 | 117 | 5 |
| Binary | 11 | 11001 | 10110 | 1011000 | 0 | 1100 | 1011010 | 10101100 | 1001111 | 101 |
Color Harmonies of #031916
Complementary color
Monochromatic Colors of #031916
Black with #031916
Text Example
Text Example
White with #031916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031916; }
p { color: rgb(3,25,22); }
H1.HeaderClassName
{
color: #031916;
}
.AnyTagClassName
{
color: #031916;
}
</style>
background-color css
<style>
a { background-color: #031916; }
a { background-color: rgb(3,25,22); }
div.DivClassName
{
background-color: #031916;
}
.BgClassName
{
background-color: #031916;
}
</style>
border-color css
<style>
span { border-color: #031916; }
span { border-color: rgb(3,25,22); }
td.TdClassName
{
border-color: #031916;
}
.TagClassName
{
border-color: #031916;
}
</style>