Shades of Forest Green #329330
Tints of Forest Green #329330
RGB
CMYK
RGB Variations
Color information
#329330 (or 0x329330) is known color: Forest Green. HEX triplet: 32, 93 and 30. RGB value is (50,147,48). Sum of RGB (Red+Green+Blue) = 50+147+48=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #329330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329330 is #CD6CCF. Grayscale: #6B6B6B. Windows color (decimal): -13462736 or 3183410. OLE color: 3183410.
HSL color Cylindrical-coordinate representation of color #329330: hue angle of 118.79º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329330 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 48 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.42 |
| HSL | 118.79º | 0.51% | 0.38% | - |
| HSV(B) | 118.79º | 0.67% | 0.58% | - |
| XYZ | 12.28 | 21.76 | 6.35 | - |
| YUV | 106.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 48 | 0.66 | 0 | 0.67 | 0.42 | 118.79 | 0.51 | 0.38 |
| Hex | 32 | 93 | 30 | 42 | 0 | 43 | 2A | 77 | 33 | 26 |
| Octal | 62 | 223 | 60 | 102 | 0 | 103 | 52 | 167 | 63 | 46 |
| Binary | 110010 | 10010011 | 110000 | 1000010 | 0 | 1000011 | 101010 | 1110111 | 110011 | 100110 |
Color Harmonies of #329330
Complementary color
Monochromatic Colors of #329330
Black with #329330
Text Example
Text Example
White with #329330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329330; }
p { color: rgb(50,147,48); }
H1.HeaderClassName
{
color: #329330;
}
.AnyTagClassName
{
color: #329330;
}
</style>
background-color css
<style>
a { background-color: #329330; }
a { background-color: rgb(50,147,48); }
div.DivClassName
{
background-color: #329330;
}
.BgClassName
{
background-color: #329330;
}
</style>
border-color css
<style>
span { border-color: #329330; }
span { border-color: rgb(50,147,48); }
td.TdClassName
{
border-color: #329330;
}
.TagClassName
{
border-color: #329330;
}
</style>