Shades of Forest Green #2E8D26
Tints of Forest Green #2E8D26
RGB
CMYK
RGB Variations
Color information
#2E8D26 (or 0x2E8D26) is known color: Forest Green. HEX triplet: 2E, 8D and 26. RGB value is (46,141,38). Sum of RGB (Red+Green+Blue) = 46+141+38=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8D26 is #D172D9. Grayscale: #656565. Windows color (decimal): -13726426 or 2526510. OLE color: 2526510.
HSL color Cylindrical-coordinate representation of color #2E8D26: hue angle of 115.34º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E8D26 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 141 | 38 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.45 |
| HSL | 115.34º | 0.58% | 0.35% | - |
| HSV(B) | 115.34º | 0.73% | 0.55% | - |
| XYZ | 11 | 19.77 | 5.07 | - |
| YUV | 100.85 | 92.53 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 38 | 0.67 | 0 | 0.73 | 0.45 | 115.34 | 0.58 | 0.35 |
| Hex | 2E | 8D | 26 | 43 | 0 | 49 | 2D | 73 | 3A | 23 |
| Octal | 56 | 215 | 46 | 103 | 0 | 111 | 55 | 163 | 72 | 43 |
| Binary | 101110 | 10001101 | 100110 | 1000011 | 0 | 1001001 | 101101 | 1110011 | 111010 | 100011 |
Color Harmonies of #2E8D26
Complementary color
Monochromatic Colors of #2E8D26
Black with #2E8D26
Text Example
Text Example
White with #2E8D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8D26; }
p { color: rgb(46,141,38); }
H1.HeaderClassName
{
color: #2E8D26;
}
.AnyTagClassName
{
color: #2E8D26;
}
</style>
background-color css
<style>
a { background-color: #2E8D26; }
a { background-color: rgb(46,141,38); }
div.DivClassName
{
background-color: #2E8D26;
}
.BgClassName
{
background-color: #2E8D26;
}
</style>
border-color css
<style>
span { border-color: #2E8D26; }
span { border-color: rgb(46,141,38); }
td.TdClassName
{
border-color: #2E8D26;
}
.TagClassName
{
border-color: #2E8D26;
}
</style>