Shades of Forest Green #32A225
Tints of Forest Green #32A225
RGB
CMYK
RGB Variations
Color information
#32A225 (or 0x32A225) is known color: Forest Green. HEX triplet: 32, A2 and 25. RGB value is (50,162,37). Sum of RGB (Red+Green+Blue) = 50+162+37=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #32A225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A225 is #CD5DDA. Grayscale: #727272. Windows color (decimal): -13458907 or 2466354. OLE color: 2466354.
HSL color Cylindrical-coordinate representation of color #32A225: hue angle of 113.76º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32A225 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 37 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.36 |
| HSL | 113.76º | 0.63% | 0.39% | - |
| HSV(B) | 113.76º | 0.77% | 0.64% | - |
| XYZ | 14.57 | 26.65 | 6.13 | - |
| YUV | 114.26 | 84.39 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 37 | 0.69 | 0 | 0.77 | 0.36 | 113.76 | 0.63 | 0.39 |
| Hex | 32 | A2 | 25 | 45 | 0 | 4D | 24 | 72 | 3F | 27 |
| Octal | 62 | 242 | 45 | 105 | 0 | 115 | 44 | 162 | 77 | 47 |
| Binary | 110010 | 10100010 | 100101 | 1000101 | 0 | 1001101 | 100100 | 1110010 | 111111 | 100111 |
Color Harmonies of #32A225
Complementary color
Monochromatic Colors of #32A225
Black with #32A225
Text Example
Text Example
White with #32A225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A225; }
p { color: rgb(50,162,37); }
H1.HeaderClassName
{
color: #32A225;
}
.AnyTagClassName
{
color: #32A225;
}
</style>
background-color css
<style>
a { background-color: #32A225; }
a { background-color: rgb(50,162,37); }
div.DivClassName
{
background-color: #32A225;
}
.BgClassName
{
background-color: #32A225;
}
</style>
border-color css
<style>
span { border-color: #32A225; }
span { border-color: rgb(50,162,37); }
td.TdClassName
{
border-color: #32A225;
}
.TagClassName
{
border-color: #32A225;
}
</style>