Shades of Forest Green #32A121
Tints of Forest Green #32A121
RGB
CMYK
RGB Variations
Color information
#32A121 (or 0x32A121) is known color: Forest Green. HEX triplet: 32, A1 and 21. RGB value is (50,161,33). Sum of RGB (Red+Green+Blue) = 50+161+33=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 161 (63.28% from 255 or 65.98% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 161 - color contains mainly: green. Hex color #32A121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A121 is #CD5EDE. Grayscale: #717171. Windows color (decimal): -13459167 or 2203954. OLE color: 2203954.
HSL color Cylindrical-coordinate representation of color #32A121: hue angle of 112.03º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32A121 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 33 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.37 |
| HSL | 112.03º | 0.66% | 0.38% | - |
| HSV(B) | 112.03º | 0.8% | 0.63% | - |
| XYZ | 14.33 | 26.28 | 5.76 | - |
| YUV | 113.22 | 82.73 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 33 | 0.69 | 0 | 0.80 | 0.37 | 112.03 | 0.66 | 0.38 |
| Hex | 32 | A1 | 21 | 45 | 0 | 50 | 25 | 70 | 42 | 26 |
| Octal | 62 | 241 | 41 | 105 | 0 | 120 | 45 | 160 | 102 | 46 |
| Binary | 110010 | 10100001 | 100001 | 1000101 | 0 | 1010000 | 100101 | 1110000 | 1000010 | 100110 |
Color Harmonies of #32A121
Complementary color
Monochromatic Colors of #32A121
Black with #32A121
Text Example
Text Example
White with #32A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A121; }
p { color: rgb(50,161,33); }
H1.HeaderClassName
{
color: #32A121;
}
.AnyTagClassName
{
color: #32A121;
}
</style>
background-color css
<style>
a { background-color: #32A121; }
a { background-color: rgb(50,161,33); }
div.DivClassName
{
background-color: #32A121;
}
.BgClassName
{
background-color: #32A121;
}
</style>
border-color css
<style>
span { border-color: #32A121; }
span { border-color: rgb(50,161,33); }
td.TdClassName
{
border-color: #32A121;
}
.TagClassName
{
border-color: #32A121;
}
</style>