Shades of Forest Green #329920
Tints of Forest Green #329920
RGB
CMYK
RGB Variations
Color information
#329920 (or 0x329920) is known color: Forest Green. HEX triplet: 32, 99 and 20. RGB value is (50,153,32). Sum of RGB (Red+Green+Blue) = 50+153+32=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #329920 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329920 is #CD66DF. Grayscale: #6C6C6C. Windows color (decimal): -13461216 or 2136370. OLE color: 2136370.
HSL color Cylindrical-coordinate representation of color #329920: hue angle of 111.07º degrees, saturation: 0.65, 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 #329920 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 32 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.4 |
| HSL | 111.07º | 0.65% | 0.36% | - |
| HSV(B) | 111.07º | 0.79% | 0.6% | - |
| XYZ | 12.97 | 23.56 | 5.23 | - |
| YUV | 108.41 | 84.88 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 32 | 0.67 | 0 | 0.79 | 0.4 | 111.07 | 0.65 | 0.36 |
| Hex | 32 | 99 | 20 | 43 | 0 | 4F | 28 | 6F | 41 | 24 |
| Octal | 62 | 231 | 40 | 103 | 0 | 117 | 50 | 157 | 101 | 44 |
| Binary | 110010 | 10011001 | 100000 | 1000011 | 0 | 1001111 | 101000 | 1101111 | 1000001 | 100100 |
Color Harmonies of #329920
Complementary color
Monochromatic Colors of #329920
Black with #329920
Text Example
Text Example
White with #329920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329920; }
p { color: rgb(50,153,32); }
H1.HeaderClassName
{
color: #329920;
}
.AnyTagClassName
{
color: #329920;
}
</style>
background-color css
<style>
a { background-color: #329920; }
a { background-color: rgb(50,153,32); }
div.DivClassName
{
background-color: #329920;
}
.BgClassName
{
background-color: #329920;
}
</style>
border-color css
<style>
span { border-color: #329920; }
span { border-color: rgb(50,153,32); }
td.TdClassName
{
border-color: #329920;
}
.TagClassName
{
border-color: #329920;
}
</style>