Shades of Forest Green #2E9412
Tints of Forest Green #2E9412
RGB
CMYK
RGB Variations
Color information
#2E9412 (or 0x2E9412) is known color: Forest Green. HEX triplet: 2E, 94 and 12. RGB value is (46,148,18). Sum of RGB (Red+Green+Blue) = 46+148+18=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9412 is #D16BED. Grayscale: #676767. Windows color (decimal): -13724654 or 1217582. OLE color: 1217582.
HSL color Cylindrical-coordinate representation of color #2E9412: hue angle of 107.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E9412 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 18 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.42 |
| HSL | 107.08º | 0.78% | 0.33% | - |
| HSV(B) | 107.08º | 0.88% | 0.58% | - |
| XYZ | 11.83 | 21.8 | 4.16 | - |
| YUV | 102.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 18 | 0.69 | 0 | 0.88 | 0.42 | 107.08 | 0.78 | 0.33 |
| Hex | 2E | 94 | 12 | 45 | 0 | 58 | 2A | 6B | 4E | 21 |
| Octal | 56 | 224 | 22 | 105 | 0 | 130 | 52 | 153 | 116 | 41 |
| Binary | 101110 | 10010100 | 10010 | 1000101 | 0 | 1011000 | 101010 | 1101011 | 1001110 | 100001 |
Color Harmonies of #2E9412
Complementary color
Monochromatic Colors of #2E9412
Black with #2E9412
Text Example
Text Example
White with #2E9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9412; }
p { color: rgb(46,148,18); }
H1.HeaderClassName
{
color: #2E9412;
}
.AnyTagClassName
{
color: #2E9412;
}
</style>
background-color css
<style>
a { background-color: #2E9412; }
a { background-color: rgb(46,148,18); }
div.DivClassName
{
background-color: #2E9412;
}
.BgClassName
{
background-color: #2E9412;
}
</style>
border-color css
<style>
span { border-color: #2E9412; }
span { border-color: rgb(46,148,18); }
td.TdClassName
{
border-color: #2E9412;
}
.TagClassName
{
border-color: #2E9412;
}
</style>