Shades of Elm #2E857D
Tints of Elm #2E857D
RGB
CMYK
RGB Variations
Color information
#2E857D (or 0x2E857D) is known color: Elm. HEX triplet: 2E, 85 and 7D. RGB value is (46,133,125). Sum of RGB (Red+Green+Blue) = 46+133+125=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #2E857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E857D is #D17A82. Grayscale: #6A6A6A. Windows color (decimal): -13728387 or 8226094. OLE color: 8226094.
HSL color Cylindrical-coordinate representation of color #2E857D: hue angle of 174.48º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E857D is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 125 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.48 |
| HSL | 174.48º | 0.49% | 0.35% | - |
| HSV(B) | 174.48º | 0.65% | 0.52% | - |
| XYZ | 13.22 | 18.84 | 22.34 | - |
| YUV | 106.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 125 | 0.65 | 0 | 0.06 | 0.48 | 174.48 | 0.49 | 0.35 |
| Hex | 2E | 85 | 7D | 41 | 0 | 6 | 30 | AE | 31 | 23 |
| Octal | 56 | 205 | 175 | 101 | 0 | 6 | 60 | 256 | 61 | 43 |
| Binary | 101110 | 10000101 | 1111101 | 1000001 | 0 | 110 | 110000 | 10101110 | 110001 | 100011 |
Color Harmonies of #2E857D
Complementary color
Monochromatic Colors of #2E857D
Black with #2E857D
Text Example
Text Example
White with #2E857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E857D; }
p { color: rgb(46,133,125); }
H1.HeaderClassName
{
color: #2E857D;
}
.AnyTagClassName
{
color: #2E857D;
}
</style>
background-color css
<style>
a { background-color: #2E857D; }
a { background-color: rgb(46,133,125); }
div.DivClassName
{
background-color: #2E857D;
}
.BgClassName
{
background-color: #2E857D;
}
</style>
border-color css
<style>
span { border-color: #2E857D; }
span { border-color: rgb(46,133,125); }
td.TdClassName
{
border-color: #2E857D;
}
.TagClassName
{
border-color: #2E857D;
}
</style>