Shades of Elm #2E7771
Tints of Elm #2E7771
RGB
CMYK
RGB Variations
Color information
#2E7771 (or 0x2E7771) is known color: Elm. HEX triplet: 2E, 77 and 71. RGB value is (46,119,113). Sum of RGB (Red+Green+Blue) = 46+119+113=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7771 is #D1888E. Grayscale: #606060. Windows color (decimal): -13731983 or 7436078. OLE color: 7436078.
HSL color Cylindrical-coordinate representation of color #2E7771: hue angle of 175.07º 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 #2E7771 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 113 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.53 |
| HSL | 175.07º | 0.44% | 0.32% | - |
| HSV(B) | 175.07º | 0.61% | 0.47% | - |
| XYZ | 10.7 | 14.97 | 17.95 | - |
| YUV | 96.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 113 | 0.61 | 0 | 0.05 | 0.53 | 175.07 | 0.44 | 0.32 |
| Hex | 2E | 77 | 71 | 3D | 0 | 5 | 35 | AF | 2C | 20 |
| Octal | 56 | 167 | 161 | 75 | 0 | 5 | 65 | 257 | 54 | 40 |
| Binary | 101110 | 1110111 | 1110001 | 111101 | 0 | 101 | 110101 | 10101111 | 101100 | 100000 |
Color Harmonies of #2E7771
Complementary color
Monochromatic Colors of #2E7771
Black with #2E7771
Text Example
Text Example
White with #2E7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7771; }
p { color: rgb(46,119,113); }
H1.HeaderClassName
{
color: #2E7771;
}
.AnyTagClassName
{
color: #2E7771;
}
</style>
background-color css
<style>
a { background-color: #2E7771; }
a { background-color: rgb(46,119,113); }
div.DivClassName
{
background-color: #2E7771;
}
.BgClassName
{
background-color: #2E7771;
}
</style>
border-color css
<style>
span { border-color: #2E7771; }
span { border-color: rgb(46,119,113); }
td.TdClassName
{
border-color: #2E7771;
}
.TagClassName
{
border-color: #2E7771;
}
</style>