Shades of Dark Green #031B0E
Tints of Dark Green #031B0E
RGB
CMYK
RGB Variations
Color information
#031B0E (or 0x031B0E) is known color: Dark Green. HEX triplet: 03, 1B and 0E. RGB value is (3,27,14). Sum of RGB (Red+Green+Blue) = 3+27+14=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #031B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B0E is #FCE4F1. Grayscale: #121212. Windows color (decimal): -16573682 or 924419. OLE color: 924419.
HSL color Cylindrical-coordinate representation of color #031B0E: hue angle of 147.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 #031B0E is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 27 | 14 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.89 |
| HSL | 147.5º | 0.8% | 0.06% | - |
| HSV(B) | 147.5º | 0.89% | 0.11% | - |
| XYZ | 0.51 | 0.83 | 0.55 | - |
| YUV | 18.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 14 | 0.89 | 0 | 0.48 | 0.89 | 147.5 | 0.8 | 0.06 |
| Hex | 3 | 1B | E | 59 | 0 | 30 | 59 | 94 | 50 | 6 |
| Octal | 3 | 33 | 16 | 131 | 0 | 60 | 131 | 224 | 120 | 6 |
| Binary | 11 | 11011 | 1110 | 1011001 | 0 | 110000 | 1011001 | 10010100 | 1010000 | 110 |
Color Harmonies of #031B0E
Complementary color
Monochromatic Colors of #031B0E
Black with #031B0E
Text Example
Text Example
White with #031B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B0E; }
p { color: rgb(3,27,14); }
H1.HeaderClassName
{
color: #031B0E;
}
.AnyTagClassName
{
color: #031B0E;
}
</style>
background-color css
<style>
a { background-color: #031B0E; }
a { background-color: rgb(3,27,14); }
div.DivClassName
{
background-color: #031B0E;
}
.BgClassName
{
background-color: #031B0E;
}
</style>
border-color css
<style>
span { border-color: #031B0E; }
span { border-color: rgb(3,27,14); }
td.TdClassName
{
border-color: #031B0E;
}
.TagClassName
{
border-color: #031B0E;
}
</style>