Shades of Dark Green #031D19
Tints of Dark Green #031D19
RGB
CMYK
RGB Variations
Color information
#031D19 (or 0x031D19) is known color: Dark Green. HEX triplet: 03, 1D and 19. RGB value is (3,29,25). Sum of RGB (Red+Green+Blue) = 3+29+25=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #031D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D19 is #FCE2E6. Grayscale: #141414. Windows color (decimal): -16573159 or 1645827. OLE color: 1645827.
HSL color Cylindrical-coordinate representation of color #031D19: hue angle of 170.77º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031D19 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 29 | 25 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.89 |
| HSL | 170.77º | 0.81% | 0.06% | - |
| HSV(B) | 170.77º | 0.9% | 0.11% | - |
| XYZ | 0.65 | 0.97 | 1.07 | - |
| YUV | 20.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 25 | 0.90 | 0 | 0.14 | 0.89 | 170.77 | 0.81 | 0.06 |
| Hex | 3 | 1D | 19 | 5A | 0 | E | 59 | AB | 51 | 6 |
| Octal | 3 | 35 | 31 | 132 | 0 | 16 | 131 | 253 | 121 | 6 |
| Binary | 11 | 11101 | 11001 | 1011010 | 0 | 1110 | 1011001 | 10101011 | 1010001 | 110 |
Color Harmonies of #031D19
Complementary color
Monochromatic Colors of #031D19
Black with #031D19
Text Example
Text Example
White with #031D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D19; }
p { color: rgb(3,29,25); }
H1.HeaderClassName
{
color: #031D19;
}
.AnyTagClassName
{
color: #031D19;
}
</style>
background-color css
<style>
a { background-color: #031D19; }
a { background-color: rgb(3,29,25); }
div.DivClassName
{
background-color: #031D19;
}
.BgClassName
{
background-color: #031D19;
}
</style>
border-color css
<style>
span { border-color: #031D19; }
span { border-color: rgb(3,29,25); }
td.TdClassName
{
border-color: #031D19;
}
.TagClassName
{
border-color: #031D19;
}
</style>