Shades of Forest Green #329B2F
Tints of Forest Green #329B2F
RGB
CMYK
RGB Variations
Color information
#329B2F (or 0x329B2F) is known color: Forest Green. HEX triplet: 32, 9B and 2F. RGB value is (50,155,47). Sum of RGB (Red+Green+Blue) = 50+155+47=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #329B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B2F is #CD64D0. Grayscale: #6F6F6F. Windows color (decimal): -13460689 or 3119922. OLE color: 3119922.
HSL color Cylindrical-coordinate representation of color #329B2F: hue angle of 118.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #329B2F is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 47 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.39 |
| HSL | 118.33º | 0.53% | 0.4% | - |
| HSV(B) | 118.33º | 0.7% | 0.61% | - |
| XYZ | 13.55 | 24.33 | 6.67 | - |
| YUV | 111.29 | 91.71 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 47 | 0.68 | 0 | 0.70 | 0.39 | 118.33 | 0.53 | 0.4 |
| Hex | 32 | 9B | 2F | 44 | 0 | 46 | 27 | 76 | 35 | 28 |
| Octal | 62 | 233 | 57 | 104 | 0 | 106 | 47 | 166 | 65 | 50 |
| Binary | 110010 | 10011011 | 101111 | 1000100 | 0 | 1000110 | 100111 | 1110110 | 110101 | 101000 |
Color Harmonies of #329B2F
Complementary color
Monochromatic Colors of #329B2F
Black with #329B2F
Text Example
Text Example
White with #329B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B2F; }
p { color: rgb(50,155,47); }
H1.HeaderClassName
{
color: #329B2F;
}
.AnyTagClassName
{
color: #329B2F;
}
</style>
background-color css
<style>
a { background-color: #329B2F; }
a { background-color: rgb(50,155,47); }
div.DivClassName
{
background-color: #329B2F;
}
.BgClassName
{
background-color: #329B2F;
}
</style>
border-color css
<style>
span { border-color: #329B2F; }
span { border-color: rgb(50,155,47); }
td.TdClassName
{
border-color: #329B2F;
}
.TagClassName
{
border-color: #329B2F;
}
</style>