Shades of Forest Green #2E9500
Tints of Forest Green #2E9500
RGB
CMYK
RGB Variations
Color information
#2E9500 (or 0x2E9500) is known color: Forest Green. HEX triplet: 2E, 95 and 00. RGB value is (46,149,0). Sum of RGB (Red+Green+Blue) = 46+149+0=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9500 is #D16AFF. Grayscale: #656565. Windows color (decimal): -13724416 or 38190. OLE color: 38190.
HSL color Cylindrical-coordinate representation of color #2E9500: hue angle of 101.48º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E9500 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.42 |
| HSL | 101.48º | 1% | 0.29% | - |
| HSV(B) | 101.48º | 1% | 0.58% | - |
| XYZ | 11.87 | 22.08 | 3.64 | - |
| YUV | 101.22 | 70.88 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 0 | 0.69 | 0 | 1 | 0.42 | 101.48 | 1 | 0.29 |
| Hex | 2E | 95 | 0 | 45 | 0 | 64 | 2A | 65 | 64 | 1D |
| Octal | 56 | 225 | 0 | 105 | 0 | 144 | 52 | 145 | 144 | 35 |
| Binary | 101110 | 10010101 | 0 | 1000101 | 0 | 1100100 | 101010 | 1100101 | 1100100 | 11101 |
Color Harmonies of #2E9500
Complementary color
Monochromatic Colors of #2E9500
Black with #2E9500
Text Example
Text Example
White with #2E9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9500; }
p { color: rgb(46,149,0); }
H1.HeaderClassName
{
color: #2E9500;
}
.AnyTagClassName
{
color: #2E9500;
}
</style>
background-color css
<style>
a { background-color: #2E9500; }
a { background-color: rgb(46,149,0); }
div.DivClassName
{
background-color: #2E9500;
}
.BgClassName
{
background-color: #2E9500;
}
</style>
border-color css
<style>
span { border-color: #2E9500; }
span { border-color: rgb(46,149,0); }
td.TdClassName
{
border-color: #2E9500;
}
.TagClassName
{
border-color: #2E9500;
}
</style>