Shades of Elf Green #2E896D
Tints of Elf Green #2E896D
RGB
CMYK
RGB Variations
Color information
#2E896D (or 0x2E896D) is known color: Elf Green. HEX triplet: 2E, 89 and 6D. RGB value is (46,137,109). Sum of RGB (Red+Green+Blue) = 46+137+109=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #2E896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E896D is #D17692. Grayscale: #6A6A6A. Windows color (decimal): -13727379 or 7178542. OLE color: 7178542.
HSL color Cylindrical-coordinate representation of color #2E896D: hue angle of 161.54º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E896D is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 109 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.46 |
| HSL | 161.54º | 0.5% | 0.36% | - |
| HSV(B) | 161.54º | 0.66% | 0.54% | - |
| XYZ | 12.83 | 19.58 | 17.57 | - |
| YUV | 106.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 109 | 0.66 | 0 | 0.20 | 0.46 | 161.54 | 0.5 | 0.36 |
| Hex | 2E | 89 | 6D | 42 | 0 | 14 | 2E | A2 | 32 | 24 |
| Octal | 56 | 211 | 155 | 102 | 0 | 24 | 56 | 242 | 62 | 44 |
| Binary | 101110 | 10001001 | 1101101 | 1000010 | 0 | 10100 | 101110 | 10100010 | 110010 | 100100 |
Color Harmonies of #2E896D
Complementary color
Monochromatic Colors of #2E896D
Black with #2E896D
Text Example
Text Example
White with #2E896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E896D; }
p { color: rgb(46,137,109); }
H1.HeaderClassName
{
color: #2E896D;
}
.AnyTagClassName
{
color: #2E896D;
}
</style>
background-color css
<style>
a { background-color: #2E896D; }
a { background-color: rgb(46,137,109); }
div.DivClassName
{
background-color: #2E896D;
}
.BgClassName
{
background-color: #2E896D;
}
</style>
border-color css
<style>
span { border-color: #2E896D; }
span { border-color: rgb(46,137,109); }
td.TdClassName
{
border-color: #2E896D;
}
.TagClassName
{
border-color: #2E896D;
}
</style>