Shades of Forest Green #329A20
Tints of Forest Green #329A20
RGB
CMYK
RGB Variations
Color information
#329A20 (or 0x329A20) is known color: Forest Green. HEX triplet: 32, 9A and 20. RGB value is (50,154,32). Sum of RGB (Red+Green+Blue) = 50+154+32=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #329A20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329A20 is #CD65DF. Grayscale: #6D6D6D. Windows color (decimal): -13460960 or 2136626. OLE color: 2136626.
HSL color Cylindrical-coordinate representation of color #329A20: hue angle of 111.15º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329A20 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 154 | 32 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.40 |
| HSL | 111.15º | 0.66% | 0.36% | - |
| HSV(B) | 111.15º | 0.79% | 0.6% | - |
| XYZ | 13.13 | 23.89 | 5.29 | - |
| YUV | 109 | 84.54 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 32 | 0.68 | 0 | 0.79 | 0.40 | 111.15 | 0.66 | 0.36 |
| Hex | 32 | 9A | 20 | 44 | 0 | 4F | 28 | 6F | 42 | 24 |
| Octal | 62 | 232 | 40 | 104 | 0 | 117 | 50 | 157 | 102 | 44 |
| Binary | 110010 | 10011010 | 100000 | 1000100 | 0 | 1001111 | 101000 | 1101111 | 1000010 | 100100 |
Color Harmonies of #329A20
Complementary color
Monochromatic Colors of #329A20
Black with #329A20
Text Example
Text Example
White with #329A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329A20; }
p { color: rgb(50,154,32); }
H1.HeaderClassName
{
color: #329A20;
}
.AnyTagClassName
{
color: #329A20;
}
</style>
background-color css
<style>
a { background-color: #329A20; }
a { background-color: rgb(50,154,32); }
div.DivClassName
{
background-color: #329A20;
}
.BgClassName
{
background-color: #329A20;
}
</style>
border-color css
<style>
span { border-color: #329A20; }
span { border-color: rgb(50,154,32); }
td.TdClassName
{
border-color: #329A20;
}
.TagClassName
{
border-color: #329A20;
}
</style>