Shades of Dark Green #031B11
Tints of Dark Green #031B11
RGB
CMYK
RGB Variations
Color information
#031B11 (or 0x031B11) is known color: Dark Green. HEX triplet: 03, 1B and 11. RGB value is (3,27,17). Sum of RGB (Red+Green+Blue) = 3+27+17=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #031B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B11 is #FCE4EE. Grayscale: #121212. Windows color (decimal): -16573679 or 1121027. OLE color: 1121027.
HSL color Cylindrical-coordinate representation of color #031B11: hue angle of 155º 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 #031B11 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 27 | 17 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.89 |
| HSL | 155º | 0.8% | 0.06% | - |
| HSV(B) | 155º | 0.89% | 0.11% | - |
| XYZ | 0.53 | 0.84 | 0.67 | - |
| YUV | 18.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 17 | 0.89 | 0 | 0.37 | 0.89 | 155 | 0.8 | 0.06 |
| Hex | 3 | 1B | 11 | 59 | 0 | 25 | 59 | 9B | 50 | 6 |
| Octal | 3 | 33 | 21 | 131 | 0 | 45 | 131 | 233 | 120 | 6 |
| Binary | 11 | 11011 | 10001 | 1011001 | 0 | 100101 | 1011001 | 10011011 | 1010000 | 110 |
Color Harmonies of #031B11
Complementary color
Monochromatic Colors of #031B11
Black with #031B11
Text Example
Text Example
White with #031B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B11; }
p { color: rgb(3,27,17); }
H1.HeaderClassName
{
color: #031B11;
}
.AnyTagClassName
{
color: #031B11;
}
</style>
background-color css
<style>
a { background-color: #031B11; }
a { background-color: rgb(3,27,17); }
div.DivClassName
{
background-color: #031B11;
}
.BgClassName
{
background-color: #031B11;
}
</style>
border-color css
<style>
span { border-color: #031B11; }
span { border-color: rgb(3,27,17); }
td.TdClassName
{
border-color: #031B11;
}
.TagClassName
{
border-color: #031B11;
}
</style>