Shades of Forest Green #2E9F20
Tints of Forest Green #2E9F20
RGB
CMYK
RGB Variations
Color information
#2E9F20 (or 0x2E9F20) is known color: Forest Green. HEX triplet: 2E, 9F and 20. RGB value is (46,159,32). Sum of RGB (Red+Green+Blue) = 46+159+32=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 159 (62.5% from 255 or 67.09% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 159 - color contains mainly: green. Hex color #2E9F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9F20 is #D160DF. Grayscale: #6F6F6F. Windows color (decimal): -13721824 or 2137902. OLE color: 2137902.
HSL color Cylindrical-coordinate representation of color #2E9F20: hue angle of 113.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E9F20 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 159 | 32 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.38 |
| HSL | 113.39º | 0.66% | 0.37% | - |
| HSV(B) | 113.39º | 0.8% | 0.62% | - |
| XYZ | 13.79 | 25.48 | 5.56 | - |
| YUV | 110.74 | 83.56 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 32 | 0.71 | 0 | 0.80 | 0.38 | 113.39 | 0.66 | 0.37 |
| Hex | 2E | 9F | 20 | 47 | 0 | 50 | 26 | 71 | 42 | 25 |
| Octal | 56 | 237 | 40 | 107 | 0 | 120 | 46 | 161 | 102 | 45 |
| Binary | 101110 | 10011111 | 100000 | 1000111 | 0 | 1010000 | 100110 | 1110001 | 1000010 | 100101 |
Color Harmonies of #2E9F20
Complementary color
Monochromatic Colors of #2E9F20
Black with #2E9F20
Text Example
Text Example
White with #2E9F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9F20; }
p { color: rgb(46,159,32); }
H1.HeaderClassName
{
color: #2E9F20;
}
.AnyTagClassName
{
color: #2E9F20;
}
</style>
background-color css
<style>
a { background-color: #2E9F20; }
a { background-color: rgb(46,159,32); }
div.DivClassName
{
background-color: #2E9F20;
}
.BgClassName
{
background-color: #2E9F20;
}
</style>
border-color css
<style>
span { border-color: #2E9F20; }
span { border-color: rgb(46,159,32); }
td.TdClassName
{
border-color: #2E9F20;
}
.TagClassName
{
border-color: #2E9F20;
}
</style>