Shades of Dark Green #031B0D
Tints of Dark Green #031B0D
RGB
CMYK
RGB Variations
Color information
#031B0D (or 0x031B0D) is known color: Dark Green. HEX triplet: 03, 1B and 0D. RGB value is (3,27,13). Sum of RGB (Red+Green+Blue) = 3+27+13=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 27 (10.94% from 255 or 62.79% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 27 - color contains mainly: green. Hex color #031B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B0D is #FCE4F2. Grayscale: #121212. Windows color (decimal): -16573683 or 858883. OLE color: 858883.
HSL color Cylindrical-coordinate representation of color #031B0D: hue angle of 145º 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 #031B0D is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 27 | 13 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.89 |
| HSL | 145º | 0.8% | 0.06% | - |
| HSV(B) | 145º | 0.89% | 0.11% | - |
| XYZ | 0.5 | 0.83 | 0.51 | - |
| YUV | 18.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 13 | 0.89 | 0 | 0.52 | 0.89 | 145 | 0.8 | 0.06 |
| Hex | 3 | 1B | D | 59 | 0 | 34 | 59 | 91 | 50 | 6 |
| Octal | 3 | 33 | 15 | 131 | 0 | 64 | 131 | 221 | 120 | 6 |
| Binary | 11 | 11011 | 1101 | 1011001 | 0 | 110100 | 1011001 | 10010001 | 1010000 | 110 |
Color Harmonies of #031B0D
Complementary color
Monochromatic Colors of #031B0D
Black with #031B0D
Text Example
Text Example
White with #031B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B0D; }
p { color: rgb(3,27,13); }
H1.HeaderClassName
{
color: #031B0D;
}
.AnyTagClassName
{
color: #031B0D;
}
</style>
background-color css
<style>
a { background-color: #031B0D; }
a { background-color: rgb(3,27,13); }
div.DivClassName
{
background-color: #031B0D;
}
.BgClassName
{
background-color: #031B0D;
}
</style>
border-color css
<style>
span { border-color: #031B0D; }
span { border-color: rgb(3,27,13); }
td.TdClassName
{
border-color: #031B0D;
}
.TagClassName
{
border-color: #031B0D;
}
</style>