Shades of Dark Green #002016
Tints of Dark Green #002016
RGB
CMYK
RGB Variations
Color information
#002016 (or 0x002016) is known color: Dark Green. HEX triplet: 00, 20 and 16. RGB value is (0,32,22). Sum of RGB (Red+Green+Blue) = 0+32+22=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #002016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002016 is #FFDFE9. Grayscale: #151515. Windows color (decimal): -16769002 or 1449984. OLE color: 1449984.
HSL color Cylindrical-coordinate representation of color #002016: hue angle of 161.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002016 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
RGB | 0 | 32 | 22 | - |
CMYK | 1 | 0 | 0.31 | 0.87 |
HSL | 161.25º | 1% | 0.06% | - |
HSV(B) | 161.25º | 1% | 0.13% | - |
XYZ | 0.66 | 1.09 | 0.93 | - |
YUV | 21.29 | 128.4 | 112.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 32 | 22 | 1 | 0 | 0.31 | 0.87 | 161.25 | 1 | 0.06 |
Hex | 0 | 20 | 16 | 64 | 0 | 1F | 57 | A1 | 64 | 6 |
Octal | 0 | 40 | 26 | 144 | 0 | 37 | 127 | 241 | 144 | 6 |
Binary | 0 | 100000 | 10110 | 1100100 | 0 | 11111 | 1010111 | 10100001 | 1100100 | 110 |
Color Harmonies of #002016
Complementary color
Monochromatic Colors of #002016
Black with #002016
Text Example
Text Example
White with #002016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002016; }
p { color: rgb(0,32,22); }
H1.HeaderClassName
{
color: #002016;
}
.AnyTagClassName
{
color: #002016;
}
</style>
background-color css
<style>
a { background-color: #002016; }
a { background-color: rgb(0,32,22); }
div.DivClassName
{
background-color: #002016;
}
.BgClassName
{
background-color: #002016;
}
</style>
border-color css
<style>
span { border-color: #002016; }
span { border-color: rgb(0,32,22); }
td.TdClassName
{
border-color: #002016;
}
.TagClassName
{
border-color: #002016;
}
</style>