Shades of Forest Green #329F32
Tints of Forest Green #329F32
RGB
CMYK
RGB Variations
Color information
#329F32 (or 0x329F32) is known color: Forest Green. HEX triplet: 32, 9F and 32. RGB value is (50,159,50). Sum of RGB (Red+Green+Blue) = 50+159+50=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 159 (62.5% from 255 or 61.39% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 159 - color contains mainly: green. Hex color #329F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F32 is #CD60CD. Grayscale: #727272. Windows color (decimal): -13459662 or 3317554. OLE color: 3317554.
HSL color Cylindrical-coordinate representation of color #329F32: hue angle of 120º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F32 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 50 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.38 |
| HSL | 120º | 0.52% | 0.41% | - |
| HSV(B) | 120º | 0.69% | 0.62% | - |
| XYZ | 14.29 | 25.7 | 7.23 | - |
| YUV | 113.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 50 | 0.69 | 0 | 0.69 | 0.38 | 120 | 0.52 | 0.41 |
| Hex | 32 | 9F | 32 | 45 | 0 | 45 | 26 | 78 | 34 | 29 |
| Octal | 62 | 237 | 62 | 105 | 0 | 105 | 46 | 170 | 64 | 51 |
| Binary | 110010 | 10011111 | 110010 | 1000101 | 0 | 1000101 | 100110 | 1111000 | 110100 | 101001 |
Color Harmonies of #329F32
Complementary color
Monochromatic Colors of #329F32
Black with #329F32
Text Example
Text Example
White with #329F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F32; }
p { color: rgb(50,159,50); }
H1.HeaderClassName
{
color: #329F32;
}
.AnyTagClassName
{
color: #329F32;
}
</style>
background-color css
<style>
a { background-color: #329F32; }
a { background-color: rgb(50,159,50); }
div.DivClassName
{
background-color: #329F32;
}
.BgClassName
{
background-color: #329F32;
}
</style>
border-color css
<style>
span { border-color: #329F32; }
span { border-color: rgb(50,159,50); }
td.TdClassName
{
border-color: #329F32;
}
.TagClassName
{
border-color: #329F32;
}
</style>