Shades of Forest Green #2E882A
Tints of Forest Green #2E882A
RGB
CMYK
RGB Variations
Color information
#2E882A (or 0x2E882A) is known color: Forest Green. HEX triplet: 2E, 88 and 2A. RGB value is (46,136,42). Sum of RGB (Red+Green+Blue) = 46+136+42=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #2E882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E882A is #D177D5. Grayscale: #626262. Windows color (decimal): -13727702 or 2787374. OLE color: 2787374.
HSL color Cylindrical-coordinate representation of color #2E882A: hue angle of 117.45º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E882A is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 42 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.47 |
| HSL | 117.45º | 0.53% | 0.35% | - |
| HSV(B) | 117.45º | 0.69% | 0.53% | - |
| XYZ | 10.35 | 18.36 | 5.19 | - |
| YUV | 98.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 42 | 0.66 | 0 | 0.69 | 0.47 | 117.45 | 0.53 | 0.35 |
| Hex | 2E | 88 | 2A | 42 | 0 | 45 | 2F | 75 | 35 | 23 |
| Octal | 56 | 210 | 52 | 102 | 0 | 105 | 57 | 165 | 65 | 43 |
| Binary | 101110 | 10001000 | 101010 | 1000010 | 0 | 1000101 | 101111 | 1110101 | 110101 | 100011 |
Color Harmonies of #2E882A
Complementary color
Monochromatic Colors of #2E882A
Black with #2E882A
Text Example
Text Example
White with #2E882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E882A; }
p { color: rgb(46,136,42); }
H1.HeaderClassName
{
color: #2E882A;
}
.AnyTagClassName
{
color: #2E882A;
}
</style>
background-color css
<style>
a { background-color: #2E882A; }
a { background-color: rgb(46,136,42); }
div.DivClassName
{
background-color: #2E882A;
}
.BgClassName
{
background-color: #2E882A;
}
</style>
border-color css
<style>
span { border-color: #2E882A; }
span { border-color: rgb(46,136,42); }
td.TdClassName
{
border-color: #2E882A;
}
.TagClassName
{
border-color: #2E882A;
}
</style>