Shades of Dark Green #003116
Tints of Dark Green #003116
RGB
CMYK
RGB Variations
Color information
#003116 (or 0x003116) is known color: Dark Green. HEX triplet: 00, 31 and 16. RGB value is (0,49,22). Sum of RGB (Red+Green+Blue) = 0+49+22=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #003116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003116 is #FFCEE9. Grayscale: #1F1F1F. Windows color (decimal): -16764650 or 1454336. OLE color: 1454336.
HSL color Cylindrical-coordinate representation of color #003116: hue angle of 146.94º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003116 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 22 | - |
| CMYK | 1 | 0 | 0.55 | 0.81 |
| HSL | 146.94º | 1% | 0.1% | - |
| HSV(B) | 146.94º | 1% | 0.19% | - |
| XYZ | 1.24 | 2.25 | 1.13 | - |
| YUV | 31.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 22 | 1 | 0 | 0.55 | 0.81 | 146.94 | 1 | 0.1 |
| Hex | 0 | 31 | 16 | 64 | 0 | 37 | 51 | 93 | 64 | A |
| Octal | 0 | 61 | 26 | 144 | 0 | 67 | 121 | 223 | 144 | 12 |
| Binary | 0 | 110001 | 10110 | 1100100 | 0 | 110111 | 1010001 | 10010011 | 1100100 | 1010 |
Color Harmonies of #003116
Complementary color
Monochromatic Colors of #003116
Black with #003116
Text Example
Text Example
White with #003116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003116; }
p { color: rgb(0,49,22); }
H1.HeaderClassName
{
color: #003116;
}
.AnyTagClassName
{
color: #003116;
}
</style>
background-color css
<style>
a { background-color: #003116; }
a { background-color: rgb(0,49,22); }
div.DivClassName
{
background-color: #003116;
}
.BgClassName
{
background-color: #003116;
}
</style>
border-color css
<style>
span { border-color: #003116; }
span { border-color: rgb(0,49,22); }
td.TdClassName
{
border-color: #003116;
}
.TagClassName
{
border-color: #003116;
}
</style>