Shades of Forest Green #32A216
Tints of Forest Green #32A216
RGB
CMYK
RGB Variations
Color information
#32A216 (or 0x32A216) is known color: Forest Green. HEX triplet: 32, A2 and 16. RGB value is (50,162,22). Sum of RGB (Red+Green+Blue) = 50+162+22=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 162 (63.67% from 255 or 69.23% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 162 - color contains mainly: green. Hex color #32A216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A216 is #CD5DE9. Grayscale: #717171. Windows color (decimal): -13458922 or 1483314. OLE color: 1483314.
HSL color Cylindrical-coordinate representation of color #32A216: hue angle of 108º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32A216 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 22 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.36 |
| HSL | 108º | 0.76% | 0.36% | - |
| HSV(B) | 108º | 0.86% | 0.64% | - |
| XYZ | 14.38 | 26.58 | 5.13 | - |
| YUV | 112.55 | 76.89 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 22 | 0.69 | 0 | 0.86 | 0.36 | 108 | 0.76 | 0.36 |
| Hex | 32 | A2 | 16 | 45 | 0 | 56 | 24 | 6C | 4C | 24 |
| Octal | 62 | 242 | 26 | 105 | 0 | 126 | 44 | 154 | 114 | 44 |
| Binary | 110010 | 10100010 | 10110 | 1000101 | 0 | 1010110 | 100100 | 1101100 | 1001100 | 100100 |
Color Harmonies of #32A216
Complementary color
Monochromatic Colors of #32A216
Black with #32A216
Text Example
Text Example
White with #32A216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A216; }
p { color: rgb(50,162,22); }
H1.HeaderClassName
{
color: #32A216;
}
.AnyTagClassName
{
color: #32A216;
}
</style>
background-color css
<style>
a { background-color: #32A216; }
a { background-color: rgb(50,162,22); }
div.DivClassName
{
background-color: #32A216;
}
.BgClassName
{
background-color: #32A216;
}
</style>
border-color css
<style>
span { border-color: #32A216; }
span { border-color: rgb(50,162,22); }
td.TdClassName
{
border-color: #32A216;
}
.TagClassName
{
border-color: #32A216;
}
</style>