Shades of Forest Green #32A229
Tints of Forest Green #32A229
RGB
CMYK
RGB Variations
Color information
#32A229 (or 0x32A229) is known color: Forest Green. HEX triplet: 32, A2 and 29. RGB value is (50,162,41). Sum of RGB (Red+Green+Blue) = 50+162+41=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 162 (63.67% from 255 or 64.03% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 162 - color contains mainly: green. Hex color #32A229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A229 is #CD5DD6. Grayscale: #737373. Windows color (decimal): -13458903 or 2728498. OLE color: 2728498.
HSL color Cylindrical-coordinate representation of color #32A229: hue angle of 115.54º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32A229 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 41 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.36 |
| HSL | 115.54º | 0.6% | 0.4% | - |
| HSV(B) | 115.54º | 0.75% | 0.64% | - |
| XYZ | 14.64 | 26.68 | 6.48 | - |
| YUV | 114.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 41 | 0.69 | 0 | 0.75 | 0.36 | 115.54 | 0.6 | 0.4 |
| Hex | 32 | A2 | 29 | 45 | 0 | 4B | 24 | 74 | 3C | 28 |
| Octal | 62 | 242 | 51 | 105 | 0 | 113 | 44 | 164 | 74 | 50 |
| Binary | 110010 | 10100010 | 101001 | 1000101 | 0 | 1001011 | 100100 | 1110100 | 111100 | 101000 |
Color Harmonies of #32A229
Complementary color
Monochromatic Colors of #32A229
Black with #32A229
Text Example
Text Example
White with #32A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A229; }
p { color: rgb(50,162,41); }
H1.HeaderClassName
{
color: #32A229;
}
.AnyTagClassName
{
color: #32A229;
}
</style>
background-color css
<style>
a { background-color: #32A229; }
a { background-color: rgb(50,162,41); }
div.DivClassName
{
background-color: #32A229;
}
.BgClassName
{
background-color: #32A229;
}
</style>
border-color css
<style>
span { border-color: #32A229; }
span { border-color: rgb(50,162,41); }
td.TdClassName
{
border-color: #32A229;
}
.TagClassName
{
border-color: #32A229;
}
</style>