Shades of Forest Green #329A34
Tints of Forest Green #329A34
RGB
CMYK
RGB Variations
Color information
#329A34 (or 0x329A34) is known color: Forest Green. HEX triplet: 32, 9A and 34. RGB value is (50,154,52). Sum of RGB (Red+Green+Blue) = 50+154+52=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 154 (60.55% from 255 or 60.16% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 154 - color contains mainly: green. Hex color #329A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329A34 is #CD65CB. Grayscale: #6F6F6F. Windows color (decimal): -13460940 or 3447346. OLE color: 3447346.
HSL color Cylindrical-coordinate representation of color #329A34: hue angle of 121.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A34 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 154 | 52 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.40 |
| HSL | 121.15º | 0.51% | 0.4% | - |
| HSV(B) | 121.15º | 0.68% | 0.6% | - |
| XYZ | 13.49 | 24.04 | 7.18 | - |
| YUV | 111.28 | 94.54 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 52 | 0.68 | 0 | 0.66 | 0.40 | 121.15 | 0.51 | 0.4 |
| Hex | 32 | 9A | 34 | 44 | 0 | 42 | 28 | 79 | 33 | 28 |
| Octal | 62 | 232 | 64 | 104 | 0 | 102 | 50 | 171 | 63 | 50 |
| Binary | 110010 | 10011010 | 110100 | 1000100 | 0 | 1000010 | 101000 | 1111001 | 110011 | 101000 |
Color Harmonies of #329A34
Complementary color
Monochromatic Colors of #329A34
Black with #329A34
Text Example
Text Example
White with #329A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329A34; }
p { color: rgb(50,154,52); }
H1.HeaderClassName
{
color: #329A34;
}
.AnyTagClassName
{
color: #329A34;
}
</style>
background-color css
<style>
a { background-color: #329A34; }
a { background-color: rgb(50,154,52); }
div.DivClassName
{
background-color: #329A34;
}
.BgClassName
{
background-color: #329A34;
}
</style>
border-color css
<style>
span { border-color: #329A34; }
span { border-color: rgb(50,154,52); }
td.TdClassName
{
border-color: #329A34;
}
.TagClassName
{
border-color: #329A34;
}
</style>