Shades of Elm #2E887C
Tints of Elm #2E887C
RGB
CMYK
RGB Variations
Color information
#2E887C (or 0x2E887C) is known color: Elm. HEX triplet: 2E, 88 and 7C. RGB value is (46,136,124). Sum of RGB (Red+Green+Blue) = 46+136+124=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #2E887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E887C is #D17783. Grayscale: #6B6B6B. Windows color (decimal): -13727620 or 8161326. OLE color: 8161326.
HSL color Cylindrical-coordinate representation of color #2E887C: hue angle of 172º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E887C is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 124 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.47 |
| HSL | 172º | 0.49% | 0.36% | - |
| HSV(B) | 172º | 0.66% | 0.53% | - |
| XYZ | 13.57 | 19.64 | 22.15 | - |
| YUV | 107.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 124 | 0.66 | 0 | 0.09 | 0.47 | 172 | 0.49 | 0.36 |
| Hex | 2E | 88 | 7C | 42 | 0 | 9 | 2F | AC | 31 | 24 |
| Octal | 56 | 210 | 174 | 102 | 0 | 11 | 57 | 254 | 61 | 44 |
| Binary | 101110 | 10001000 | 1111100 | 1000010 | 0 | 1001 | 101111 | 10101100 | 110001 | 100100 |
Color Harmonies of #2E887C
Complementary color
Monochromatic Colors of #2E887C
Black with #2E887C
Text Example
Text Example
White with #2E887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E887C; }
p { color: rgb(46,136,124); }
H1.HeaderClassName
{
color: #2E887C;
}
.AnyTagClassName
{
color: #2E887C;
}
</style>
background-color css
<style>
a { background-color: #2E887C; }
a { background-color: rgb(46,136,124); }
div.DivClassName
{
background-color: #2E887C;
}
.BgClassName
{
background-color: #2E887C;
}
</style>
border-color css
<style>
span { border-color: #2E887C; }
span { border-color: rgb(46,136,124); }
td.TdClassName
{
border-color: #2E887C;
}
.TagClassName
{
border-color: #2E887C;
}
</style>