Shades of Elm #2E8D83
Tints of Elm #2E8D83
RGB
CMYK
RGB Variations
Color information
#2E8D83 (or 0x2E8D83) is known color: Elm. HEX triplet: 2E, 8D and 83. RGB value is (46,141,131). Sum of RGB (Red+Green+Blue) = 46+141+131=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8D83 is #D1727C. Grayscale: #6F6F6F. Windows color (decimal): -13726333 or 8621358. OLE color: 8621358.
HSL color Cylindrical-coordinate representation of color #2E8D83: hue angle of 173.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 #2E8D83 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 141 | 131 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.45 |
| HSL | 173.68º | 0.51% | 0.37% | - |
| HSV(B) | 173.68º | 0.67% | 0.55% | - |
| XYZ | 14.75 | 21.27 | 24.8 | - |
| YUV | 111.46 | 139.03 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 131 | 0.67 | 0 | 0.07 | 0.45 | 173.68 | 0.51 | 0.37 |
| Hex | 2E | 8D | 83 | 43 | 0 | 7 | 2D | AE | 33 | 25 |
| Octal | 56 | 215 | 203 | 103 | 0 | 7 | 55 | 256 | 63 | 45 |
| Binary | 101110 | 10001101 | 10000011 | 1000011 | 0 | 111 | 101101 | 10101110 | 110011 | 100101 |
Color Harmonies of #2E8D83
Complementary color
Monochromatic Colors of #2E8D83
Black with #2E8D83
Text Example
Text Example
White with #2E8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8D83; }
p { color: rgb(46,141,131); }
H1.HeaderClassName
{
color: #2E8D83;
}
.AnyTagClassName
{
color: #2E8D83;
}
</style>
background-color css
<style>
a { background-color: #2E8D83; }
a { background-color: rgb(46,141,131); }
div.DivClassName
{
background-color: #2E8D83;
}
.BgClassName
{
background-color: #2E8D83;
}
</style>
border-color css
<style>
span { border-color: #2E8D83; }
span { border-color: rgb(46,141,131); }
td.TdClassName
{
border-color: #2E8D83;
}
.TagClassName
{
border-color: #2E8D83;
}
</style>