Shades of Dark Green #031B16
Tints of Dark Green #031B16
RGB
CMYK
RGB Variations
Color information
#031B16 (or 0x031B16) is known color: Dark Green. HEX triplet: 03, 1B and 16. RGB value is (3,27,22). Sum of RGB (Red+Green+Blue) = 3+27+22=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #031B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B16 is #FCE4E9. Grayscale: #131313. Windows color (decimal): -16573674 or 1448707. OLE color: 1448707.
HSL color Cylindrical-coordinate representation of color #031B16: hue angle of 167.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031B16 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 27 | 22 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.89 |
| HSL | 167.5º | 0.8% | 0.06% | - |
| HSV(B) | 167.5º | 0.89% | 0.11% | - |
| XYZ | 0.57 | 0.86 | 0.9 | - |
| YUV | 19.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 22 | 0.89 | 0 | 0.19 | 0.89 | 167.5 | 0.8 | 0.06 |
| Hex | 3 | 1B | 16 | 59 | 0 | 13 | 59 | A8 | 50 | 6 |
| Octal | 3 | 33 | 26 | 131 | 0 | 23 | 131 | 250 | 120 | 6 |
| Binary | 11 | 11011 | 10110 | 1011001 | 0 | 10011 | 1011001 | 10101000 | 1010000 | 110 |
Color Harmonies of #031B16
Complementary color
Monochromatic Colors of #031B16
Black with #031B16
Text Example
Text Example
White with #031B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B16; }
p { color: rgb(3,27,22); }
H1.HeaderClassName
{
color: #031B16;
}
.AnyTagClassName
{
color: #031B16;
}
</style>
background-color css
<style>
a { background-color: #031B16; }
a { background-color: rgb(3,27,22); }
div.DivClassName
{
background-color: #031B16;
}
.BgClassName
{
background-color: #031B16;
}
</style>
border-color css
<style>
span { border-color: #031B16; }
span { border-color: rgb(3,27,22); }
td.TdClassName
{
border-color: #031B16;
}
.TagClassName
{
border-color: #031B16;
}
</style>