Shades of Forest Green #328D32
Tints of Forest Green #328D32
RGB
CMYK
RGB Variations
Color information
#328D32 (or 0x328D32) is known color: Forest Green. HEX triplet: 32, 8D and 32. RGB value is (50,141,50). Sum of RGB (Red+Green+Blue) = 50+141+50=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #328D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D32 is #CD72CD. Grayscale: #676767. Windows color (decimal): -13464270 or 3312946. OLE color: 3312946.
HSL color Cylindrical-coordinate representation of color #328D32: hue angle of 120º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D32 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 50 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.45 |
| HSL | 120º | 0.48% | 0.37% | - |
| HSV(B) | 120º | 0.65% | 0.55% | - |
| XYZ | 11.42 | 19.96 | 6.27 | - |
| YUV | 103.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 50 | 0.65 | 0 | 0.65 | 0.45 | 120 | 0.48 | 0.37 |
| Hex | 32 | 8D | 32 | 41 | 0 | 41 | 2D | 78 | 30 | 25 |
| Octal | 62 | 215 | 62 | 101 | 0 | 101 | 55 | 170 | 60 | 45 |
| Binary | 110010 | 10001101 | 110010 | 1000001 | 0 | 1000001 | 101101 | 1111000 | 110000 | 100101 |
Color Harmonies of #328D32
Complementary color
Monochromatic Colors of #328D32
Black with #328D32
Text Example
Text Example
White with #328D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D32; }
p { color: rgb(50,141,50); }
H1.HeaderClassName
{
color: #328D32;
}
.AnyTagClassName
{
color: #328D32;
}
</style>
background-color css
<style>
a { background-color: #328D32; }
a { background-color: rgb(50,141,50); }
div.DivClassName
{
background-color: #328D32;
}
.BgClassName
{
background-color: #328D32;
}
</style>
border-color css
<style>
span { border-color: #328D32; }
span { border-color: rgb(50,141,50); }
td.TdClassName
{
border-color: #328D32;
}
.TagClassName
{
border-color: #328D32;
}
</style>