Shades of Forest Green #32A827
Tints of Forest Green #32A827
RGB
CMYK
RGB Variations
Color information
#32A827 (or 0x32A827) is known color: Forest Green. HEX triplet: 32, A8 and 27. RGB value is (50,168,39). Sum of RGB (Red+Green+Blue) = 50+168+39=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 168 (66.02% from 255 or 65.37% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 168 - color contains mainly: green. Hex color #32A827 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A827 is #CD57D8. Grayscale: #767676. Windows color (decimal): -13457369 or 2598962. OLE color: 2598962.
HSL color Cylindrical-coordinate representation of color #32A827: hue angle of 114.88º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32A827 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 168 | 39 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.34 |
| HSL | 114.88º | 0.62% | 0.41% | - |
| HSV(B) | 114.88º | 0.77% | 0.66% | - |
| XYZ | 15.68 | 28.83 | 6.66 | - |
| YUV | 118.01 | 83.41 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 168 | 39 | 0.70 | 0 | 0.77 | 0.34 | 114.88 | 0.62 | 0.41 |
| Hex | 32 | A8 | 27 | 46 | 0 | 4D | 22 | 73 | 3E | 29 |
| Octal | 62 | 250 | 47 | 106 | 0 | 115 | 42 | 163 | 76 | 51 |
| Binary | 110010 | 10101000 | 100111 | 1000110 | 0 | 1001101 | 100010 | 1110011 | 111110 | 101001 |
Color Harmonies of #32A827
Complementary color
Monochromatic Colors of #32A827
Black with #32A827
Text Example
Text Example
White with #32A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A827; }
p { color: rgb(50,168,39); }
H1.HeaderClassName
{
color: #32A827;
}
.AnyTagClassName
{
color: #32A827;
}
</style>
background-color css
<style>
a { background-color: #32A827; }
a { background-color: rgb(50,168,39); }
div.DivClassName
{
background-color: #32A827;
}
.BgClassName
{
background-color: #32A827;
}
</style>
border-color css
<style>
span { border-color: #32A827; }
span { border-color: rgb(50,168,39); }
td.TdClassName
{
border-color: #32A827;
}
.TagClassName
{
border-color: #32A827;
}
</style>