Shades of Elm #2E8375
Tints of Elm #2E8375
RGB
CMYK
RGB Variations
Color information
#2E8375 (or 0x2E8375) is known color: Elm. HEX triplet: 2E, 83 and 75. RGB value is (46,131,117). Sum of RGB (Red+Green+Blue) = 46+131+117=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8375 is #D17C8A. Grayscale: #676767. Windows color (decimal): -13728907 or 7701294. OLE color: 7701294.
HSL color Cylindrical-coordinate representation of color #2E8375: hue angle of 170.12º 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 #2E8375 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 117 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.49 |
| HSL | 170.12º | 0.48% | 0.35% | - |
| HSV(B) | 170.12º | 0.65% | 0.51% | - |
| XYZ | 12.45 | 18.1 | 19.67 | - |
| YUV | 103.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 117 | 0.65 | 0 | 0.11 | 0.49 | 170.12 | 0.48 | 0.35 |
| Hex | 2E | 83 | 75 | 41 | 0 | B | 31 | AA | 30 | 23 |
| Octal | 56 | 203 | 165 | 101 | 0 | 13 | 61 | 252 | 60 | 43 |
| Binary | 101110 | 10000011 | 1110101 | 1000001 | 0 | 1011 | 110001 | 10101010 | 110000 | 100011 |
Color Harmonies of #2E8375
Complementary color
Monochromatic Colors of #2E8375
Black with #2E8375
Text Example
Text Example
White with #2E8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8375; }
p { color: rgb(46,131,117); }
H1.HeaderClassName
{
color: #2E8375;
}
.AnyTagClassName
{
color: #2E8375;
}
</style>
background-color css
<style>
a { background-color: #2E8375; }
a { background-color: rgb(46,131,117); }
div.DivClassName
{
background-color: #2E8375;
}
.BgClassName
{
background-color: #2E8375;
}
</style>
border-color css
<style>
span { border-color: #2E8375; }
span { border-color: rgb(46,131,117); }
td.TdClassName
{
border-color: #2E8375;
}
.TagClassName
{
border-color: #2E8375;
}
</style>