Shades of Forest Green #329D39
Tints of Forest Green #329D39
RGB
CMYK
RGB Variations
Color information
#329D39 (or 0x329D39) is known color: Forest Green. HEX triplet: 32, 9D and 39. RGB value is (50,157,57). Sum of RGB (Red+Green+Blue) = 50+157+57=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 157 (61.72% from 255 or 59.47% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 157 - color contains mainly: green. Hex color #329D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D39 is #CD62C6. Grayscale: #717171. Windows color (decimal): -13460167 or 3775794. OLE color: 3775794.
HSL color Cylindrical-coordinate representation of color #329D39: hue angle of 123.93º 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 #329D39 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 57 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.38 |
| HSL | 123.93º | 0.52% | 0.41% | - |
| HSV(B) | 123.93º | 0.68% | 0.62% | - |
| XYZ | 14.11 | 25.09 | 7.97 | - |
| YUV | 113.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 57 | 0.68 | 0 | 0.64 | 0.38 | 123.93 | 0.52 | 0.41 |
| Hex | 32 | 9D | 39 | 44 | 0 | 40 | 26 | 7C | 34 | 29 |
| Octal | 62 | 235 | 71 | 104 | 0 | 100 | 46 | 174 | 64 | 51 |
| Binary | 110010 | 10011101 | 111001 | 1000100 | 0 | 1000000 | 100110 | 1111100 | 110100 | 101001 |
Color Harmonies of #329D39
Complementary color
Monochromatic Colors of #329D39
Black with #329D39
Text Example
Text Example
White with #329D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D39; }
p { color: rgb(50,157,57); }
H1.HeaderClassName
{
color: #329D39;
}
.AnyTagClassName
{
color: #329D39;
}
</style>
background-color css
<style>
a { background-color: #329D39; }
a { background-color: rgb(50,157,57); }
div.DivClassName
{
background-color: #329D39;
}
.BgClassName
{
background-color: #329D39;
}
</style>
border-color css
<style>
span { border-color: #329D39; }
span { border-color: rgb(50,157,57); }
td.TdClassName
{
border-color: #329D39;
}
.TagClassName
{
border-color: #329D39;
}
</style>