Shades of Forest Green #2E902A
Tints of Forest Green #2E902A
RGB
CMYK
RGB Variations
Color information
#2E902A (or 0x2E902A) is known color: Forest Green. HEX triplet: 2E, 90 and 2A. RGB value is (46,144,42). Sum of RGB (Red+Green+Blue) = 46+144+42=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #2E902A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E902A is #D16FD5. Grayscale: #676767. Windows color (decimal): -13725654 or 2789422. OLE color: 2789422.
HSL color Cylindrical-coordinate representation of color #2E902A: hue angle of 117.65º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E902A is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 42 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.44 |
| HSL | 117.65º | 0.55% | 0.36% | - |
| HSV(B) | 117.65º | 0.71% | 0.56% | - |
| XYZ | 11.52 | 20.69 | 5.58 | - |
| YUV | 103.07 | 93.53 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 42 | 0.68 | 0 | 0.71 | 0.44 | 117.65 | 0.55 | 0.36 |
| Hex | 2E | 90 | 2A | 44 | 0 | 47 | 2C | 76 | 37 | 24 |
| Octal | 56 | 220 | 52 | 104 | 0 | 107 | 54 | 166 | 67 | 44 |
| Binary | 101110 | 10010000 | 101010 | 1000100 | 0 | 1000111 | 101100 | 1110110 | 110111 | 100100 |
Color Harmonies of #2E902A
Complementary color
Monochromatic Colors of #2E902A
Black with #2E902A
Text Example
Text Example
White with #2E902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E902A; }
p { color: rgb(46,144,42); }
H1.HeaderClassName
{
color: #2E902A;
}
.AnyTagClassName
{
color: #2E902A;
}
</style>
background-color css
<style>
a { background-color: #2E902A; }
a { background-color: rgb(46,144,42); }
div.DivClassName
{
background-color: #2E902A;
}
.BgClassName
{
background-color: #2E902A;
}
</style>
border-color css
<style>
span { border-color: #2E902A; }
span { border-color: rgb(46,144,42); }
td.TdClassName
{
border-color: #2E902A;
}
.TagClassName
{
border-color: #2E902A;
}
</style>