Shades of Dark Green #03160D
Tints of Dark Green #03160D
RGB
CMYK
RGB Variations
Color information
#03160D (or 0x03160D) is known color: Dark Green. HEX triplet: 03, 16 and 0D. RGB value is (3,22,13). Sum of RGB (Red+Green+Blue) = 3+22+13=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 22 (8.98% from 255 or 57.89% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 22 - color contains mainly: green. Hex color #03160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03160D is #FCE9F2. Grayscale: #0F0F0F. Windows color (decimal): -16574963 or 857603. OLE color: 857603.
HSL color Cylindrical-coordinate representation of color #03160D: hue angle of 151.58º 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 #03160D is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 22 | 13 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.91 |
| HSL | 151.58º | 0.76% | 0.05% | - |
| HSV(B) | 151.58º | 0.86% | 0.09% | - |
| XYZ | 0.4 | 0.62 | 0.48 | - |
| YUV | 15.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 13 | 0.86 | 0 | 0.41 | 0.91 | 151.58 | 0.76 | 0.05 |
| Hex | 3 | 16 | D | 56 | 0 | 29 | 5B | 98 | 4C | 5 |
| Octal | 3 | 26 | 15 | 126 | 0 | 51 | 133 | 230 | 114 | 5 |
| Binary | 11 | 10110 | 1101 | 1010110 | 0 | 101001 | 1011011 | 10011000 | 1001100 | 101 |
Color Harmonies of #03160D
Complementary color
Monochromatic Colors of #03160D
Black with #03160D
Text Example
Text Example
White with #03160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03160D; }
p { color: rgb(3,22,13); }
H1.HeaderClassName
{
color: #03160D;
}
.AnyTagClassName
{
color: #03160D;
}
</style>
background-color css
<style>
a { background-color: #03160D; }
a { background-color: rgb(3,22,13); }
div.DivClassName
{
background-color: #03160D;
}
.BgClassName
{
background-color: #03160D;
}
</style>
border-color css
<style>
span { border-color: #03160D; }
span { border-color: rgb(3,22,13); }
td.TdClassName
{
border-color: #03160D;
}
.TagClassName
{
border-color: #03160D;
}
</style>