Shades of Forest Green #2E9417
Tints of Forest Green #2E9417
RGB
CMYK
RGB Variations
Color information
#2E9417 (or 0x2E9417) is known color: Forest Green. HEX triplet: 2E, 94 and 17. RGB value is (46,148,23). Sum of RGB (Red+Green+Blue) = 46+148+23=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 148 (58.20% from 255 or 68.20% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9417 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9417 is #D16BE8. Grayscale: #676767. Windows color (decimal): -13724649 or 1545262. OLE color: 1545262.
HSL color Cylindrical-coordinate representation of color #2E9417: hue angle of 108.96º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E9417 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 23 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.42 |
| HSL | 108.96º | 0.73% | 0.34% | - |
| HSV(B) | 108.96º | 0.84% | 0.58% | - |
| XYZ | 11.87 | 21.82 | 4.4 | - |
| YUV | 103.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 23 | 0.69 | 0 | 0.84 | 0.42 | 108.96 | 0.73 | 0.34 |
| Hex | 2E | 94 | 17 | 45 | 0 | 54 | 2A | 6D | 49 | 22 |
| Octal | 56 | 224 | 27 | 105 | 0 | 124 | 52 | 155 | 111 | 42 |
| Binary | 101110 | 10010100 | 10111 | 1000101 | 0 | 1010100 | 101010 | 1101101 | 1001001 | 100010 |
Color Harmonies of #2E9417
Complementary color
Monochromatic Colors of #2E9417
Black with #2E9417
Text Example
Text Example
White with #2E9417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9417; }
p { color: rgb(46,148,23); }
H1.HeaderClassName
{
color: #2E9417;
}
.AnyTagClassName
{
color: #2E9417;
}
</style>
background-color css
<style>
a { background-color: #2E9417; }
a { background-color: rgb(46,148,23); }
div.DivClassName
{
background-color: #2E9417;
}
.BgClassName
{
background-color: #2E9417;
}
</style>
border-color css
<style>
span { border-color: #2E9417; }
span { border-color: rgb(46,148,23); }
td.TdClassName
{
border-color: #2E9417;
}
.TagClassName
{
border-color: #2E9417;
}
</style>