Shades of Forest Green #32A230
Tints of Forest Green #32A230
RGB
CMYK
RGB Variations
Color information
#32A230 (or 0x32A230) is known color: Forest Green. HEX triplet: 32, A2 and 30. RGB value is (50,162,48). Sum of RGB (Red+Green+Blue) = 50+162+48=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 162 (63.67% from 255 or 62.31% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 162 - color contains mainly: green. Hex color #32A230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A230 is #CD5DCF. Grayscale: #737373. Windows color (decimal): -13458896 or 3187250. OLE color: 3187250.
HSL color Cylindrical-coordinate representation of color #32A230: hue angle of 118.95º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A230 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 48 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.36 |
| HSL | 118.95º | 0.54% | 0.41% | - |
| HSV(B) | 118.95º | 0.7% | 0.64% | - |
| XYZ | 14.77 | 26.73 | 7.18 | - |
| YUV | 115.52 | 89.89 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 48 | 0.69 | 0 | 0.70 | 0.36 | 118.95 | 0.54 | 0.41 |
| Hex | 32 | A2 | 30 | 45 | 0 | 46 | 24 | 77 | 36 | 29 |
| Octal | 62 | 242 | 60 | 105 | 0 | 106 | 44 | 167 | 66 | 51 |
| Binary | 110010 | 10100010 | 110000 | 1000101 | 0 | 1000110 | 100100 | 1110111 | 110110 | 101001 |
Color Harmonies of #32A230
Complementary color
Monochromatic Colors of #32A230
Black with #32A230
Text Example
Text Example
White with #32A230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A230; }
p { color: rgb(50,162,48); }
H1.HeaderClassName
{
color: #32A230;
}
.AnyTagClassName
{
color: #32A230;
}
</style>
background-color css
<style>
a { background-color: #32A230; }
a { background-color: rgb(50,162,48); }
div.DivClassName
{
background-color: #32A230;
}
.BgClassName
{
background-color: #32A230;
}
</style>
border-color css
<style>
span { border-color: #32A230; }
span { border-color: rgb(50,162,48); }
td.TdClassName
{
border-color: #32A230;
}
.TagClassName
{
border-color: #32A230;
}
</style>