Shades of Elm #2E8178
Tints of Elm #2E8178
RGB
CMYK
RGB Variations
Color information
#2E8178 (or 0x2E8178) is known color: Elm. HEX triplet: 2E, 81 and 78. RGB value is (46,129,120). Sum of RGB (Red+Green+Blue) = 46+129+120=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #2E8178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8178 is #D17E87. Grayscale: #676767. Windows color (decimal): -13729416 or 7897390. OLE color: 7897390.
HSL color Cylindrical-coordinate representation of color #2E8178: hue angle of 173.49º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8178 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 129 | 120 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.49 |
| HSL | 173.49º | 0.47% | 0.34% | - |
| HSV(B) | 173.49º | 0.64% | 0.51% | - |
| XYZ | 12.37 | 17.64 | 20.52 | - |
| YUV | 103.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 120 | 0.64 | 0 | 0.07 | 0.49 | 173.49 | 0.47 | 0.34 |
| Hex | 2E | 81 | 78 | 40 | 0 | 7 | 31 | AD | 2F | 22 |
| Octal | 56 | 201 | 170 | 100 | 0 | 7 | 61 | 255 | 57 | 42 |
| Binary | 101110 | 10000001 | 1111000 | 1000000 | 0 | 111 | 110001 | 10101101 | 101111 | 100010 |
Color Harmonies of #2E8178
Complementary color
Monochromatic Colors of #2E8178
Black with #2E8178
Text Example
Text Example
White with #2E8178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8178; }
p { color: rgb(46,129,120); }
H1.HeaderClassName
{
color: #2E8178;
}
.AnyTagClassName
{
color: #2E8178;
}
</style>
background-color css
<style>
a { background-color: #2E8178; }
a { background-color: rgb(46,129,120); }
div.DivClassName
{
background-color: #2E8178;
}
.BgClassName
{
background-color: #2E8178;
}
</style>
border-color css
<style>
span { border-color: #2E8178; }
span { border-color: rgb(46,129,120); }
td.TdClassName
{
border-color: #2E8178;
}
.TagClassName
{
border-color: #2E8178;
}
</style>