Shades of Forest Green #329B36
Tints of Forest Green #329B36
RGB
CMYK
RGB Variations
Color information
#329B36 (or 0x329B36) is known color: Forest Green. HEX triplet: 32, 9B and 36. RGB value is (50,155,54). Sum of RGB (Red+Green+Blue) = 50+155+54=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #329B36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B36 is #CD64C9. Grayscale: #707070. Windows color (decimal): -13460682 or 3578674. OLE color: 3578674.
HSL color Cylindrical-coordinate representation of color #329B36: hue angle of 122.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B36 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 54 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.39 |
| HSL | 122.29º | 0.51% | 0.4% | - |
| HSV(B) | 122.29º | 0.68% | 0.61% | - |
| XYZ | 13.7 | 24.39 | 7.48 | - |
| YUV | 112.09 | 95.21 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 54 | 0.68 | 0 | 0.65 | 0.39 | 122.29 | 0.51 | 0.4 |
| Hex | 32 | 9B | 36 | 44 | 0 | 41 | 27 | 7A | 33 | 28 |
| Octal | 62 | 233 | 66 | 104 | 0 | 101 | 47 | 172 | 63 | 50 |
| Binary | 110010 | 10011011 | 110110 | 1000100 | 0 | 1000001 | 100111 | 1111010 | 110011 | 101000 |
Color Harmonies of #329B36
Complementary color
Monochromatic Colors of #329B36
Black with #329B36
Text Example
Text Example
White with #329B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B36; }
p { color: rgb(50,155,54); }
H1.HeaderClassName
{
color: #329B36;
}
.AnyTagClassName
{
color: #329B36;
}
</style>
background-color css
<style>
a { background-color: #329B36; }
a { background-color: rgb(50,155,54); }
div.DivClassName
{
background-color: #329B36;
}
.BgClassName
{
background-color: #329B36;
}
</style>
border-color css
<style>
span { border-color: #329B36; }
span { border-color: rgb(50,155,54); }
td.TdClassName
{
border-color: #329B36;
}
.TagClassName
{
border-color: #329B36;
}
</style>