Shades of Elf Green #2E8D70
Tints of Elf Green #2E8D70
RGB
CMYK
RGB Variations
Color information
#2E8D70 (or 0x2E8D70) is known color: Elf Green. HEX triplet: 2E, 8D and 70. RGB value is (46,141,112). Sum of RGB (Red+Green+Blue) = 46+141+112=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8D70 is #D1728F. Grayscale: #6D6D6D. Windows color (decimal): -13726352 or 7376174. OLE color: 7376174.
HSL color Cylindrical-coordinate representation of color #2E8D70: hue angle of 161.68º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8D70 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 141 | 112 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.45 |
| HSL | 161.68º | 0.51% | 0.37% | - |
| HSV(B) | 161.68º | 0.67% | 0.55% | - |
| XYZ | 13.58 | 20.8 | 18.63 | - |
| YUV | 109.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 112 | 0.67 | 0 | 0.21 | 0.45 | 161.68 | 0.51 | 0.37 |
| Hex | 2E | 8D | 70 | 43 | 0 | 15 | 2D | A2 | 33 | 25 |
| Octal | 56 | 215 | 160 | 103 | 0 | 25 | 55 | 242 | 63 | 45 |
| Binary | 101110 | 10001101 | 1110000 | 1000011 | 0 | 10101 | 101101 | 10100010 | 110011 | 100101 |
Color Harmonies of #2E8D70
Complementary color
Monochromatic Colors of #2E8D70
Black with #2E8D70
Text Example
Text Example
White with #2E8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8D70; }
p { color: rgb(46,141,112); }
H1.HeaderClassName
{
color: #2E8D70;
}
.AnyTagClassName
{
color: #2E8D70;
}
</style>
background-color css
<style>
a { background-color: #2E8D70; }
a { background-color: rgb(46,141,112); }
div.DivClassName
{
background-color: #2E8D70;
}
.BgClassName
{
background-color: #2E8D70;
}
</style>
border-color css
<style>
span { border-color: #2E8D70; }
span { border-color: rgb(46,141,112); }
td.TdClassName
{
border-color: #2E8D70;
}
.TagClassName
{
border-color: #2E8D70;
}
</style>