Shades of Forest Green #2EAC1B
Tints of Forest Green #2EAC1B
RGB
CMYK
RGB Variations
Color information
#2EAC1B (or 0x2EAC1B) is known color: Forest Green. HEX triplet: 2E, AC and 1B. RGB value is (46,172,27). Sum of RGB (Red+Green+Blue) = 46+172+27=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 172 (67.58% from 255 or 70.20% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC1B is #D153E4. Grayscale: #767676. Windows color (decimal): -13718501 or 1813550. OLE color: 1813550.
HSL color Cylindrical-coordinate representation of color #2EAC1B: hue angle of 112.14º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EAC1B is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 27 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.33 |
| HSL | 112.14º | 0.73% | 0.39% | - |
| HSV(B) | 112.14º | 0.84% | 0.67% | - |
| XYZ | 16.08 | 30.17 | 6.01 | - |
| YUV | 117.8 | 76.76 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 27 | 0.73 | 0 | 0.84 | 0.33 | 112.14 | 0.73 | 0.39 |
| Hex | 2E | AC | 1B | 49 | 0 | 54 | 21 | 70 | 49 | 27 |
| Octal | 56 | 254 | 33 | 111 | 0 | 124 | 41 | 160 | 111 | 47 |
| Binary | 101110 | 10101100 | 11011 | 1001001 | 0 | 1010100 | 100001 | 1110000 | 1001001 | 100111 |
Color Harmonies of #2EAC1B
Complementary color
Monochromatic Colors of #2EAC1B
Black with #2EAC1B
Text Example
Text Example
White with #2EAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC1B; }
p { color: rgb(46,172,27); }
H1.HeaderClassName
{
color: #2EAC1B;
}
.AnyTagClassName
{
color: #2EAC1B;
}
</style>
background-color css
<style>
a { background-color: #2EAC1B; }
a { background-color: rgb(46,172,27); }
div.DivClassName
{
background-color: #2EAC1B;
}
.BgClassName
{
background-color: #2EAC1B;
}
</style>
border-color css
<style>
span { border-color: #2EAC1B; }
span { border-color: rgb(46,172,27); }
td.TdClassName
{
border-color: #2EAC1B;
}
.TagClassName
{
border-color: #2EAC1B;
}
</style>