Shades of Forest Green #328B28
Tints of Forest Green #328B28
RGB
CMYK
RGB Variations
Color information
#328B28 (or 0x328B28) is known color: Forest Green. HEX triplet: 32, 8B and 28. RGB value is (50,139,40). Sum of RGB (Red+Green+Blue) = 50+139+40=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 139 (54.69% from 255 or 60.70% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 139 - color contains mainly: green. Hex color #328B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B28 is #CD74D7. Grayscale: #656565. Windows color (decimal): -13464792 or 2657074. OLE color: 2657074.
HSL color Cylindrical-coordinate representation of color #328B28: hue angle of 113.94º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328B28 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 40 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.45 |
| HSL | 113.94º | 0.55% | 0.35% | - |
| HSV(B) | 113.94º | 0.71% | 0.55% | - |
| XYZ | 10.93 | 19.3 | 5.16 | - |
| YUV | 101.1 | 93.51 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 40 | 0.64 | 0 | 0.71 | 0.45 | 113.94 | 0.55 | 0.35 |
| Hex | 32 | 8B | 28 | 40 | 0 | 47 | 2D | 72 | 37 | 23 |
| Octal | 62 | 213 | 50 | 100 | 0 | 107 | 55 | 162 | 67 | 43 |
| Binary | 110010 | 10001011 | 101000 | 1000000 | 0 | 1000111 | 101101 | 1110010 | 110111 | 100011 |
Color Harmonies of #328B28
Complementary color
Monochromatic Colors of #328B28
Black with #328B28
Text Example
Text Example
White with #328B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B28; }
p { color: rgb(50,139,40); }
H1.HeaderClassName
{
color: #328B28;
}
.AnyTagClassName
{
color: #328B28;
}
</style>
background-color css
<style>
a { background-color: #328B28; }
a { background-color: rgb(50,139,40); }
div.DivClassName
{
background-color: #328B28;
}
.BgClassName
{
background-color: #328B28;
}
</style>
border-color css
<style>
span { border-color: #328B28; }
span { border-color: rgb(50,139,40); }
td.TdClassName
{
border-color: #328B28;
}
.TagClassName
{
border-color: #328B28;
}
</style>