Shades of Elm #2E7773
Tints of Elm #2E7773
RGB
CMYK
RGB Variations
Color information
#2E7773 (or 0x2E7773) is known color: Elm. HEX triplet: 2E, 77 and 73. RGB value is (46,119,115). Sum of RGB (Red+Green+Blue) = 46+119+115=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7773 is #D1888C. Grayscale: #606060. Windows color (decimal): -13731981 or 7567150. OLE color: 7567150.
HSL color Cylindrical-coordinate representation of color #2E7773: hue angle of 176.71º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7773 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 115 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.53 |
| HSL | 176.71º | 0.44% | 0.32% | - |
| HSV(B) | 176.71º | 0.61% | 0.47% | - |
| XYZ | 10.82 | 15.01 | 18.55 | - |
| YUV | 96.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 115 | 0.61 | 0 | 0.03 | 0.53 | 176.71 | 0.44 | 0.32 |
| Hex | 2E | 77 | 73 | 3D | 0 | 3 | 35 | B1 | 2C | 20 |
| Octal | 56 | 167 | 163 | 75 | 0 | 3 | 65 | 261 | 54 | 40 |
| Binary | 101110 | 1110111 | 1110011 | 111101 | 0 | 11 | 110101 | 10110001 | 101100 | 100000 |
Color Harmonies of #2E7773
Complementary color
Monochromatic Colors of #2E7773
Black with #2E7773
Text Example
Text Example
White with #2E7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7773; }
p { color: rgb(46,119,115); }
H1.HeaderClassName
{
color: #2E7773;
}
.AnyTagClassName
{
color: #2E7773;
}
</style>
background-color css
<style>
a { background-color: #2E7773; }
a { background-color: rgb(46,119,115); }
div.DivClassName
{
background-color: #2E7773;
}
.BgClassName
{
background-color: #2E7773;
}
</style>
border-color css
<style>
span { border-color: #2E7773; }
span { border-color: rgb(46,119,115); }
td.TdClassName
{
border-color: #2E7773;
}
.TagClassName
{
border-color: #2E7773;
}
</style>