Shades of Dark Green #032E16
Tints of Dark Green #032E16
RGB
CMYK
RGB Variations
Color information
#032E16 (or 0x032E16) is known color: Dark Green. HEX triplet: 03, 2E and 16. RGB value is (3,46,22). Sum of RGB (Red+Green+Blue) = 3+46+22=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 46 (18.36% from 255 or 64.79% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 46 - color contains mainly: green. Hex color #032E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E16 is #FCD1E9. Grayscale: #1E1E1E. Windows color (decimal): -16568810 or 1453571. OLE color: 1453571.
HSL color Cylindrical-coordinate representation of color #032E16: hue angle of 146.51º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032E16 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 22 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.82 |
| HSL | 146.51º | 0.88% | 0.1% | - |
| HSV(B) | 146.51º | 0.93% | 0.18% | - |
| XYZ | 1.16 | 2.03 | 1.09 | - |
| YUV | 30.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 22 | 0.93 | 0 | 0.52 | 0.82 | 146.51 | 0.88 | 0.1 |
| Hex | 3 | 2E | 16 | 5D | 0 | 34 | 52 | 93 | 58 | A |
| Octal | 3 | 56 | 26 | 135 | 0 | 64 | 122 | 223 | 130 | 12 |
| Binary | 11 | 101110 | 10110 | 1011101 | 0 | 110100 | 1010010 | 10010011 | 1011000 | 1010 |
Color Harmonies of #032E16
Complementary color
Monochromatic Colors of #032E16
Black with #032E16
Text Example
Text Example
White with #032E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E16; }
p { color: rgb(3,46,22); }
H1.HeaderClassName
{
color: #032E16;
}
.AnyTagClassName
{
color: #032E16;
}
</style>
background-color css
<style>
a { background-color: #032E16; }
a { background-color: rgb(3,46,22); }
div.DivClassName
{
background-color: #032E16;
}
.BgClassName
{
background-color: #032E16;
}
</style>
border-color css
<style>
span { border-color: #032E16; }
span { border-color: rgb(3,46,22); }
td.TdClassName
{
border-color: #032E16;
}
.TagClassName
{
border-color: #032E16;
}
</style>