Shades of Forest Green #328E27
Tints of Forest Green #328E27
RGB
CMYK
RGB Variations
Color information
#328E27 (or 0x328E27) is known color: Forest Green. HEX triplet: 32, 8E and 27. RGB value is (50,142,39). Sum of RGB (Red+Green+Blue) = 50+142+39=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #328E27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328E27 is #CD71D8. Grayscale: #676767. Windows color (decimal): -13464025 or 2592306. OLE color: 2592306.
HSL color Cylindrical-coordinate representation of color #328E27: hue angle of 113.59º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328E27 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 142 | 39 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.44 |
| HSL | 113.59º | 0.57% | 0.35% | - |
| HSV(B) | 113.59º | 0.73% | 0.56% | - |
| XYZ | 11.35 | 20.17 | 5.21 | - |
| YUV | 102.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 39 | 0.65 | 0 | 0.73 | 0.44 | 113.59 | 0.57 | 0.35 |
| Hex | 32 | 8E | 27 | 41 | 0 | 49 | 2C | 72 | 39 | 23 |
| Octal | 62 | 216 | 47 | 101 | 0 | 111 | 54 | 162 | 71 | 43 |
| Binary | 110010 | 10001110 | 100111 | 1000001 | 0 | 1001001 | 101100 | 1110010 | 111001 | 100011 |
Color Harmonies of #328E27
Complementary color
Monochromatic Colors of #328E27
Black with #328E27
Text Example
Text Example
White with #328E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E27; }
p { color: rgb(50,142,39); }
H1.HeaderClassName
{
color: #328E27;
}
.AnyTagClassName
{
color: #328E27;
}
</style>
background-color css
<style>
a { background-color: #328E27; }
a { background-color: rgb(50,142,39); }
div.DivClassName
{
background-color: #328E27;
}
.BgClassName
{
background-color: #328E27;
}
</style>
border-color css
<style>
span { border-color: #328E27; }
span { border-color: rgb(50,142,39); }
td.TdClassName
{
border-color: #328E27;
}
.TagClassName
{
border-color: #328E27;
}
</style>