Shades of Elm #2E8A7F
Tints of Elm #2E8A7F
RGB
CMYK
RGB Variations
Color information
#2E8A7F (or 0x2E8A7F) is known color: Elm. HEX triplet: 2E, 8A and 7F. RGB value is (46,138,127). Sum of RGB (Red+Green+Blue) = 46+138+127=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8A7F is #D17580. Grayscale: #6D6D6D. Windows color (decimal): -13727105 or 8358446. OLE color: 8358446.
HSL color Cylindrical-coordinate representation of color #2E8A7F: hue angle of 172.83º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A7F is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 138 | 127 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.46 |
| HSL | 172.83º | 0.5% | 0.36% | - |
| HSV(B) | 172.83º | 0.67% | 0.54% | - |
| XYZ | 14.05 | 20.29 | 23.25 | - |
| YUV | 109.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 127 | 0.67 | 0 | 0.08 | 0.46 | 172.83 | 0.5 | 0.36 |
| Hex | 2E | 8A | 7F | 43 | 0 | 8 | 2E | AD | 32 | 24 |
| Octal | 56 | 212 | 177 | 103 | 0 | 10 | 56 | 255 | 62 | 44 |
| Binary | 101110 | 10001010 | 1111111 | 1000011 | 0 | 1000 | 101110 | 10101101 | 110010 | 100100 |
Color Harmonies of #2E8A7F
Complementary color
Monochromatic Colors of #2E8A7F
Black with #2E8A7F
Text Example
Text Example
White with #2E8A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8A7F; }
p { color: rgb(46,138,127); }
H1.HeaderClassName
{
color: #2E8A7F;
}
.AnyTagClassName
{
color: #2E8A7F;
}
</style>
background-color css
<style>
a { background-color: #2E8A7F; }
a { background-color: rgb(46,138,127); }
div.DivClassName
{
background-color: #2E8A7F;
}
.BgClassName
{
background-color: #2E8A7F;
}
</style>
border-color css
<style>
span { border-color: #2E8A7F; }
span { border-color: rgb(46,138,127); }
td.TdClassName
{
border-color: #2E8A7F;
}
.TagClassName
{
border-color: #2E8A7F;
}
</style>