Shades of Dark Green #031C16
Tints of Dark Green #031C16
RGB
CMYK
RGB Variations
Color information
#031C16 (or 0x031C16) is known color: Dark Green. HEX triplet: 03, 1C and 16. RGB value is (3,28,22). Sum of RGB (Red+Green+Blue) = 3+28+22=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #031C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C16 is #FCE3E9. Grayscale: #131313. Windows color (decimal): -16573418 or 1448963. OLE color: 1448963.
HSL color Cylindrical-coordinate representation of color #031C16: hue angle of 165.6º 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 #031C16 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 22 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.89 |
| HSL | 165.6º | 0.81% | 0.06% | - |
| HSV(B) | 165.6º | 0.89% | 0.11% | - |
| XYZ | 0.6 | 0.91 | 0.9 | - |
| YUV | 19.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 22 | 0.89 | 0 | 0.21 | 0.89 | 165.6 | 0.81 | 0.06 |
| Hex | 3 | 1C | 16 | 59 | 0 | 15 | 59 | A6 | 51 | 6 |
| Octal | 3 | 34 | 26 | 131 | 0 | 25 | 131 | 246 | 121 | 6 |
| Binary | 11 | 11100 | 10110 | 1011001 | 0 | 10101 | 1011001 | 10100110 | 1010001 | 110 |
Color Harmonies of #031C16
Complementary color
Monochromatic Colors of #031C16
Black with #031C16
Text Example
Text Example
White with #031C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C16; }
p { color: rgb(3,28,22); }
H1.HeaderClassName
{
color: #031C16;
}
.AnyTagClassName
{
color: #031C16;
}
</style>
background-color css
<style>
a { background-color: #031C16; }
a { background-color: rgb(3,28,22); }
div.DivClassName
{
background-color: #031C16;
}
.BgClassName
{
background-color: #031C16;
}
</style>
border-color css
<style>
span { border-color: #031C16; }
span { border-color: rgb(3,28,22); }
td.TdClassName
{
border-color: #031C16;
}
.TagClassName
{
border-color: #031C16;
}
</style>