Shades of Dark Green #031B13
Tints of Dark Green #031B13
RGB
CMYK
RGB Variations
Color information
#031B13 (or 0x031B13) is known color: Dark Green. HEX triplet: 03, 1B and 13. RGB value is (3,27,19). Sum of RGB (Red+Green+Blue) = 3+27+19=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #031B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B13 is #FCE4EC. Grayscale: #121212. Windows color (decimal): -16573677 or 1252099. OLE color: 1252099.
HSL color Cylindrical-coordinate representation of color #031B13: hue angle of 160º 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 #031B13 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 27 | 19 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.89 |
| HSL | 160º | 0.8% | 0.06% | - |
| HSV(B) | 160º | 0.89% | 0.11% | - |
| XYZ | 0.55 | 0.85 | 0.75 | - |
| YUV | 18.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 19 | 0.89 | 0 | 0.30 | 0.89 | 160 | 0.8 | 0.06 |
| Hex | 3 | 1B | 13 | 59 | 0 | 1E | 59 | A0 | 50 | 6 |
| Octal | 3 | 33 | 23 | 131 | 0 | 36 | 131 | 240 | 120 | 6 |
| Binary | 11 | 11011 | 10011 | 1011001 | 0 | 11110 | 1011001 | 10100000 | 1010000 | 110 |
Color Harmonies of #031B13
Complementary color
Monochromatic Colors of #031B13
Black with #031B13
Text Example
Text Example
White with #031B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B13; }
p { color: rgb(3,27,19); }
H1.HeaderClassName
{
color: #031B13;
}
.AnyTagClassName
{
color: #031B13;
}
</style>
background-color css
<style>
a { background-color: #031B13; }
a { background-color: rgb(3,27,19); }
div.DivClassName
{
background-color: #031B13;
}
.BgClassName
{
background-color: #031B13;
}
</style>
border-color css
<style>
span { border-color: #031B13; }
span { border-color: rgb(3,27,19); }
td.TdClassName
{
border-color: #031B13;
}
.TagClassName
{
border-color: #031B13;
}
</style>