Shades of Dark Green #031612
Tints of Dark Green #031612
RGB
CMYK
RGB Variations
Color information
#031612 (or 0x031612) is known color: Dark Green. HEX triplet: 03, 16 and 12. RGB value is (3,22,18). Sum of RGB (Red+Green+Blue) = 3+22+18=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #031612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031612 is #FCE9ED. Grayscale: #0F0F0F. Windows color (decimal): -16574958 or 1185283. OLE color: 1185283.
HSL color Cylindrical-coordinate representation of color #031612: hue angle of 167.37º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031612 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 22 | 18 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.91 |
| HSL | 167.37º | 0.76% | 0.05% | - |
| HSV(B) | 167.37º | 0.86% | 0.09% | - |
| XYZ | 0.43 | 0.64 | 0.67 | - |
| YUV | 15.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 18 | 0.86 | 0 | 0.18 | 0.91 | 167.37 | 0.76 | 0.05 |
| Hex | 3 | 16 | 12 | 56 | 0 | 12 | 5B | A7 | 4C | 5 |
| Octal | 3 | 26 | 22 | 126 | 0 | 22 | 133 | 247 | 114 | 5 |
| Binary | 11 | 10110 | 10010 | 1010110 | 0 | 10010 | 1011011 | 10100111 | 1001100 | 101 |
Color Harmonies of #031612
Complementary color
Monochromatic Colors of #031612
Black with #031612
Text Example
Text Example
White with #031612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031612; }
p { color: rgb(3,22,18); }
H1.HeaderClassName
{
color: #031612;
}
.AnyTagClassName
{
color: #031612;
}
</style>
background-color css
<style>
a { background-color: #031612; }
a { background-color: rgb(3,22,18); }
div.DivClassName
{
background-color: #031612;
}
.BgClassName
{
background-color: #031612;
}
</style>
border-color css
<style>
span { border-color: #031612; }
span { border-color: rgb(3,22,18); }
td.TdClassName
{
border-color: #031612;
}
.TagClassName
{
border-color: #031612;
}
</style>