Shades of Elm #2E8781
Tints of Elm #2E8781
RGB
CMYK
RGB Variations
Color information
#2E8781 (or 0x2E8781) is known color: Elm. HEX triplet: 2E, 87 and 81. RGB value is (46,135,129). Sum of RGB (Red+Green+Blue) = 46+135+129=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8781 is #D1787E. Grayscale: #6B6B6B. Windows color (decimal): -13727871 or 8488750. OLE color: 8488750.
HSL color Cylindrical-coordinate representation of color #2E8781: hue angle of 175.96º 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 #2E8781 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 135 | 129 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.47 |
| HSL | 175.96º | 0.49% | 0.35% | - |
| HSV(B) | 175.96º | 0.66% | 0.53% | - |
| XYZ | 13.75 | 19.49 | 23.81 | - |
| YUV | 107.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 129 | 0.66 | 0 | 0.04 | 0.47 | 175.96 | 0.49 | 0.35 |
| Hex | 2E | 87 | 81 | 42 | 0 | 4 | 2F | B0 | 31 | 23 |
| Octal | 56 | 207 | 201 | 102 | 0 | 4 | 57 | 260 | 61 | 43 |
| Binary | 101110 | 10000111 | 10000001 | 1000010 | 0 | 100 | 101111 | 10110000 | 110001 | 100011 |
Color Harmonies of #2E8781
Complementary color
Monochromatic Colors of #2E8781
Black with #2E8781
Text Example
Text Example
White with #2E8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8781; }
p { color: rgb(46,135,129); }
H1.HeaderClassName
{
color: #2E8781;
}
.AnyTagClassName
{
color: #2E8781;
}
</style>
background-color css
<style>
a { background-color: #2E8781; }
a { background-color: rgb(46,135,129); }
div.DivClassName
{
background-color: #2E8781;
}
.BgClassName
{
background-color: #2E8781;
}
</style>
border-color css
<style>
span { border-color: #2E8781; }
span { border-color: rgb(46,135,129); }
td.TdClassName
{
border-color: #2E8781;
}
.TagClassName
{
border-color: #2E8781;
}
</style>