Shades of Forest Green #32AA29
Tints of Forest Green #32AA29
RGB
CMYK
RGB Variations
Color information
#32AA29 (or 0x32AA29) is known color: Forest Green. HEX triplet: 32, AA and 29. RGB value is (50,170,41). Sum of RGB (Red+Green+Blue) = 50+170+41=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AA29 is #CD55D6. Grayscale: #777777. Windows color (decimal): -13456855 or 2730546. OLE color: 2730546.
HSL color Cylindrical-coordinate representation of color #32AA29: hue angle of 115.81º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32AA29 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 41 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.33 |
| HSL | 115.81º | 0.61% | 0.41% | - |
| HSV(B) | 115.81º | 0.76% | 0.67% | - |
| XYZ | 16.09 | 29.59 | 6.96 | - |
| YUV | 119.41 | 83.74 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 41 | 0.71 | 0 | 0.76 | 0.33 | 115.81 | 0.61 | 0.41 |
| Hex | 32 | AA | 29 | 47 | 0 | 4C | 21 | 74 | 3D | 29 |
| Octal | 62 | 252 | 51 | 107 | 0 | 114 | 41 | 164 | 75 | 51 |
| Binary | 110010 | 10101010 | 101001 | 1000111 | 0 | 1001100 | 100001 | 1110100 | 111101 | 101001 |
Color Harmonies of #32AA29
Complementary color
Monochromatic Colors of #32AA29
Black with #32AA29
Text Example
Text Example
White with #32AA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA29; }
p { color: rgb(50,170,41); }
H1.HeaderClassName
{
color: #32AA29;
}
.AnyTagClassName
{
color: #32AA29;
}
</style>
background-color css
<style>
a { background-color: #32AA29; }
a { background-color: rgb(50,170,41); }
div.DivClassName
{
background-color: #32AA29;
}
.BgClassName
{
background-color: #32AA29;
}
</style>
border-color css
<style>
span { border-color: #32AA29; }
span { border-color: rgb(50,170,41); }
td.TdClassName
{
border-color: #32AA29;
}
.TagClassName
{
border-color: #32AA29;
}
</style>