Shades of Forest Green #328828
Tints of Forest Green #328828
RGB
CMYK
RGB Variations
Color information
#328828 (or 0x328828) is known color: Forest Green. HEX triplet: 32, 88 and 28. RGB value is (50,136,40). Sum of RGB (Red+Green+Blue) = 50+136+40=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #328828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328828 is #CD77D7. Grayscale: #636363. Windows color (decimal): -13465560 or 2656306. OLE color: 2656306.
HSL color Cylindrical-coordinate representation of color #328828: hue angle of 113.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328828 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 40 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.47 |
| HSL | 113.75º | 0.55% | 0.35% | - |
| HSV(B) | 113.75º | 0.71% | 0.53% | - |
| XYZ | 10.5 | 18.44 | 5.01 | - |
| YUV | 99.34 | 94.51 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 40 | 0.63 | 0 | 0.71 | 0.47 | 113.75 | 0.55 | 0.35 |
| Hex | 32 | 88 | 28 | 3F | 0 | 47 | 2F | 72 | 37 | 23 |
| Octal | 62 | 210 | 50 | 77 | 0 | 107 | 57 | 162 | 67 | 43 |
| Binary | 110010 | 10001000 | 101000 | 111111 | 0 | 1000111 | 101111 | 1110010 | 110111 | 100011 |
Color Harmonies of #328828
Complementary color
Monochromatic Colors of #328828
Black with #328828
Text Example
Text Example
White with #328828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328828; }
p { color: rgb(50,136,40); }
H1.HeaderClassName
{
color: #328828;
}
.AnyTagClassName
{
color: #328828;
}
</style>
background-color css
<style>
a { background-color: #328828; }
a { background-color: rgb(50,136,40); }
div.DivClassName
{
background-color: #328828;
}
.BgClassName
{
background-color: #328828;
}
</style>
border-color css
<style>
span { border-color: #328828; }
span { border-color: rgb(50,136,40); }
td.TdClassName
{
border-color: #328828;
}
.TagClassName
{
border-color: #328828;
}
</style>