Shades of Forest Green #329D33
Tints of Forest Green #329D33
RGB
CMYK
RGB Variations
Color information
#329D33 (or 0x329D33) is known color: Forest Green. HEX triplet: 32, 9D and 33. RGB value is (50,157,51). Sum of RGB (Red+Green+Blue) = 50+157+51=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 157 (61.72% from 255 or 60.85% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 157 - color contains mainly: green. Hex color #329D33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D33 is #CD62CC. Grayscale: #717171. Windows color (decimal): -13460173 or 3382578. OLE color: 3382578.
HSL color Cylindrical-coordinate representation of color #329D33: hue angle of 120.56º 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 #329D33 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 51 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.38 |
| HSL | 120.56º | 0.52% | 0.41% | - |
| HSV(B) | 120.56º | 0.68% | 0.62% | - |
| XYZ | 13.97 | 25.03 | 7.23 | - |
| YUV | 112.92 | 93.05 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 51 | 0.68 | 0 | 0.68 | 0.38 | 120.56 | 0.52 | 0.41 |
| Hex | 32 | 9D | 33 | 44 | 0 | 44 | 26 | 79 | 34 | 29 |
| Octal | 62 | 235 | 63 | 104 | 0 | 104 | 46 | 171 | 64 | 51 |
| Binary | 110010 | 10011101 | 110011 | 1000100 | 0 | 1000100 | 100110 | 1111001 | 110100 | 101001 |
Color Harmonies of #329D33
Complementary color
Monochromatic Colors of #329D33
Black with #329D33
Text Example
Text Example
White with #329D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D33; }
p { color: rgb(50,157,51); }
H1.HeaderClassName
{
color: #329D33;
}
.AnyTagClassName
{
color: #329D33;
}
</style>
background-color css
<style>
a { background-color: #329D33; }
a { background-color: rgb(50,157,51); }
div.DivClassName
{
background-color: #329D33;
}
.BgClassName
{
background-color: #329D33;
}
</style>
border-color css
<style>
span { border-color: #329D33; }
span { border-color: rgb(50,157,51); }
td.TdClassName
{
border-color: #329D33;
}
.TagClassName
{
border-color: #329D33;
}
</style>