Shades of Forest Green #329D36
Tints of Forest Green #329D36
RGB
CMYK
RGB Variations
Color information
#329D36 (or 0x329D36) is known color: Forest Green. HEX triplet: 32, 9D and 36. RGB value is (50,157,54). Sum of RGB (Red+Green+Blue) = 50+157+54=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #329D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D36 is #CD62C9. Grayscale: #717171. Windows color (decimal): -13460170 or 3579186. OLE color: 3579186.
HSL color Cylindrical-coordinate representation of color #329D36: hue angle of 122.24º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D36 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 54 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.38 |
| HSL | 122.24º | 0.52% | 0.41% | - |
| HSV(B) | 122.24º | 0.68% | 0.62% | - |
| XYZ | 14.04 | 25.06 | 7.59 | - |
| YUV | 113.27 | 94.55 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 54 | 0.68 | 0 | 0.66 | 0.38 | 122.24 | 0.52 | 0.41 |
| Hex | 32 | 9D | 36 | 44 | 0 | 42 | 26 | 7A | 34 | 29 |
| Octal | 62 | 235 | 66 | 104 | 0 | 102 | 46 | 172 | 64 | 51 |
| Binary | 110010 | 10011101 | 110110 | 1000100 | 0 | 1000010 | 100110 | 1111010 | 110100 | 101001 |
Color Harmonies of #329D36
Complementary color
Monochromatic Colors of #329D36
Black with #329D36
Text Example
Text Example
White with #329D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D36; }
p { color: rgb(50,157,54); }
H1.HeaderClassName
{
color: #329D36;
}
.AnyTagClassName
{
color: #329D36;
}
</style>
background-color css
<style>
a { background-color: #329D36; }
a { background-color: rgb(50,157,54); }
div.DivClassName
{
background-color: #329D36;
}
.BgClassName
{
background-color: #329D36;
}
</style>
border-color css
<style>
span { border-color: #329D36; }
span { border-color: rgb(50,157,54); }
td.TdClassName
{
border-color: #329D36;
}
.TagClassName
{
border-color: #329D36;
}
</style>