Shades of Dark Green #031D15
Tints of Dark Green #031D15
RGB
CMYK
RGB Variations
Color information
#031D15 (or 0x031D15) is known color: Dark Green. HEX triplet: 03, 1D and 15. RGB value is (3,29,21). Sum of RGB (Red+Green+Blue) = 3+29+21=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #031D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D15 is #FCE2EA. Grayscale: #141414. Windows color (decimal): -16573163 or 1383683. OLE color: 1383683.
HSL color Cylindrical-coordinate representation of color #031D15: hue angle of 161.54º 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 #031D15 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 29 | 21 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.89 |
| HSL | 161.54º | 0.81% | 0.06% | - |
| HSV(B) | 161.54º | 0.9% | 0.11% | - |
| XYZ | 0.61 | 0.95 | 0.86 | - |
| YUV | 20.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 21 | 0.90 | 0 | 0.28 | 0.89 | 161.54 | 0.81 | 0.06 |
| Hex | 3 | 1D | 15 | 5A | 0 | 1C | 59 | A2 | 51 | 6 |
| Octal | 3 | 35 | 25 | 132 | 0 | 34 | 131 | 242 | 121 | 6 |
| Binary | 11 | 11101 | 10101 | 1011010 | 0 | 11100 | 1011001 | 10100010 | 1010001 | 110 |
Color Harmonies of #031D15
Complementary color
Monochromatic Colors of #031D15
Black with #031D15
Text Example
Text Example
White with #031D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D15; }
p { color: rgb(3,29,21); }
H1.HeaderClassName
{
color: #031D15;
}
.AnyTagClassName
{
color: #031D15;
}
</style>
background-color css
<style>
a { background-color: #031D15; }
a { background-color: rgb(3,29,21); }
div.DivClassName
{
background-color: #031D15;
}
.BgClassName
{
background-color: #031D15;
}
</style>
border-color css
<style>
span { border-color: #031D15; }
span { border-color: rgb(3,29,21); }
td.TdClassName
{
border-color: #031D15;
}
.TagClassName
{
border-color: #031D15;
}
</style>