Shades of Elm #2E7472
Tints of Elm #2E7472
RGB
CMYK
RGB Variations
Color information
#2E7472 (or 0x2E7472) is known color: Elm. HEX triplet: 2E, 74 and 72. RGB value is (46,116,114). Sum of RGB (Red+Green+Blue) = 46+116+114=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7472 is #D18B8D. Grayscale: #5E5E5E. Windows color (decimal): -13732750 or 7500846. OLE color: 7500846.
HSL color Cylindrical-coordinate representation of color #2E7472: hue angle of 178.29º 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 #2E7472 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 114 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.55 |
| HSL | 178.29º | 0.43% | 0.32% | - |
| HSV(B) | 178.29º | 0.6% | 0.45% | - |
| XYZ | 10.41 | 14.29 | 18.13 | - |
| YUV | 94.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 114 | 0.60 | 0 | 0.02 | 0.55 | 178.29 | 0.43 | 0.32 |
| Hex | 2E | 74 | 72 | 3C | 0 | 2 | 37 | B2 | 2B | 20 |
| Octal | 56 | 164 | 162 | 74 | 0 | 2 | 67 | 262 | 53 | 40 |
| Binary | 101110 | 1110100 | 1110010 | 111100 | 0 | 10 | 110111 | 10110010 | 101011 | 100000 |
Color Harmonies of #2E7472
Complementary color
Monochromatic Colors of #2E7472
Black with #2E7472
Text Example
Text Example
White with #2E7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7472; }
p { color: rgb(46,116,114); }
H1.HeaderClassName
{
color: #2E7472;
}
.AnyTagClassName
{
color: #2E7472;
}
</style>
background-color css
<style>
a { background-color: #2E7472; }
a { background-color: rgb(46,116,114); }
div.DivClassName
{
background-color: #2E7472;
}
.BgClassName
{
background-color: #2E7472;
}
</style>
border-color css
<style>
span { border-color: #2E7472; }
span { border-color: rgb(46,116,114); }
td.TdClassName
{
border-color: #2E7472;
}
.TagClassName
{
border-color: #2E7472;
}
</style>