Shades of Dark Green #032016
Tints of Dark Green #032016
RGB
CMYK
RGB Variations
Color information
#032016 (or 0x032016) is known color: Dark Green. HEX triplet: 03, 20 and 16. RGB value is (3,32,22). Sum of RGB (Red+Green+Blue) = 3+32+22=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #032016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032016 is #FCDFE9. Grayscale: #161616. Windows color (decimal): -16572394 or 1449987. OLE color: 1449987.
HSL color Cylindrical-coordinate representation of color #032016: hue angle of 159.31º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032016 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 32 | 22 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.87 |
| HSL | 159.31º | 0.83% | 0.07% | - |
| HSV(B) | 159.31º | 0.91% | 0.13% | - |
| XYZ | 0.7 | 1.11 | 0.94 | - |
| YUV | 22.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 22 | 0.91 | 0 | 0.31 | 0.87 | 159.31 | 0.83 | 0.07 |
| Hex | 3 | 20 | 16 | 5B | 0 | 1F | 57 | 9F | 53 | 7 |
| Octal | 3 | 40 | 26 | 133 | 0 | 37 | 127 | 237 | 123 | 7 |
| Binary | 11 | 100000 | 10110 | 1011011 | 0 | 11111 | 1010111 | 10011111 | 1010011 | 111 |
Color Harmonies of #032016
Complementary color
Monochromatic Colors of #032016
Black with #032016
Text Example
Text Example
White with #032016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032016; }
p { color: rgb(3,32,22); }
H1.HeaderClassName
{
color: #032016;
}
.AnyTagClassName
{
color: #032016;
}
</style>
background-color css
<style>
a { background-color: #032016; }
a { background-color: rgb(3,32,22); }
div.DivClassName
{
background-color: #032016;
}
.BgClassName
{
background-color: #032016;
}
</style>
border-color css
<style>
span { border-color: #032016; }
span { border-color: rgb(3,32,22); }
td.TdClassName
{
border-color: #032016;
}
.TagClassName
{
border-color: #032016;
}
</style>