Shades of Forest Green #329030
Tints of Forest Green #329030
RGB
CMYK
RGB Variations
Color information
#329030 (or 0x329030) is known color: Forest Green. HEX triplet: 32, 90 and 30. RGB value is (50,144,48). Sum of RGB (Red+Green+Blue) = 50+144+48=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #329030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329030 is #CD6FCF. Grayscale: #696969. Windows color (decimal): -13463504 or 3182642. OLE color: 3182642.
HSL color Cylindrical-coordinate representation of color #329030: hue angle of 118.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329030 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 48 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.44 |
| HSL | 118.75º | 0.5% | 0.38% | - |
| HSV(B) | 118.75º | 0.67% | 0.56% | - |
| XYZ | 11.82 | 20.84 | 6.2 | - |
| YUV | 104.95 | 95.86 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 48 | 0.65 | 0 | 0.67 | 0.44 | 118.75 | 0.5 | 0.38 |
| Hex | 32 | 90 | 30 | 41 | 0 | 43 | 2C | 77 | 32 | 26 |
| Octal | 62 | 220 | 60 | 101 | 0 | 103 | 54 | 167 | 62 | 46 |
| Binary | 110010 | 10010000 | 110000 | 1000001 | 0 | 1000011 | 101100 | 1110111 | 110010 | 100110 |
Color Harmonies of #329030
Complementary color
Monochromatic Colors of #329030
Black with #329030
Text Example
Text Example
White with #329030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329030; }
p { color: rgb(50,144,48); }
H1.HeaderClassName
{
color: #329030;
}
.AnyTagClassName
{
color: #329030;
}
</style>
background-color css
<style>
a { background-color: #329030; }
a { background-color: rgb(50,144,48); }
div.DivClassName
{
background-color: #329030;
}
.BgClassName
{
background-color: #329030;
}
</style>
border-color css
<style>
span { border-color: #329030; }
span { border-color: rgb(50,144,48); }
td.TdClassName
{
border-color: #329030;
}
.TagClassName
{
border-color: #329030;
}
</style>