Shades of Forest Green #328F36
Tints of Forest Green #328F36
RGB
CMYK
RGB Variations
Color information
#328F36 (or 0x328F36) is known color: Forest Green. HEX triplet: 32, 8F and 36. RGB value is (50,143,54). Sum of RGB (Red+Green+Blue) = 50+143+54=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #328F36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328F36 is #CD70C9. Grayscale: #696969. Windows color (decimal): -13463754 or 3575602. OLE color: 3575602.
HSL color Cylindrical-coordinate representation of color #328F36: hue angle of 122.58º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328F36 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 54 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.44 |
| HSL | 122.58º | 0.48% | 0.38% | - |
| HSV(B) | 122.58º | 0.65% | 0.56% | - |
| XYZ | 11.8 | 20.59 | 6.84 | - |
| YUV | 105.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 54 | 0.65 | 0 | 0.62 | 0.44 | 122.58 | 0.48 | 0.38 |
| Hex | 32 | 8F | 36 | 41 | 0 | 3E | 2C | 7B | 30 | 26 |
| Octal | 62 | 217 | 66 | 101 | 0 | 76 | 54 | 173 | 60 | 46 |
| Binary | 110010 | 10001111 | 110110 | 1000001 | 0 | 111110 | 101100 | 1111011 | 110000 | 100110 |
Color Harmonies of #328F36
Complementary color
Monochromatic Colors of #328F36
Black with #328F36
Text Example
Text Example
White with #328F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F36; }
p { color: rgb(50,143,54); }
H1.HeaderClassName
{
color: #328F36;
}
.AnyTagClassName
{
color: #328F36;
}
</style>
background-color css
<style>
a { background-color: #328F36; }
a { background-color: rgb(50,143,54); }
div.DivClassName
{
background-color: #328F36;
}
.BgClassName
{
background-color: #328F36;
}
</style>
border-color css
<style>
span { border-color: #328F36; }
span { border-color: rgb(50,143,54); }
td.TdClassName
{
border-color: #328F36;
}
.TagClassName
{
border-color: #328F36;
}
</style>