Shades of Forest Green #2E892E
Tints of Forest Green #2E892E
RGB
CMYK
RGB Variations
Color information
#2E892E (or 0x2E892E) is known color: Forest Green. HEX triplet: 2E, 89 and 2E. RGB value is (46,137,46). Sum of RGB (Red+Green+Blue) = 46+137+46=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #2E892E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E892E is #D176D1. Grayscale: #636363. Windows color (decimal): -13727442 or 3049774. OLE color: 3049774.
HSL color Cylindrical-coordinate representation of color #2E892E: hue angle of 120º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E892E is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 46 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.46 |
| HSL | 120º | 0.5% | 0.36% | - |
| HSV(B) | 120º | 0.66% | 0.54% | - |
| XYZ | 10.57 | 18.67 | 5.63 | - |
| YUV | 99.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 46 | 0.66 | 0 | 0.66 | 0.46 | 120 | 0.5 | 0.36 |
| Hex | 2E | 89 | 2E | 42 | 0 | 42 | 2E | 78 | 32 | 24 |
| Octal | 56 | 211 | 56 | 102 | 0 | 102 | 56 | 170 | 62 | 44 |
| Binary | 101110 | 10001001 | 101110 | 1000010 | 0 | 1000010 | 101110 | 1111000 | 110010 | 100100 |
Color Harmonies of #2E892E
Complementary color
Monochromatic Colors of #2E892E
Black with #2E892E
Text Example
Text Example
White with #2E892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E892E; }
p { color: rgb(46,137,46); }
H1.HeaderClassName
{
color: #2E892E;
}
.AnyTagClassName
{
color: #2E892E;
}
</style>
background-color css
<style>
a { background-color: #2E892E; }
a { background-color: rgb(46,137,46); }
div.DivClassName
{
background-color: #2E892E;
}
.BgClassName
{
background-color: #2E892E;
}
</style>
border-color css
<style>
span { border-color: #2E892E; }
span { border-color: rgb(46,137,46); }
td.TdClassName
{
border-color: #2E892E;
}
.TagClassName
{
border-color: #2E892E;
}
</style>