Shades of Forest Green #2E8320
Tints of Forest Green #2E8320
RGB
CMYK
RGB Variations
Color information
#2E8320 (or 0x2E8320) is known color: Forest Green. HEX triplet: 2E, 83 and 20. RGB value is (46,131,32). Sum of RGB (Red+Green+Blue) = 46+131+32=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8320 is #D17CDF. Grayscale: #5E5E5E. Windows color (decimal): -13728992 or 2130734. OLE color: 2130734.
HSL color Cylindrical-coordinate representation of color #2E8320: hue angle of 111.52º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E8320 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 32 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.49 |
| HSL | 111.52º | 0.61% | 0.32% | - |
| HSV(B) | 111.52º | 0.76% | 0.51% | - |
| XYZ | 9.5 | 16.92 | 4.13 | - |
| YUV | 94.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 32 | 0.65 | 0 | 0.76 | 0.49 | 111.52 | 0.61 | 0.32 |
| Hex | 2E | 83 | 20 | 41 | 0 | 4C | 31 | 70 | 3D | 20 |
| Octal | 56 | 203 | 40 | 101 | 0 | 114 | 61 | 160 | 75 | 40 |
| Binary | 101110 | 10000011 | 100000 | 1000001 | 0 | 1001100 | 110001 | 1110000 | 111101 | 100000 |
Color Harmonies of #2E8320
Complementary color
Monochromatic Colors of #2E8320
Black with #2E8320
Text Example
Text Example
White with #2E8320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8320; }
p { color: rgb(46,131,32); }
H1.HeaderClassName
{
color: #2E8320;
}
.AnyTagClassName
{
color: #2E8320;
}
</style>
background-color css
<style>
a { background-color: #2E8320; }
a { background-color: rgb(46,131,32); }
div.DivClassName
{
background-color: #2E8320;
}
.BgClassName
{
background-color: #2E8320;
}
</style>
border-color css
<style>
span { border-color: #2E8320; }
span { border-color: rgb(46,131,32); }
td.TdClassName
{
border-color: #2E8320;
}
.TagClassName
{
border-color: #2E8320;
}
</style>