Shades of Elm #2E8377
Tints of Elm #2E8377
RGB
CMYK
RGB Variations
Color information
#2E8377 (or 0x2E8377) is known color: Elm. HEX triplet: 2E, 83 and 77. RGB value is (46,131,119). Sum of RGB (Red+Green+Blue) = 46+131+119=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8377 is #D17C88. Grayscale: #686868. Windows color (decimal): -13728905 or 7832366. OLE color: 7832366.
HSL color Cylindrical-coordinate representation of color #2E8377: hue angle of 171.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8377 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 119 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.49 |
| HSL | 171.53º | 0.48% | 0.35% | - |
| HSV(B) | 171.53º | 0.65% | 0.51% | - |
| XYZ | 12.57 | 18.15 | 20.29 | - |
| YUV | 104.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 119 | 0.65 | 0 | 0.09 | 0.49 | 171.53 | 0.48 | 0.35 |
| Hex | 2E | 83 | 77 | 41 | 0 | 9 | 31 | AC | 30 | 23 |
| Octal | 56 | 203 | 167 | 101 | 0 | 11 | 61 | 254 | 60 | 43 |
| Binary | 101110 | 10000011 | 1110111 | 1000001 | 0 | 1001 | 110001 | 10101100 | 110000 | 100011 |
Color Harmonies of #2E8377
Complementary color
Monochromatic Colors of #2E8377
Black with #2E8377
Text Example
Text Example
White with #2E8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8377; }
p { color: rgb(46,131,119); }
H1.HeaderClassName
{
color: #2E8377;
}
.AnyTagClassName
{
color: #2E8377;
}
</style>
background-color css
<style>
a { background-color: #2E8377; }
a { background-color: rgb(46,131,119); }
div.DivClassName
{
background-color: #2E8377;
}
.BgClassName
{
background-color: #2E8377;
}
</style>
border-color css
<style>
span { border-color: #2E8377; }
span { border-color: rgb(46,131,119); }
td.TdClassName
{
border-color: #2E8377;
}
.TagClassName
{
border-color: #2E8377;
}
</style>