Shades of Elm #2E7674
Tints of Elm #2E7674
RGB
CMYK
RGB Variations
Color information
#2E7674 (or 0x2E7674) is known color: Elm. HEX triplet: 2E, 76 and 74. RGB value is (46,118,116). Sum of RGB (Red+Green+Blue) = 46+118+116=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7674 is #D1898B. Grayscale: #606060. Windows color (decimal): -13732236 or 7632430. OLE color: 7632430.
HSL color Cylindrical-coordinate representation of color #2E7674: hue angle of 178.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7674 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 116 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.54 |
| HSL | 178.33º | 0.44% | 0.32% | - |
| HSV(B) | 178.33º | 0.61% | 0.46% | - |
| XYZ | 10.76 | 14.8 | 18.81 | - |
| YUV | 96.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 116 | 0.61 | 0 | 0.02 | 0.54 | 178.33 | 0.44 | 0.32 |
| Hex | 2E | 76 | 74 | 3D | 0 | 2 | 36 | B2 | 2C | 20 |
| Octal | 56 | 166 | 164 | 75 | 0 | 2 | 66 | 262 | 54 | 40 |
| Binary | 101110 | 1110110 | 1110100 | 111101 | 0 | 10 | 110110 | 10110010 | 101100 | 100000 |
Color Harmonies of #2E7674
Complementary color
Monochromatic Colors of #2E7674
Black with #2E7674
Text Example
Text Example
White with #2E7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7674; }
p { color: rgb(46,118,116); }
H1.HeaderClassName
{
color: #2E7674;
}
.AnyTagClassName
{
color: #2E7674;
}
</style>
background-color css
<style>
a { background-color: #2E7674; }
a { background-color: rgb(46,118,116); }
div.DivClassName
{
background-color: #2E7674;
}
.BgClassName
{
background-color: #2E7674;
}
</style>
border-color css
<style>
span { border-color: #2E7674; }
span { border-color: rgb(46,118,116); }
td.TdClassName
{
border-color: #2E7674;
}
.TagClassName
{
border-color: #2E7674;
}
</style>