Shades of Elm #2E8979
Tints of Elm #2E8979
RGB
CMYK
RGB Variations
Color information
#2E8979 (or 0x2E8979) is known color: Elm. HEX triplet: 2E, 89 and 79. RGB value is (46,137,121). Sum of RGB (Red+Green+Blue) = 46+137+121=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8979 is #D17686. Grayscale: #6B6B6B. Windows color (decimal): -13727367 or 7964974. OLE color: 7964974.
HSL color Cylindrical-coordinate representation of color #2E8979: hue angle of 169.45º 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 #2E8979 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 121 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.46 |
| HSL | 169.45º | 0.5% | 0.36% | - |
| HSV(B) | 169.45º | 0.66% | 0.54% | - |
| XYZ | 13.52 | 19.85 | 21.21 | - |
| YUV | 107.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 121 | 0.66 | 0 | 0.12 | 0.46 | 169.45 | 0.5 | 0.36 |
| Hex | 2E | 89 | 79 | 42 | 0 | C | 2E | A9 | 32 | 24 |
| Octal | 56 | 211 | 171 | 102 | 0 | 14 | 56 | 251 | 62 | 44 |
| Binary | 101110 | 10001001 | 1111001 | 1000010 | 0 | 1100 | 101110 | 10101001 | 110010 | 100100 |
Color Harmonies of #2E8979
Complementary color
Monochromatic Colors of #2E8979
Black with #2E8979
Text Example
Text Example
White with #2E8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8979; }
p { color: rgb(46,137,121); }
H1.HeaderClassName
{
color: #2E8979;
}
.AnyTagClassName
{
color: #2E8979;
}
</style>
background-color css
<style>
a { background-color: #2E8979; }
a { background-color: rgb(46,137,121); }
div.DivClassName
{
background-color: #2E8979;
}
.BgClassName
{
background-color: #2E8979;
}
</style>
border-color css
<style>
span { border-color: #2E8979; }
span { border-color: rgb(46,137,121); }
td.TdClassName
{
border-color: #2E8979;
}
.TagClassName
{
border-color: #2E8979;
}
</style>