Shades of Forest Green #32A215
Tints of Forest Green #32A215
RGB
CMYK
RGB Variations
Color information
#32A215 (or 0x32A215) is known color: Forest Green. HEX triplet: 32, A2 and 15. RGB value is (50,162,21). Sum of RGB (Red+Green+Blue) = 50+162+21=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 162 (63.67% from 255 or 69.53% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 162 - color contains mainly: green. Hex color #32A215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A215 is #CD5DEA. Grayscale: #707070. Windows color (decimal): -13458923 or 1417778. OLE color: 1417778.
HSL color Cylindrical-coordinate representation of color #32A215: hue angle of 107.66º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32A215 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 21 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.36 |
| HSL | 107.66º | 0.77% | 0.36% | - |
| HSV(B) | 107.66º | 0.87% | 0.64% | - |
| XYZ | 14.37 | 26.57 | 5.08 | - |
| YUV | 112.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 21 | 0.69 | 0 | 0.87 | 0.36 | 107.66 | 0.77 | 0.36 |
| Hex | 32 | A2 | 15 | 45 | 0 | 57 | 24 | 6C | 4D | 24 |
| Octal | 62 | 242 | 25 | 105 | 0 | 127 | 44 | 154 | 115 | 44 |
| Binary | 110010 | 10100010 | 10101 | 1000101 | 0 | 1010111 | 100100 | 1101100 | 1001101 | 100100 |
Color Harmonies of #32A215
Complementary color
Monochromatic Colors of #32A215
Black with #32A215
Text Example
Text Example
White with #32A215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A215; }
p { color: rgb(50,162,21); }
H1.HeaderClassName
{
color: #32A215;
}
.AnyTagClassName
{
color: #32A215;
}
</style>
background-color css
<style>
a { background-color: #32A215; }
a { background-color: rgb(50,162,21); }
div.DivClassName
{
background-color: #32A215;
}
.BgClassName
{
background-color: #32A215;
}
</style>
border-color css
<style>
span { border-color: #32A215; }
span { border-color: rgb(50,162,21); }
td.TdClassName
{
border-color: #32A215;
}
.TagClassName
{
border-color: #32A215;
}
</style>