Shades of Forest Green #329F31
Tints of Forest Green #329F31
RGB
CMYK
RGB Variations
Color information
#329F31 (or 0x329F31) is known color: Forest Green. HEX triplet: 32, 9F and 31. RGB value is (50,159,49). Sum of RGB (Red+Green+Blue) = 50+159+49=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 159 (62.5% from 255 or 61.63% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 159 - color contains mainly: green. Hex color #329F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F31 is #CD60CE. Grayscale: #727272. Windows color (decimal): -13459663 or 3252018. OLE color: 3252018.
HSL color Cylindrical-coordinate representation of color #329F31: hue angle of 119.45º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F31 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 49 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.38 |
| HSL | 119.45º | 0.53% | 0.41% | - |
| HSV(B) | 119.45º | 0.69% | 0.62% | - |
| XYZ | 14.27 | 25.7 | 7.11 | - |
| YUV | 113.87 | 91.39 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 49 | 0.69 | 0 | 0.69 | 0.38 | 119.45 | 0.53 | 0.41 |
| Hex | 32 | 9F | 31 | 45 | 0 | 45 | 26 | 77 | 35 | 29 |
| Octal | 62 | 237 | 61 | 105 | 0 | 105 | 46 | 167 | 65 | 51 |
| Binary | 110010 | 10011111 | 110001 | 1000101 | 0 | 1000101 | 100110 | 1110111 | 110101 | 101001 |
Color Harmonies of #329F31
Complementary color
Monochromatic Colors of #329F31
Black with #329F31
Text Example
Text Example
White with #329F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F31; }
p { color: rgb(50,159,49); }
H1.HeaderClassName
{
color: #329F31;
}
.AnyTagClassName
{
color: #329F31;
}
</style>
background-color css
<style>
a { background-color: #329F31; }
a { background-color: rgb(50,159,49); }
div.DivClassName
{
background-color: #329F31;
}
.BgClassName
{
background-color: #329F31;
}
</style>
border-color css
<style>
span { border-color: #329F31; }
span { border-color: rgb(50,159,49); }
td.TdClassName
{
border-color: #329F31;
}
.TagClassName
{
border-color: #329F31;
}
</style>