Shades of Elm #2E7471
Tints of Elm #2E7471
RGB
CMYK
RGB Variations
Color information
#2E7471 (or 0x2E7471) is known color: Elm. HEX triplet: 2E, 74 and 71. RGB value is (46,116,113). Sum of RGB (Red+Green+Blue) = 46+116+113=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7471 is #D18B8E. Grayscale: #5E5E5E. Windows color (decimal): -13732751 or 7435310. OLE color: 7435310.
HSL color Cylindrical-coordinate representation of color #2E7471: hue angle of 177.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7471 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 113 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.55 |
| HSL | 177.43º | 0.43% | 0.32% | - |
| HSV(B) | 177.43º | 0.6% | 0.45% | - |
| XYZ | 10.35 | 14.26 | 17.83 | - |
| YUV | 94.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 113 | 0.60 | 0 | 0.03 | 0.55 | 177.43 | 0.43 | 0.32 |
| Hex | 2E | 74 | 71 | 3C | 0 | 3 | 37 | B1 | 2B | 20 |
| Octal | 56 | 164 | 161 | 74 | 0 | 3 | 67 | 261 | 53 | 40 |
| Binary | 101110 | 1110100 | 1110001 | 111100 | 0 | 11 | 110111 | 10110001 | 101011 | 100000 |
Color Harmonies of #2E7471
Complementary color
Monochromatic Colors of #2E7471
Black with #2E7471
Text Example
Text Example
White with #2E7471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7471; }
p { color: rgb(46,116,113); }
H1.HeaderClassName
{
color: #2E7471;
}
.AnyTagClassName
{
color: #2E7471;
}
</style>
background-color css
<style>
a { background-color: #2E7471; }
a { background-color: rgb(46,116,113); }
div.DivClassName
{
background-color: #2E7471;
}
.BgClassName
{
background-color: #2E7471;
}
</style>
border-color css
<style>
span { border-color: #2E7471; }
span { border-color: rgb(46,116,113); }
td.TdClassName
{
border-color: #2E7471;
}
.TagClassName
{
border-color: #2E7471;
}
</style>