Shades of Elf Green #2E8D6C
Tints of Elf Green #2E8D6C
RGB
CMYK
RGB Variations
Color information
#2E8D6C (or 0x2E8D6C) is known color: Elf Green. HEX triplet: 2E, 8D and 6C. RGB value is (46,141,108). Sum of RGB (Red+Green+Blue) = 46+141+108=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8D6C is #D17293. Grayscale: #6C6C6C. Windows color (decimal): -13726356 or 7114030. OLE color: 7114030.
HSL color Cylindrical-coordinate representation of color #2E8D6C: hue angle of 159.16º 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 #2E8D6C is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 141 | 108 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.45 |
| HSL | 159.16º | 0.51% | 0.37% | - |
| HSV(B) | 159.16º | 0.67% | 0.55% | - |
| XYZ | 13.36 | 20.71 | 17.48 | - |
| YUV | 108.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 108 | 0.67 | 0 | 0.23 | 0.45 | 159.16 | 0.51 | 0.37 |
| Hex | 2E | 8D | 6C | 43 | 0 | 17 | 2D | 9F | 33 | 25 |
| Octal | 56 | 215 | 154 | 103 | 0 | 27 | 55 | 237 | 63 | 45 |
| Binary | 101110 | 10001101 | 1101100 | 1000011 | 0 | 10111 | 101101 | 10011111 | 110011 | 100101 |
Color Harmonies of #2E8D6C
Complementary color
Monochromatic Colors of #2E8D6C
Black with #2E8D6C
Text Example
Text Example
White with #2E8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8D6C; }
p { color: rgb(46,141,108); }
H1.HeaderClassName
{
color: #2E8D6C;
}
.AnyTagClassName
{
color: #2E8D6C;
}
</style>
background-color css
<style>
a { background-color: #2E8D6C; }
a { background-color: rgb(46,141,108); }
div.DivClassName
{
background-color: #2E8D6C;
}
.BgClassName
{
background-color: #2E8D6C;
}
</style>
border-color css
<style>
span { border-color: #2E8D6C; }
span { border-color: rgb(46,141,108); }
td.TdClassName
{
border-color: #2E8D6C;
}
.TagClassName
{
border-color: #2E8D6C;
}
</style>