Shades of Dark Green #031614
Tints of Dark Green #031614
RGB
CMYK
RGB Variations
Color information
#031614 (or 0x031614) is known color: Dark Green. HEX triplet: 03, 16 and 14. RGB value is (3,22,20). Sum of RGB (Red+Green+Blue) = 3+22+20=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #031614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031614 is #FCE9EB. Grayscale: #101010. Windows color (decimal): -16574956 or 1316355. OLE color: 1316355.
HSL color Cylindrical-coordinate representation of color #031614: hue angle of 173.68º 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 #031614 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 22 | 20 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.91 |
| HSL | 173.68º | 0.76% | 0.05% | - |
| HSV(B) | 173.68º | 0.86% | 0.09% | - |
| XYZ | 0.45 | 0.64 | 0.76 | - |
| YUV | 16.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 20 | 0.86 | 0 | 0.09 | 0.91 | 173.68 | 0.76 | 0.05 |
| Hex | 3 | 16 | 14 | 56 | 0 | 9 | 5B | AE | 4C | 5 |
| Octal | 3 | 26 | 24 | 126 | 0 | 11 | 133 | 256 | 114 | 5 |
| Binary | 11 | 10110 | 10100 | 1010110 | 0 | 1001 | 1011011 | 10101110 | 1001100 | 101 |
Color Harmonies of #031614
Complementary color
Monochromatic Colors of #031614
Black with #031614
Text Example
Text Example
White with #031614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031614; }
p { color: rgb(3,22,20); }
H1.HeaderClassName
{
color: #031614;
}
.AnyTagClassName
{
color: #031614;
}
</style>
background-color css
<style>
a { background-color: #031614; }
a { background-color: rgb(3,22,20); }
div.DivClassName
{
background-color: #031614;
}
.BgClassName
{
background-color: #031614;
}
</style>
border-color css
<style>
span { border-color: #031614; }
span { border-color: rgb(3,22,20); }
td.TdClassName
{
border-color: #031614;
}
.TagClassName
{
border-color: #031614;
}
</style>