Shades of Forest Green #329A38
Tints of Forest Green #329A38
RGB
CMYK
RGB Variations
Color information
#329A38 (or 0x329A38) is known color: Forest Green. HEX triplet: 32, 9A and 38. RGB value is (50,154,56). Sum of RGB (Red+Green+Blue) = 50+154+56=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 154 (60.55% from 255 or 59.23% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 154 - color contains mainly: green. Hex color #329A38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329A38 is #CD65C7. Grayscale: #707070. Windows color (decimal): -13460936 or 3709490. OLE color: 3709490.
HSL color Cylindrical-coordinate representation of color #329A38: hue angle of 123.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A38 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 154 | 56 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.40 |
| HSL | 123.46º | 0.51% | 0.4% | - |
| HSV(B) | 123.46º | 0.68% | 0.6% | - |
| XYZ | 13.58 | 24.07 | 7.67 | - |
| YUV | 111.73 | 96.54 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 56 | 0.68 | 0 | 0.64 | 0.40 | 123.46 | 0.51 | 0.4 |
| Hex | 32 | 9A | 38 | 44 | 0 | 40 | 28 | 7B | 33 | 28 |
| Octal | 62 | 232 | 70 | 104 | 0 | 100 | 50 | 173 | 63 | 50 |
| Binary | 110010 | 10011010 | 111000 | 1000100 | 0 | 1000000 | 101000 | 1111011 | 110011 | 101000 |
Color Harmonies of #329A38
Complementary color
Monochromatic Colors of #329A38
Black with #329A38
Text Example
Text Example
White with #329A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329A38; }
p { color: rgb(50,154,56); }
H1.HeaderClassName
{
color: #329A38;
}
.AnyTagClassName
{
color: #329A38;
}
</style>
background-color css
<style>
a { background-color: #329A38; }
a { background-color: rgb(50,154,56); }
div.DivClassName
{
background-color: #329A38;
}
.BgClassName
{
background-color: #329A38;
}
</style>
border-color css
<style>
span { border-color: #329A38; }
span { border-color: rgb(50,154,56); }
td.TdClassName
{
border-color: #329A38;
}
.TagClassName
{
border-color: #329A38;
}
</style>