Shades of Forest Green #2E9502
Tints of Forest Green #2E9502
RGB
CMYK
RGB Variations
Color information
#2E9502 (or 0x2E9502) is known color: Forest Green. HEX triplet: 2E, 95 and 02. RGB value is (46,149,2). Sum of RGB (Red+Green+Blue) = 46+149+2=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9502 is #D16AFD. Grayscale: #656565. Windows color (decimal): -13724414 or 169262. OLE color: 169262.
HSL color Cylindrical-coordinate representation of color #2E9502: hue angle of 102.04º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E9502 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.42 |
| HSL | 102.04º | 0.97% | 0.3% | - |
| HSV(B) | 102.04º | 0.99% | 0.58% | - |
| XYZ | 11.89 | 22.08 | 3.69 | - |
| YUV | 101.45 | 71.88 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 2 | 0.69 | 0 | 0.99 | 0.42 | 102.04 | 0.97 | 0.3 |
| Hex | 2E | 95 | 2 | 45 | 0 | 63 | 2A | 66 | 61 | 1E |
| Octal | 56 | 225 | 2 | 105 | 0 | 143 | 52 | 146 | 141 | 36 |
| Binary | 101110 | 10010101 | 10 | 1000101 | 0 | 1100011 | 101010 | 1100110 | 1100001 | 11110 |
Color Harmonies of #2E9502
Complementary color
Monochromatic Colors of #2E9502
Black with #2E9502
Text Example
Text Example
White with #2E9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9502; }
p { color: rgb(46,149,2); }
H1.HeaderClassName
{
color: #2E9502;
}
.AnyTagClassName
{
color: #2E9502;
}
</style>
background-color css
<style>
a { background-color: #2E9502; }
a { background-color: rgb(46,149,2); }
div.DivClassName
{
background-color: #2E9502;
}
.BgClassName
{
background-color: #2E9502;
}
</style>
border-color css
<style>
span { border-color: #2E9502; }
span { border-color: rgb(46,149,2); }
td.TdClassName
{
border-color: #2E9502;
}
.TagClassName
{
border-color: #2E9502;
}
</style>