Shades of Forest Green #2E891A
Tints of Forest Green #2E891A
RGB
CMYK
RGB Variations
Color information
#2E891A (or 0x2E891A) is known color: Forest Green. HEX triplet: 2E, 89 and 1A. RGB value is (46,137,26). Sum of RGB (Red+Green+Blue) = 46+137+26=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #2E891A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E891A is #D176E5. Grayscale: #616161. Windows color (decimal): -13727462 or 1739054. OLE color: 1739054.
HSL color Cylindrical-coordinate representation of color #2E891A: hue angle of 109.19º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E891A is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 26 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.46 |
| HSL | 109.19º | 0.68% | 0.32% | - |
| HSV(B) | 109.19º | 0.81% | 0.54% | - |
| XYZ | 10.26 | 18.55 | 4.02 | - |
| YUV | 97.14 | 87.85 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 26 | 0.66 | 0 | 0.81 | 0.46 | 109.19 | 0.68 | 0.32 |
| Hex | 2E | 89 | 1A | 42 | 0 | 51 | 2E | 6D | 44 | 20 |
| Octal | 56 | 211 | 32 | 102 | 0 | 121 | 56 | 155 | 104 | 40 |
| Binary | 101110 | 10001001 | 11010 | 1000010 | 0 | 1010001 | 101110 | 1101101 | 1000100 | 100000 |
Color Harmonies of #2E891A
Complementary color
Monochromatic Colors of #2E891A
Black with #2E891A
Text Example
Text Example
White with #2E891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E891A; }
p { color: rgb(46,137,26); }
H1.HeaderClassName
{
color: #2E891A;
}
.AnyTagClassName
{
color: #2E891A;
}
</style>
background-color css
<style>
a { background-color: #2E891A; }
a { background-color: rgb(46,137,26); }
div.DivClassName
{
background-color: #2E891A;
}
.BgClassName
{
background-color: #2E891A;
}
</style>
border-color css
<style>
span { border-color: #2E891A; }
span { border-color: rgb(46,137,26); }
td.TdClassName
{
border-color: #2E891A;
}
.TagClassName
{
border-color: #2E891A;
}
</style>