Shades of Forest Green #329523
Tints of Forest Green #329523
RGB
CMYK
RGB Variations
Color information
#329523 (or 0x329523) is known color: Forest Green. HEX triplet: 32, 95 and 23. RGB value is (50,149,35). Sum of RGB (Red+Green+Blue) = 50+149+35=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #329523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329523 is #CD6ADC. Grayscale: #6A6A6A. Windows color (decimal): -13462237 or 2331954. OLE color: 2331954.
HSL color Cylindrical-coordinate representation of color #329523: hue angle of 112.11º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329523 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 35 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.42 |
| HSL | 112.11º | 0.62% | 0.36% | - |
| HSV(B) | 112.11º | 0.77% | 0.58% | - |
| XYZ | 12.37 | 22.29 | 5.24 | - |
| YUV | 106.4 | 87.7 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 35 | 0.66 | 0 | 0.77 | 0.42 | 112.11 | 0.62 | 0.36 |
| Hex | 32 | 95 | 23 | 42 | 0 | 4D | 2A | 70 | 3E | 24 |
| Octal | 62 | 225 | 43 | 102 | 0 | 115 | 52 | 160 | 76 | 44 |
| Binary | 110010 | 10010101 | 100011 | 1000010 | 0 | 1001101 | 101010 | 1110000 | 111110 | 100100 |
Color Harmonies of #329523
Complementary color
Monochromatic Colors of #329523
Black with #329523
Text Example
Text Example
White with #329523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329523; }
p { color: rgb(50,149,35); }
H1.HeaderClassName
{
color: #329523;
}
.AnyTagClassName
{
color: #329523;
}
</style>
background-color css
<style>
a { background-color: #329523; }
a { background-color: rgb(50,149,35); }
div.DivClassName
{
background-color: #329523;
}
.BgClassName
{
background-color: #329523;
}
</style>
border-color css
<style>
span { border-color: #329523; }
span { border-color: rgb(50,149,35); }
td.TdClassName
{
border-color: #329523;
}
.TagClassName
{
border-color: #329523;
}
</style>