Shades of Forest Green #2E9314
Tints of Forest Green #2E9314
RGB
CMYK
RGB Variations
Color information
#2E9314 (or 0x2E9314) is known color: Forest Green. HEX triplet: 2E, 93 and 14. RGB value is (46,147,20). Sum of RGB (Red+Green+Blue) = 46+147+20=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 147 (57.81% from 255 or 69.01% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9314 is #D16CEB. Grayscale: #666666. Windows color (decimal): -13724908 or 1348398. OLE color: 1348398.
HSL color Cylindrical-coordinate representation of color #2E9314: hue angle of 107.72º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E9314 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 147 | 20 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.42 |
| HSL | 107.72º | 0.76% | 0.33% | - |
| HSV(B) | 107.72º | 0.86% | 0.58% | - |
| XYZ | 11.69 | 21.5 | 4.2 | - |
| YUV | 102.32 | 81.54 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 147 | 20 | 0.69 | 0 | 0.86 | 0.42 | 107.72 | 0.76 | 0.33 |
| Hex | 2E | 93 | 14 | 45 | 0 | 56 | 2A | 6C | 4C | 21 |
| Octal | 56 | 223 | 24 | 105 | 0 | 126 | 52 | 154 | 114 | 41 |
| Binary | 101110 | 10010011 | 10100 | 1000101 | 0 | 1010110 | 101010 | 1101100 | 1001100 | 100001 |
Color Harmonies of #2E9314
Complementary color
Monochromatic Colors of #2E9314
Black with #2E9314
Text Example
Text Example
White with #2E9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9314; }
p { color: rgb(46,147,20); }
H1.HeaderClassName
{
color: #2E9314;
}
.AnyTagClassName
{
color: #2E9314;
}
</style>
background-color css
<style>
a { background-color: #2E9314; }
a { background-color: rgb(46,147,20); }
div.DivClassName
{
background-color: #2E9314;
}
.BgClassName
{
background-color: #2E9314;
}
</style>
border-color css
<style>
span { border-color: #2E9314; }
span { border-color: rgb(46,147,20); }
td.TdClassName
{
border-color: #2E9314;
}
.TagClassName
{
border-color: #2E9314;
}
</style>