Shades of Forest Green #329934
Tints of Forest Green #329934
RGB
CMYK
RGB Variations
Color information
#329934 (or 0x329934) is known color: Forest Green. HEX triplet: 32, 99 and 34. RGB value is (50,153,52). Sum of RGB (Red+Green+Blue) = 50+153+52=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #329934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329934 is #CD66CB. Grayscale: #6E6E6E. Windows color (decimal): -13461196 or 3447090. OLE color: 3447090.
HSL color Cylindrical-coordinate representation of color #329934: hue angle of 121.17º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329934 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 52 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.4 |
| HSL | 121.17º | 0.51% | 0.4% | - |
| HSV(B) | 121.17º | 0.67% | 0.6% | - |
| XYZ | 13.33 | 23.71 | 7.12 | - |
| YUV | 110.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 52 | 0.67 | 0 | 0.66 | 0.4 | 121.17 | 0.51 | 0.4 |
| Hex | 32 | 99 | 34 | 43 | 0 | 42 | 28 | 79 | 33 | 28 |
| Octal | 62 | 231 | 64 | 103 | 0 | 102 | 50 | 171 | 63 | 50 |
| Binary | 110010 | 10011001 | 110100 | 1000011 | 0 | 1000010 | 101000 | 1111001 | 110011 | 101000 |
Color Harmonies of #329934
Complementary color
Monochromatic Colors of #329934
Black with #329934
Text Example
Text Example
White with #329934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329934; }
p { color: rgb(50,153,52); }
H1.HeaderClassName
{
color: #329934;
}
.AnyTagClassName
{
color: #329934;
}
</style>
background-color css
<style>
a { background-color: #329934; }
a { background-color: rgb(50,153,52); }
div.DivClassName
{
background-color: #329934;
}
.BgClassName
{
background-color: #329934;
}
</style>
border-color css
<style>
span { border-color: #329934; }
span { border-color: rgb(50,153,52); }
td.TdClassName
{
border-color: #329934;
}
.TagClassName
{
border-color: #329934;
}
</style>