Shades of Forest Green #2E9137
Tints of Forest Green #2E9137
RGB
CMYK
RGB Variations
Color information
#2E9137 (or 0x2E9137) is known color: Forest Green. HEX triplet: 2E, 91 and 37. RGB value is (46,145,55). Sum of RGB (Red+Green+Blue) = 46+145+55=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9137 is #D16EC8. Grayscale: #696969. Windows color (decimal): -13725385 or 3641646. OLE color: 3641646.
HSL color Cylindrical-coordinate representation of color #2E9137: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9137 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 145 | 55 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.43 |
| HSL | 125.45º | 0.52% | 0.37% | - |
| HSV(B) | 125.45º | 0.68% | 0.57% | - |
| XYZ | 11.94 | 21.11 | 7.06 | - |
| YUV | 105.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 145 | 55 | 0.68 | 0 | 0.62 | 0.43 | 125.45 | 0.52 | 0.37 |
| Hex | 2E | 91 | 37 | 44 | 0 | 3E | 2B | 7D | 34 | 25 |
| Octal | 56 | 221 | 67 | 104 | 0 | 76 | 53 | 175 | 64 | 45 |
| Binary | 101110 | 10010001 | 110111 | 1000100 | 0 | 111110 | 101011 | 1111101 | 110100 | 100101 |
Color Harmonies of #2E9137
Complementary color
Monochromatic Colors of #2E9137
Black with #2E9137
Text Example
Text Example
White with #2E9137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9137; }
p { color: rgb(46,145,55); }
H1.HeaderClassName
{
color: #2E9137;
}
.AnyTagClassName
{
color: #2E9137;
}
</style>
background-color css
<style>
a { background-color: #2E9137; }
a { background-color: rgb(46,145,55); }
div.DivClassName
{
background-color: #2E9137;
}
.BgClassName
{
background-color: #2E9137;
}
</style>
border-color css
<style>
span { border-color: #2E9137; }
span { border-color: rgb(46,145,55); }
td.TdClassName
{
border-color: #2E9137;
}
.TagClassName
{
border-color: #2E9137;
}
</style>