Shades of Forest Green #329D28
Tints of Forest Green #329D28
RGB
CMYK
RGB Variations
Color information
#329D28 (or 0x329D28) is known color: Forest Green. HEX triplet: 32, 9D and 28. RGB value is (50,157,40). Sum of RGB (Red+Green+Blue) = 50+157+40=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 157 (61.72% from 255 or 63.56% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 157 - color contains mainly: green. Hex color #329D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D28 is #CD62D7. Grayscale: #707070. Windows color (decimal): -13460184 or 2661682. OLE color: 2661682.
HSL color Cylindrical-coordinate representation of color #329D28: hue angle of 114.87º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329D28 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 40 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.38 |
| HSL | 114.87º | 0.59% | 0.39% | - |
| HSV(B) | 114.87º | 0.75% | 0.62% | - |
| XYZ | 13.76 | 24.95 | 6.1 | - |
| YUV | 111.67 | 87.55 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 40 | 0.68 | 0 | 0.75 | 0.38 | 114.87 | 0.59 | 0.39 |
| Hex | 32 | 9D | 28 | 44 | 0 | 4B | 26 | 73 | 3B | 27 |
| Octal | 62 | 235 | 50 | 104 | 0 | 113 | 46 | 163 | 73 | 47 |
| Binary | 110010 | 10011101 | 101000 | 1000100 | 0 | 1001011 | 100110 | 1110011 | 111011 | 100111 |
Color Harmonies of #329D28
Complementary color
Monochromatic Colors of #329D28
Black with #329D28
Text Example
Text Example
White with #329D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D28; }
p { color: rgb(50,157,40); }
H1.HeaderClassName
{
color: #329D28;
}
.AnyTagClassName
{
color: #329D28;
}
</style>
background-color css
<style>
a { background-color: #329D28; }
a { background-color: rgb(50,157,40); }
div.DivClassName
{
background-color: #329D28;
}
.BgClassName
{
background-color: #329D28;
}
</style>
border-color css
<style>
span { border-color: #329D28; }
span { border-color: rgb(50,157,40); }
td.TdClassName
{
border-color: #329D28;
}
.TagClassName
{
border-color: #329D28;
}
</style>