Shades of Forest Green #2E8725
Tints of Forest Green #2E8725
RGB
CMYK
RGB Variations
Color information
#2E8725 (or 0x2E8725) is known color: Forest Green. HEX triplet: 2E, 87 and 25. RGB value is (46,135,37). Sum of RGB (Red+Green+Blue) = 46+135+37=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8725 is #D178DA. Grayscale: #616161. Windows color (decimal): -13727963 or 2459438. OLE color: 2459438.
HSL color Cylindrical-coordinate representation of color #2E8725: hue angle of 114.49º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E8725 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 135 | 37 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.47 |
| HSL | 114.49º | 0.57% | 0.34% | - |
| HSV(B) | 114.49º | 0.73% | 0.53% | - |
| XYZ | 10.12 | 18.04 | 4.7 | - |
| YUV | 97.22 | 94.01 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 37 | 0.66 | 0 | 0.73 | 0.47 | 114.49 | 0.57 | 0.34 |
| Hex | 2E | 87 | 25 | 42 | 0 | 49 | 2F | 72 | 39 | 22 |
| Octal | 56 | 207 | 45 | 102 | 0 | 111 | 57 | 162 | 71 | 42 |
| Binary | 101110 | 10000111 | 100101 | 1000010 | 0 | 1001001 | 101111 | 1110010 | 111001 | 100010 |
Color Harmonies of #2E8725
Complementary color
Monochromatic Colors of #2E8725
Black with #2E8725
Text Example
Text Example
White with #2E8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8725; }
p { color: rgb(46,135,37); }
H1.HeaderClassName
{
color: #2E8725;
}
.AnyTagClassName
{
color: #2E8725;
}
</style>
background-color css
<style>
a { background-color: #2E8725; }
a { background-color: rgb(46,135,37); }
div.DivClassName
{
background-color: #2E8725;
}
.BgClassName
{
background-color: #2E8725;
}
</style>
border-color css
<style>
span { border-color: #2E8725; }
span { border-color: rgb(46,135,37); }
td.TdClassName
{
border-color: #2E8725;
}
.TagClassName
{
border-color: #2E8725;
}
</style>