Shades of Elm #2E837B
Tints of Elm #2E837B
RGB
CMYK
RGB Variations
Color information
#2E837B (or 0x2E837B) is known color: Elm. HEX triplet: 2E, 83 and 7B. RGB value is (46,131,123). Sum of RGB (Red+Green+Blue) = 46+131+123=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #2E837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E837B is #D17C84. Grayscale: #686868. Windows color (decimal): -13728901 or 8094510. OLE color: 8094510.
HSL color Cylindrical-coordinate representation of color #2E837B: hue angle of 174.35º 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 #2E837B is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 131 | 123 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.49 |
| HSL | 174.35º | 0.48% | 0.35% | - |
| HSV(B) | 174.35º | 0.65% | 0.51% | - |
| XYZ | 12.82 | 18.24 | 21.58 | - |
| YUV | 104.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 123 | 0.65 | 0 | 0.06 | 0.49 | 174.35 | 0.48 | 0.35 |
| Hex | 2E | 83 | 7B | 41 | 0 | 6 | 31 | AE | 30 | 23 |
| Octal | 56 | 203 | 173 | 101 | 0 | 6 | 61 | 256 | 60 | 43 |
| Binary | 101110 | 10000011 | 1111011 | 1000001 | 0 | 110 | 110001 | 10101110 | 110000 | 100011 |
Color Harmonies of #2E837B
Complementary color
Monochromatic Colors of #2E837B
Black with #2E837B
Text Example
Text Example
White with #2E837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E837B; }
p { color: rgb(46,131,123); }
H1.HeaderClassName
{
color: #2E837B;
}
.AnyTagClassName
{
color: #2E837B;
}
</style>
background-color css
<style>
a { background-color: #2E837B; }
a { background-color: rgb(46,131,123); }
div.DivClassName
{
background-color: #2E837B;
}
.BgClassName
{
background-color: #2E837B;
}
</style>
border-color css
<style>
span { border-color: #2E837B; }
span { border-color: rgb(46,131,123); }
td.TdClassName
{
border-color: #2E837B;
}
.TagClassName
{
border-color: #2E837B;
}
</style>