Shades of Elm #2E7B74
Tints of Elm #2E7B74
RGB
CMYK
RGB Variations
Color information
#2E7B74 (or 0x2E7B74) is known color: Elm. HEX triplet: 2E, 7B and 74. RGB value is (46,123,116). Sum of RGB (Red+Green+Blue) = 46+123+116=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #2E7B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7B74 is #D1848B. Grayscale: #636363. Windows color (decimal): -13730956 or 7633710. OLE color: 7633710.
HSL color Cylindrical-coordinate representation of color #2E7B74: hue angle of 174.55º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7B74 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 123 | 116 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.52 |
| HSL | 174.55º | 0.46% | 0.33% | - |
| HSV(B) | 174.55º | 0.63% | 0.48% | - |
| XYZ | 11.36 | 16.01 | 19.01 | - |
| YUV | 99.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 116 | 0.63 | 0 | 0.06 | 0.52 | 174.55 | 0.46 | 0.33 |
| Hex | 2E | 7B | 74 | 3F | 0 | 6 | 34 | AF | 2E | 21 |
| Octal | 56 | 173 | 164 | 77 | 0 | 6 | 64 | 257 | 56 | 41 |
| Binary | 101110 | 1111011 | 1110100 | 111111 | 0 | 110 | 110100 | 10101111 | 101110 | 100001 |
Color Harmonies of #2E7B74
Complementary color
Monochromatic Colors of #2E7B74
Black with #2E7B74
Text Example
Text Example
White with #2E7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7B74; }
p { color: rgb(46,123,116); }
H1.HeaderClassName
{
color: #2E7B74;
}
.AnyTagClassName
{
color: #2E7B74;
}
</style>
background-color css
<style>
a { background-color: #2E7B74; }
a { background-color: rgb(46,123,116); }
div.DivClassName
{
background-color: #2E7B74;
}
.BgClassName
{
background-color: #2E7B74;
}
</style>
border-color css
<style>
span { border-color: #2E7B74; }
span { border-color: rgb(46,123,116); }
td.TdClassName
{
border-color: #2E7B74;
}
.TagClassName
{
border-color: #2E7B74;
}
</style>