Shades of Forest Green #2E9512
Tints of Forest Green #2E9512
RGB
CMYK
RGB Variations
Color information
#2E9512 (or 0x2E9512) is known color: Forest Green. HEX triplet: 2E, 95 and 12. RGB value is (46,149,18). Sum of RGB (Red+Green+Blue) = 46+149+18=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9512 is #D16AED. Grayscale: #676767. Windows color (decimal): -13724398 or 1217838. OLE color: 1217838.
HSL color Cylindrical-coordinate representation of color #2E9512: hue angle of 107.18º 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 #2E9512 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 18 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.42 |
| HSL | 107.18º | 0.78% | 0.33% | - |
| HSV(B) | 107.18º | 0.88% | 0.58% | - |
| XYZ | 11.98 | 22.12 | 4.21 | - |
| YUV | 103.27 | 79.88 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 18 | 0.69 | 0 | 0.88 | 0.42 | 107.18 | 0.78 | 0.33 |
| Hex | 2E | 95 | 12 | 45 | 0 | 58 | 2A | 6B | 4E | 21 |
| Octal | 56 | 225 | 22 | 105 | 0 | 130 | 52 | 153 | 116 | 41 |
| Binary | 101110 | 10010101 | 10010 | 1000101 | 0 | 1011000 | 101010 | 1101011 | 1001110 | 100001 |
Color Harmonies of #2E9512
Complementary color
Monochromatic Colors of #2E9512
Black with #2E9512
Text Example
Text Example
White with #2E9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9512; }
p { color: rgb(46,149,18); }
H1.HeaderClassName
{
color: #2E9512;
}
.AnyTagClassName
{
color: #2E9512;
}
</style>
background-color css
<style>
a { background-color: #2E9512; }
a { background-color: rgb(46,149,18); }
div.DivClassName
{
background-color: #2E9512;
}
.BgClassName
{
background-color: #2E9512;
}
</style>
border-color css
<style>
span { border-color: #2E9512; }
span { border-color: rgb(46,149,18); }
td.TdClassName
{
border-color: #2E9512;
}
.TagClassName
{
border-color: #2E9512;
}
</style>