Shades of Forest Green #32A327
Tints of Forest Green #32A327
RGB
CMYK
RGB Variations
Color information
#32A327 (or 0x32A327) is known color: Forest Green. HEX triplet: 32, A3 and 27. RGB value is (50,163,39). Sum of RGB (Red+Green+Blue) = 50+163+39=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 163 (64.06% from 255 or 64.68% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 163 - color contains mainly: green. Hex color #32A327 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A327 is #CD5CD8. Grayscale: #737373. Windows color (decimal): -13458649 or 2597682. OLE color: 2597682.
HSL color Cylindrical-coordinate representation of color #32A327: hue angle of 114.68º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32A327 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 163 | 39 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.36 |
| HSL | 114.68º | 0.61% | 0.4% | - |
| HSV(B) | 114.68º | 0.76% | 0.64% | - |
| XYZ | 14.78 | 27.02 | 6.36 | - |
| YUV | 115.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 163 | 39 | 0.69 | 0 | 0.76 | 0.36 | 114.68 | 0.61 | 0.4 |
| Hex | 32 | A3 | 27 | 45 | 0 | 4C | 24 | 73 | 3D | 28 |
| Octal | 62 | 243 | 47 | 105 | 0 | 114 | 44 | 163 | 75 | 50 |
| Binary | 110010 | 10100011 | 100111 | 1000101 | 0 | 1001100 | 100100 | 1110011 | 111101 | 101000 |
Color Harmonies of #32A327
Complementary color
Monochromatic Colors of #32A327
Black with #32A327
Text Example
Text Example
White with #32A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A327; }
p { color: rgb(50,163,39); }
H1.HeaderClassName
{
color: #32A327;
}
.AnyTagClassName
{
color: #32A327;
}
</style>
background-color css
<style>
a { background-color: #32A327; }
a { background-color: rgb(50,163,39); }
div.DivClassName
{
background-color: #32A327;
}
.BgClassName
{
background-color: #32A327;
}
</style>
border-color css
<style>
span { border-color: #32A327; }
span { border-color: rgb(50,163,39); }
td.TdClassName
{
border-color: #32A327;
}
.TagClassName
{
border-color: #32A327;
}
</style>