Shades of Forest Green #32A52B
Tints of Forest Green #32A52B
RGB
CMYK
RGB Variations
Color information
#32A52B (or 0x32A52B) is known color: Forest Green. HEX triplet: 32, A5 and 2B. RGB value is (50,165,43). Sum of RGB (Red+Green+Blue) = 50+165+43=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #32A52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A52B is #CD5AD4. Grayscale: #757575. Windows color (decimal): -13458133 or 2860338. OLE color: 2860338.
HSL color Cylindrical-coordinate representation of color #32A52B: hue angle of 116.56º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32A52B is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 43 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.35 |
| HSL | 116.56º | 0.59% | 0.41% | - |
| HSV(B) | 116.56º | 0.74% | 0.65% | - |
| XYZ | 15.21 | 27.76 | 6.84 | - |
| YUV | 116.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 43 | 0.70 | 0 | 0.74 | 0.35 | 116.56 | 0.59 | 0.41 |
| Hex | 32 | A5 | 2B | 46 | 0 | 4A | 23 | 75 | 3B | 29 |
| Octal | 62 | 245 | 53 | 106 | 0 | 112 | 43 | 165 | 73 | 51 |
| Binary | 110010 | 10100101 | 101011 | 1000110 | 0 | 1001010 | 100011 | 1110101 | 111011 | 101001 |
Color Harmonies of #32A52B
Complementary color
Monochromatic Colors of #32A52B
Black with #32A52B
Text Example
Text Example
White with #32A52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A52B; }
p { color: rgb(50,165,43); }
H1.HeaderClassName
{
color: #32A52B;
}
.AnyTagClassName
{
color: #32A52B;
}
</style>
background-color css
<style>
a { background-color: #32A52B; }
a { background-color: rgb(50,165,43); }
div.DivClassName
{
background-color: #32A52B;
}
.BgClassName
{
background-color: #32A52B;
}
</style>
border-color css
<style>
span { border-color: #32A52B; }
span { border-color: rgb(50,165,43); }
td.TdClassName
{
border-color: #32A52B;
}
.TagClassName
{
border-color: #32A52B;
}
</style>