Shades of Forest Green #329B24
Tints of Forest Green #329B24
RGB
CMYK
RGB Variations
Color information
#329B24 (or 0x329B24) is known color: Forest Green. HEX triplet: 32, 9B and 24. RGB value is (50,155,36). Sum of RGB (Red+Green+Blue) = 50+155+36=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 155 (60.94% from 255 or 64.32% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 155 - color contains mainly: green. Hex color #329B24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B24 is #CD64DB. Grayscale: #6E6E6E. Windows color (decimal): -13460700 or 2399026. OLE color: 2399026.
HSL color Cylindrical-coordinate representation of color #329B24: hue angle of 112.94º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329B24 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 36 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.39 |
| HSL | 112.94º | 0.62% | 0.37% | - |
| HSV(B) | 112.94º | 0.77% | 0.61% | - |
| XYZ | 13.36 | 24.25 | 5.65 | - |
| YUV | 110.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 36 | 0.68 | 0 | 0.77 | 0.39 | 112.94 | 0.62 | 0.37 |
| Hex | 32 | 9B | 24 | 44 | 0 | 4D | 27 | 71 | 3E | 25 |
| Octal | 62 | 233 | 44 | 104 | 0 | 115 | 47 | 161 | 76 | 45 |
| Binary | 110010 | 10011011 | 100100 | 1000100 | 0 | 1001101 | 100111 | 1110001 | 111110 | 100101 |
Color Harmonies of #329B24
Complementary color
Monochromatic Colors of #329B24
Black with #329B24
Text Example
Text Example
White with #329B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B24; }
p { color: rgb(50,155,36); }
H1.HeaderClassName
{
color: #329B24;
}
.AnyTagClassName
{
color: #329B24;
}
</style>
background-color css
<style>
a { background-color: #329B24; }
a { background-color: rgb(50,155,36); }
div.DivClassName
{
background-color: #329B24;
}
.BgClassName
{
background-color: #329B24;
}
</style>
border-color css
<style>
span { border-color: #329B24; }
span { border-color: rgb(50,155,36); }
td.TdClassName
{
border-color: #329B24;
}
.TagClassName
{
border-color: #329B24;
}
</style>