Shades of Forest Green #32A625
Tints of Forest Green #32A625
RGB
CMYK
RGB Variations
Color information
#32A625 (or 0x32A625) is known color: Forest Green. HEX triplet: 32, A6 and 25. RGB value is (50,166,37). Sum of RGB (Red+Green+Blue) = 50+166+37=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 166 (65.23% from 255 or 65.61% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 166 - color contains mainly: green. Hex color #32A625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A625 is #CD59DA. Grayscale: #757575. Windows color (decimal): -13457883 or 2467378. OLE color: 2467378.
HSL color Cylindrical-coordinate representation of color #32A625: hue angle of 113.95º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32A625 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 166 | 37 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.35 |
| HSL | 113.95º | 0.64% | 0.4% | - |
| HSV(B) | 113.95º | 0.78% | 0.65% | - |
| XYZ | 15.29 | 28.08 | 6.37 | - |
| YUV | 116.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 166 | 37 | 0.70 | 0 | 0.78 | 0.35 | 113.95 | 0.64 | 0.4 |
| Hex | 32 | A6 | 25 | 46 | 0 | 4E | 23 | 72 | 40 | 28 |
| Octal | 62 | 246 | 45 | 106 | 0 | 116 | 43 | 162 | 100 | 50 |
| Binary | 110010 | 10100110 | 100101 | 1000110 | 0 | 1001110 | 100011 | 1110010 | 1000000 | 101000 |
Color Harmonies of #32A625
Complementary color
Monochromatic Colors of #32A625
Black with #32A625
Text Example
Text Example
White with #32A625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A625; }
p { color: rgb(50,166,37); }
H1.HeaderClassName
{
color: #32A625;
}
.AnyTagClassName
{
color: #32A625;
}
</style>
background-color css
<style>
a { background-color: #32A625; }
a { background-color: rgb(50,166,37); }
div.DivClassName
{
background-color: #32A625;
}
.BgClassName
{
background-color: #32A625;
}
</style>
border-color css
<style>
span { border-color: #32A625; }
span { border-color: rgb(50,166,37); }
td.TdClassName
{
border-color: #32A625;
}
.TagClassName
{
border-color: #32A625;
}
</style>