Shades of Forest Green #329022
Tints of Forest Green #329022
RGB
CMYK
RGB Variations
Color information
#329022 (or 0x329022) is known color: Forest Green. HEX triplet: 32, 90 and 22. RGB value is (50,144,34). Sum of RGB (Red+Green+Blue) = 50+144+34=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #329022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329022 is #CD6FDD. Grayscale: #676767. Windows color (decimal): -13463518 or 2265138. OLE color: 2265138.
HSL color Cylindrical-coordinate representation of color #329022: hue angle of 111.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329022 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 34 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.44 |
| HSL | 111.27º | 0.62% | 0.35% | - |
| HSV(B) | 111.27º | 0.76% | 0.56% | - |
| XYZ | 11.58 | 20.74 | 4.91 | - |
| YUV | 103.35 | 88.86 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 34 | 0.65 | 0 | 0.76 | 0.44 | 111.27 | 0.62 | 0.35 |
| Hex | 32 | 90 | 22 | 41 | 0 | 4C | 2C | 6F | 3E | 23 |
| Octal | 62 | 220 | 42 | 101 | 0 | 114 | 54 | 157 | 76 | 43 |
| Binary | 110010 | 10010000 | 100010 | 1000001 | 0 | 1001100 | 101100 | 1101111 | 111110 | 100011 |
Color Harmonies of #329022
Complementary color
Monochromatic Colors of #329022
Black with #329022
Text Example
Text Example
White with #329022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329022; }
p { color: rgb(50,144,34); }
H1.HeaderClassName
{
color: #329022;
}
.AnyTagClassName
{
color: #329022;
}
</style>
background-color css
<style>
a { background-color: #329022; }
a { background-color: rgb(50,144,34); }
div.DivClassName
{
background-color: #329022;
}
.BgClassName
{
background-color: #329022;
}
</style>
border-color css
<style>
span { border-color: #329022; }
span { border-color: rgb(50,144,34); }
td.TdClassName
{
border-color: #329022;
}
.TagClassName
{
border-color: #329022;
}
</style>