Shades of Forest Green #2E9A25
Tints of Forest Green #2E9A25
RGB
CMYK
RGB Variations
Color information
#2E9A25 (or 0x2E9A25) is known color: Forest Green. HEX triplet: 2E, 9A and 25. RGB value is (46,154,37). Sum of RGB (Red+Green+Blue) = 46+154+37=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 154 (60.55% from 255 or 64.98% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 154 - color contains mainly: green. Hex color #2E9A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9A25 is #D165DA. Grayscale: #6C6C6C. Windows color (decimal): -13723099 or 2464302. OLE color: 2464302.
HSL color Cylindrical-coordinate representation of color #2E9A25: hue angle of 115.38º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E9A25 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 154 | 37 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.40 |
| HSL | 115.38º | 0.61% | 0.37% | - |
| HSV(B) | 115.38º | 0.76% | 0.6% | - |
| XYZ | 13.02 | 23.83 | 5.66 | - |
| YUV | 108.37 | 87.72 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 37 | 0.70 | 0 | 0.76 | 0.40 | 115.38 | 0.61 | 0.37 |
| Hex | 2E | 9A | 25 | 46 | 0 | 4C | 28 | 73 | 3D | 25 |
| Octal | 56 | 232 | 45 | 106 | 0 | 114 | 50 | 163 | 75 | 45 |
| Binary | 101110 | 10011010 | 100101 | 1000110 | 0 | 1001100 | 101000 | 1110011 | 111101 | 100101 |
Color Harmonies of #2E9A25
Complementary color
Monochromatic Colors of #2E9A25
Black with #2E9A25
Text Example
Text Example
White with #2E9A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9A25; }
p { color: rgb(46,154,37); }
H1.HeaderClassName
{
color: #2E9A25;
}
.AnyTagClassName
{
color: #2E9A25;
}
</style>
background-color css
<style>
a { background-color: #2E9A25; }
a { background-color: rgb(46,154,37); }
div.DivClassName
{
background-color: #2E9A25;
}
.BgClassName
{
background-color: #2E9A25;
}
</style>
border-color css
<style>
span { border-color: #2E9A25; }
span { border-color: rgb(46,154,37); }
td.TdClassName
{
border-color: #2E9A25;
}
.TagClassName
{
border-color: #2E9A25;
}
</style>