Shades of Forest Green #2E9100
Tints of Forest Green #2E9100
RGB
CMYK
RGB Variations
Color information
#2E9100 (or 0x2E9100) is known color: Forest Green. HEX triplet: 2E, 91 and 00. RGB value is (46,145,0). Sum of RGB (Red+Green+Blue) = 46+145+0=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 145 (57.03% from 255 or 75.92% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9100 is #D16EFF. Grayscale: #636363. Windows color (decimal): -13725440 or 37166. OLE color: 37166.
HSL color Cylindrical-coordinate representation of color #2E9100: hue angle of 100.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E9100 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 145 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.43 |
| HSL | 100.97º | 1% | 0.28% | - |
| HSV(B) | 100.97º | 1% | 0.57% | - |
| XYZ | 11.25 | 20.83 | 3.43 | - |
| YUV | 98.87 | 72.2 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 145 | 0 | 0.68 | 0 | 1 | 0.43 | 100.97 | 1 | 0.28 |
| Hex | 2E | 91 | 0 | 44 | 0 | 64 | 2B | 65 | 64 | 1C |
| Octal | 56 | 221 | 0 | 104 | 0 | 144 | 53 | 145 | 144 | 34 |
| Binary | 101110 | 10010001 | 0 | 1000100 | 0 | 1100100 | 101011 | 1100101 | 1100100 | 11100 |
Color Harmonies of #2E9100
Complementary color
Monochromatic Colors of #2E9100
Black with #2E9100
Text Example
Text Example
White with #2E9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9100; }
p { color: rgb(46,145,0); }
H1.HeaderClassName
{
color: #2E9100;
}
.AnyTagClassName
{
color: #2E9100;
}
</style>
background-color css
<style>
a { background-color: #2E9100; }
a { background-color: rgb(46,145,0); }
div.DivClassName
{
background-color: #2E9100;
}
.BgClassName
{
background-color: #2E9100;
}
</style>
border-color css
<style>
span { border-color: #2E9100; }
span { border-color: rgb(46,145,0); }
td.TdClassName
{
border-color: #2E9100;
}
.TagClassName
{
border-color: #2E9100;
}
</style>