Shades of Forest Green #329F39
Tints of Forest Green #329F39
RGB
CMYK
RGB Variations
Color information
#329F39 (or 0x329F39) is known color: Forest Green. HEX triplet: 32, 9F and 39. RGB value is (50,159,57). Sum of RGB (Red+Green+Blue) = 50+159+57=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 159 (62.5% from 255 or 59.77% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 159 - color contains mainly: green. Hex color #329F39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F39 is #CD60C6. Grayscale: #737373. Windows color (decimal): -13459655 or 3776306. OLE color: 3776306.
HSL color Cylindrical-coordinate representation of color #329F39: hue angle of 123.85º degrees, saturation: 0.52, 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 #329F39 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 57 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.38 |
| HSL | 123.85º | 0.52% | 0.41% | - |
| HSV(B) | 123.85º | 0.69% | 0.62% | - |
| XYZ | 14.45 | 25.77 | 8.08 | - |
| YUV | 114.78 | 95.39 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 57 | 0.69 | 0 | 0.64 | 0.38 | 123.85 | 0.52 | 0.41 |
| Hex | 32 | 9F | 39 | 45 | 0 | 40 | 26 | 7C | 34 | 29 |
| Octal | 62 | 237 | 71 | 105 | 0 | 100 | 46 | 174 | 64 | 51 |
| Binary | 110010 | 10011111 | 111001 | 1000101 | 0 | 1000000 | 100110 | 1111100 | 110100 | 101001 |
Color Harmonies of #329F39
Complementary color
Monochromatic Colors of #329F39
Black with #329F39
Text Example
Text Example
White with #329F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F39; }
p { color: rgb(50,159,57); }
H1.HeaderClassName
{
color: #329F39;
}
.AnyTagClassName
{
color: #329F39;
}
</style>
background-color css
<style>
a { background-color: #329F39; }
a { background-color: rgb(50,159,57); }
div.DivClassName
{
background-color: #329F39;
}
.BgClassName
{
background-color: #329F39;
}
</style>
border-color css
<style>
span { border-color: #329F39; }
span { border-color: rgb(50,159,57); }
td.TdClassName
{
border-color: #329F39;
}
.TagClassName
{
border-color: #329F39;
}
</style>