Shades of Dark Green #031C15
Tints of Dark Green #031C15
RGB
CMYK
RGB Variations
Color information
#031C15 (or 0x031C15) is known color: Dark Green. HEX triplet: 03, 1C and 15. RGB value is (3,28,21). Sum of RGB (Red+Green+Blue) = 3+28+21=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #031C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C15 is #FCE3EA. Grayscale: #131313. Windows color (decimal): -16573419 or 1383427. OLE color: 1383427.
HSL color Cylindrical-coordinate representation of color #031C15: hue angle of 163.2º degrees, saturation: 0.81, 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 #031C15 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 21 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.89 |
| HSL | 163.2º | 0.81% | 0.06% | - |
| HSV(B) | 163.2º | 0.89% | 0.11% | - |
| XYZ | 0.59 | 0.9 | 0.85 | - |
| YUV | 19.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 21 | 0.89 | 0 | 0.25 | 0.89 | 163.2 | 0.81 | 0.06 |
| Hex | 3 | 1C | 15 | 59 | 0 | 19 | 59 | A3 | 51 | 6 |
| Octal | 3 | 34 | 25 | 131 | 0 | 31 | 131 | 243 | 121 | 6 |
| Binary | 11 | 11100 | 10101 | 1011001 | 0 | 11001 | 1011001 | 10100011 | 1010001 | 110 |
Color Harmonies of #031C15
Complementary color
Monochromatic Colors of #031C15
Black with #031C15
Text Example
Text Example
White with #031C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C15; }
p { color: rgb(3,28,21); }
H1.HeaderClassName
{
color: #031C15;
}
.AnyTagClassName
{
color: #031C15;
}
</style>
background-color css
<style>
a { background-color: #031C15; }
a { background-color: rgb(3,28,21); }
div.DivClassName
{
background-color: #031C15;
}
.BgClassName
{
background-color: #031C15;
}
</style>
border-color css
<style>
span { border-color: #031C15; }
span { border-color: rgb(3,28,21); }
td.TdClassName
{
border-color: #031C15;
}
.TagClassName
{
border-color: #031C15;
}
</style>