Shades of Forest Green #329D2C
Tints of Forest Green #329D2C
RGB
CMYK
RGB Variations
Color information
#329D2C (or 0x329D2C) is known color: Forest Green. HEX triplet: 32, 9D and 2C. RGB value is (50,157,44). Sum of RGB (Red+Green+Blue) = 50+157+44=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 157 (61.72% from 255 or 62.55% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 157 - color contains mainly: green. Hex color #329D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D2C is #CD62D3. Grayscale: #707070. Windows color (decimal): -13460180 or 2923826. OLE color: 2923826.
HSL color Cylindrical-coordinate representation of color #329D2C: hue angle of 116.81º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #329D2C is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 44 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.38 |
| HSL | 116.81º | 0.56% | 0.39% | - |
| HSV(B) | 116.81º | 0.72% | 0.62% | - |
| XYZ | 13.83 | 24.97 | 6.47 | - |
| YUV | 112.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 44 | 0.68 | 0 | 0.72 | 0.38 | 116.81 | 0.56 | 0.39 |
| Hex | 32 | 9D | 2C | 44 | 0 | 48 | 26 | 75 | 38 | 27 |
| Octal | 62 | 235 | 54 | 104 | 0 | 110 | 46 | 165 | 70 | 47 |
| Binary | 110010 | 10011101 | 101100 | 1000100 | 0 | 1001000 | 100110 | 1110101 | 111000 | 100111 |
Color Harmonies of #329D2C
Complementary color
Monochromatic Colors of #329D2C
Black with #329D2C
Text Example
Text Example
White with #329D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D2C; }
p { color: rgb(50,157,44); }
H1.HeaderClassName
{
color: #329D2C;
}
.AnyTagClassName
{
color: #329D2C;
}
</style>
background-color css
<style>
a { background-color: #329D2C; }
a { background-color: rgb(50,157,44); }
div.DivClassName
{
background-color: #329D2C;
}
.BgClassName
{
background-color: #329D2C;
}
</style>
border-color css
<style>
span { border-color: #329D2C; }
span { border-color: rgb(50,157,44); }
td.TdClassName
{
border-color: #329D2C;
}
.TagClassName
{
border-color: #329D2C;
}
</style>