Shades of Dark Green #032F20
Tints of Dark Green #032F20
RGB
CMYK
RGB Variations
Color information
#032F20 (or 0x032F20) is known color: Dark Green. HEX triplet: 03, 2F and 20. RGB value is (3,47,32). Sum of RGB (Red+Green+Blue) = 3+47+32=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #032F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F20 is #FCD0DF. Grayscale: #202020. Windows color (decimal): -16568544 or 2109187. OLE color: 2109187.
HSL color Cylindrical-coordinate representation of color #032F20: hue angle of 159.55º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032F20 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 47 | 32 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.82 |
| HSL | 159.55º | 0.88% | 0.1% | - |
| HSV(B) | 159.55º | 0.94% | 0.18% | - |
| XYZ | 1.31 | 2.16 | 1.71 | - |
| YUV | 32.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 32 | 0.94 | 0 | 0.32 | 0.82 | 159.55 | 0.88 | 0.1 |
| Hex | 3 | 2F | 20 | 5E | 0 | 20 | 52 | A0 | 58 | A |
| Octal | 3 | 57 | 40 | 136 | 0 | 40 | 122 | 240 | 130 | 12 |
| Binary | 11 | 101111 | 100000 | 1011110 | 0 | 100000 | 1010010 | 10100000 | 1011000 | 1010 |
Color Harmonies of #032F20
Complementary color
Monochromatic Colors of #032F20
Black with #032F20
Text Example
Text Example
White with #032F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F20; }
p { color: rgb(3,47,32); }
H1.HeaderClassName
{
color: #032F20;
}
.AnyTagClassName
{
color: #032F20;
}
</style>
background-color css
<style>
a { background-color: #032F20; }
a { background-color: rgb(3,47,32); }
div.DivClassName
{
background-color: #032F20;
}
.BgClassName
{
background-color: #032F20;
}
</style>
border-color css
<style>
span { border-color: #032F20; }
span { border-color: rgb(3,47,32); }
td.TdClassName
{
border-color: #032F20;
}
.TagClassName
{
border-color: #032F20;
}
</style>