Shades of Dark Green #03160E
Tints of Dark Green #03160E
RGB
CMYK
RGB Variations
Color information
#03160E (or 0x03160E) is known color: Dark Green. HEX triplet: 03, 16 and 0E. RGB value is (3,22,14). Sum of RGB (Red+Green+Blue) = 3+22+14=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #03160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03160E is #FCE9F1. Grayscale: #0F0F0F. Windows color (decimal): -16574962 or 923139. OLE color: 923139.
HSL color Cylindrical-coordinate representation of color #03160E: hue angle of 154.74º 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 #03160E is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 22 | 14 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.91 |
| HSL | 154.74º | 0.76% | 0.05% | - |
| HSV(B) | 154.74º | 0.86% | 0.09% | - |
| XYZ | 0.4 | 0.62 | 0.51 | - |
| YUV | 15.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 14 | 0.86 | 0 | 0.36 | 0.91 | 154.74 | 0.76 | 0.05 |
| Hex | 3 | 16 | E | 56 | 0 | 24 | 5B | 9B | 4C | 5 |
| Octal | 3 | 26 | 16 | 126 | 0 | 44 | 133 | 233 | 114 | 5 |
| Binary | 11 | 10110 | 1110 | 1010110 | 0 | 100100 | 1011011 | 10011011 | 1001100 | 101 |
Color Harmonies of #03160E
Complementary color
Monochromatic Colors of #03160E
Black with #03160E
Text Example
Text Example
White with #03160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03160E; }
p { color: rgb(3,22,14); }
H1.HeaderClassName
{
color: #03160E;
}
.AnyTagClassName
{
color: #03160E;
}
</style>
background-color css
<style>
a { background-color: #03160E; }
a { background-color: rgb(3,22,14); }
div.DivClassName
{
background-color: #03160E;
}
.BgClassName
{
background-color: #03160E;
}
</style>
border-color css
<style>
span { border-color: #03160E; }
span { border-color: rgb(3,22,14); }
td.TdClassName
{
border-color: #03160E;
}
.TagClassName
{
border-color: #03160E;
}
</style>