Shades of Elm #2E877B
Tints of Elm #2E877B
RGB
CMYK
RGB Variations
Color information
#2E877B (or 0x2E877B) is known color: Elm. HEX triplet: 2E, 87 and 7B. RGB value is (46,135,123). Sum of RGB (Red+Green+Blue) = 46+135+123=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #2E877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E877B is #D17884. Grayscale: #6A6A6A. Windows color (decimal): -13727877 or 8095534. OLE color: 8095534.
HSL color Cylindrical-coordinate representation of color #2E877B: hue angle of 171.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E877B is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 135 | 123 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.47 |
| HSL | 171.91º | 0.49% | 0.35% | - |
| HSV(B) | 171.91º | 0.66% | 0.53% | - |
| XYZ | 13.37 | 19.34 | 21.77 | - |
| YUV | 107.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 123 | 0.66 | 0 | 0.09 | 0.47 | 171.91 | 0.49 | 0.35 |
| Hex | 2E | 87 | 7B | 42 | 0 | 9 | 2F | AC | 31 | 23 |
| Octal | 56 | 207 | 173 | 102 | 0 | 11 | 57 | 254 | 61 | 43 |
| Binary | 101110 | 10000111 | 1111011 | 1000010 | 0 | 1001 | 101111 | 10101100 | 110001 | 100011 |
Color Harmonies of #2E877B
Complementary color
Monochromatic Colors of #2E877B
Black with #2E877B
Text Example
Text Example
White with #2E877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E877B; }
p { color: rgb(46,135,123); }
H1.HeaderClassName
{
color: #2E877B;
}
.AnyTagClassName
{
color: #2E877B;
}
</style>
background-color css
<style>
a { background-color: #2E877B; }
a { background-color: rgb(46,135,123); }
div.DivClassName
{
background-color: #2E877B;
}
.BgClassName
{
background-color: #2E877B;
}
</style>
border-color css
<style>
span { border-color: #2E877B; }
span { border-color: rgb(46,135,123); }
td.TdClassName
{
border-color: #2E877B;
}
.TagClassName
{
border-color: #2E877B;
}
</style>