Shades of Forest Green #2E8A16
Tints of Forest Green #2E8A16
RGB
CMYK
RGB Variations
Color information
#2E8A16 (or 0x2E8A16) is known color: Forest Green. HEX triplet: 2E, 8A and 16. RGB value is (46,138,22). Sum of RGB (Red+Green+Blue) = 46+138+22=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8A16 is #D175E9. Grayscale: #616161. Windows color (decimal): -13727210 or 1477166. OLE color: 1477166.
HSL color Cylindrical-coordinate representation of color #2E8A16: hue angle of 107.59º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E8A16 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 138 | 22 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.46 |
| HSL | 107.59º | 0.73% | 0.31% | - |
| HSV(B) | 107.59º | 0.84% | 0.54% | - |
| XYZ | 10.36 | 18.82 | 3.84 | - |
| YUV | 97.27 | 85.52 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 22 | 0.67 | 0 | 0.84 | 0.46 | 107.59 | 0.73 | 0.31 |
| Hex | 2E | 8A | 16 | 43 | 0 | 54 | 2E | 6C | 48 | 1F |
| Octal | 56 | 212 | 26 | 103 | 0 | 124 | 56 | 154 | 110 | 37 |
| Binary | 101110 | 10001010 | 10110 | 1000011 | 0 | 1010100 | 101110 | 1101100 | 1001000 | 11111 |
Color Harmonies of #2E8A16
Complementary color
Monochromatic Colors of #2E8A16
Black with #2E8A16
Text Example
Text Example
White with #2E8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8A16; }
p { color: rgb(46,138,22); }
H1.HeaderClassName
{
color: #2E8A16;
}
.AnyTagClassName
{
color: #2E8A16;
}
</style>
background-color css
<style>
a { background-color: #2E8A16; }
a { background-color: rgb(46,138,22); }
div.DivClassName
{
background-color: #2E8A16;
}
.BgClassName
{
background-color: #2E8A16;
}
</style>
border-color css
<style>
span { border-color: #2E8A16; }
span { border-color: rgb(46,138,22); }
td.TdClassName
{
border-color: #2E8A16;
}
.TagClassName
{
border-color: #2E8A16;
}
</style>