Shades of Forest Green #2E902C
Tints of Forest Green #2E902C
RGB
CMYK
RGB Variations
Color information
#2E902C (or 0x2E902C) is known color: Forest Green. HEX triplet: 2E, 90 and 2C. RGB value is (46,144,44). Sum of RGB (Red+Green+Blue) = 46+144+44=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #2E902C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E902C is #D16FD3. Grayscale: #676767. Windows color (decimal): -13725652 or 2920494. OLE color: 2920494.
HSL color Cylindrical-coordinate representation of color #2E902C: hue angle of 118.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E902C is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 44 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.44 |
| HSL | 118.8º | 0.53% | 0.37% | - |
| HSV(B) | 118.8º | 0.69% | 0.56% | - |
| XYZ | 11.55 | 20.71 | 5.77 | - |
| YUV | 103.3 | 94.53 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 44 | 0.68 | 0 | 0.69 | 0.44 | 118.8 | 0.53 | 0.37 |
| Hex | 2E | 90 | 2C | 44 | 0 | 45 | 2C | 77 | 35 | 25 |
| Octal | 56 | 220 | 54 | 104 | 0 | 105 | 54 | 167 | 65 | 45 |
| Binary | 101110 | 10010000 | 101100 | 1000100 | 0 | 1000101 | 101100 | 1110111 | 110101 | 100101 |
Color Harmonies of #2E902C
Complementary color
Monochromatic Colors of #2E902C
Black with #2E902C
Text Example
Text Example
White with #2E902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E902C; }
p { color: rgb(46,144,44); }
H1.HeaderClassName
{
color: #2E902C;
}
.AnyTagClassName
{
color: #2E902C;
}
</style>
background-color css
<style>
a { background-color: #2E902C; }
a { background-color: rgb(46,144,44); }
div.DivClassName
{
background-color: #2E902C;
}
.BgClassName
{
background-color: #2E902C;
}
</style>
border-color css
<style>
span { border-color: #2E902C; }
span { border-color: rgb(46,144,44); }
td.TdClassName
{
border-color: #2E902C;
}
.TagClassName
{
border-color: #2E902C;
}
</style>