Shades of Forest Green #329E34
Tints of Forest Green #329E34
RGB
CMYK
RGB Variations
Color information
#329E34 (or 0x329E34) is known color: Forest Green. HEX triplet: 32, 9E and 34. RGB value is (50,158,52). Sum of RGB (Red+Green+Blue) = 50+158+52=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 158 (62.11% from 255 or 60.77% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 158 - color contains mainly: green. Hex color #329E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329E34 is #CD61CB. Grayscale: #717171. Windows color (decimal): -13459916 or 3448370. OLE color: 3448370.
HSL color Cylindrical-coordinate representation of color #329E34: hue angle of 121.11º 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 #329E34 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 52 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.38 |
| HSL | 121.11º | 0.52% | 0.41% | - |
| HSV(B) | 121.11º | 0.68% | 0.62% | - |
| XYZ | 14.16 | 25.38 | 7.4 | - |
| YUV | 113.62 | 93.22 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 52 | 0.68 | 0 | 0.67 | 0.38 | 121.11 | 0.52 | 0.41 |
| Hex | 32 | 9E | 34 | 44 | 0 | 43 | 26 | 79 | 34 | 29 |
| Octal | 62 | 236 | 64 | 104 | 0 | 103 | 46 | 171 | 64 | 51 |
| Binary | 110010 | 10011110 | 110100 | 1000100 | 0 | 1000011 | 100110 | 1111001 | 110100 | 101001 |
Color Harmonies of #329E34
Complementary color
Monochromatic Colors of #329E34
Black with #329E34
Text Example
Text Example
White with #329E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E34; }
p { color: rgb(50,158,52); }
H1.HeaderClassName
{
color: #329E34;
}
.AnyTagClassName
{
color: #329E34;
}
</style>
background-color css
<style>
a { background-color: #329E34; }
a { background-color: rgb(50,158,52); }
div.DivClassName
{
background-color: #329E34;
}
.BgClassName
{
background-color: #329E34;
}
</style>
border-color css
<style>
span { border-color: #329E34; }
span { border-color: rgb(50,158,52); }
td.TdClassName
{
border-color: #329E34;
}
.TagClassName
{
border-color: #329E34;
}
</style>