Shades of Elm #2E8878
Tints of Elm #2E8878
RGB
CMYK
RGB Variations
Color information
#2E8878 (or 0x2E8878) is known color: Elm. HEX triplet: 2E, 88 and 78. RGB value is (46,136,120). Sum of RGB (Red+Green+Blue) = 46+136+120=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #2E8878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8878 is #D17787. Grayscale: #6B6B6B. Windows color (decimal): -13727624 or 7899182. OLE color: 7899182.
HSL color Cylindrical-coordinate representation of color #2E8878: hue angle of 169.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8878 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 120 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.47 |
| HSL | 169.33º | 0.49% | 0.36% | - |
| HSV(B) | 169.33º | 0.66% | 0.53% | - |
| XYZ | 13.32 | 19.55 | 20.84 | - |
| YUV | 107.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 120 | 0.66 | 0 | 0.12 | 0.47 | 169.33 | 0.49 | 0.36 |
| Hex | 2E | 88 | 78 | 42 | 0 | C | 2F | A9 | 31 | 24 |
| Octal | 56 | 210 | 170 | 102 | 0 | 14 | 57 | 251 | 61 | 44 |
| Binary | 101110 | 10001000 | 1111000 | 1000010 | 0 | 1100 | 101111 | 10101001 | 110001 | 100100 |
Color Harmonies of #2E8878
Complementary color
Monochromatic Colors of #2E8878
Black with #2E8878
Text Example
Text Example
White with #2E8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8878; }
p { color: rgb(46,136,120); }
H1.HeaderClassName
{
color: #2E8878;
}
.AnyTagClassName
{
color: #2E8878;
}
</style>
background-color css
<style>
a { background-color: #2E8878; }
a { background-color: rgb(46,136,120); }
div.DivClassName
{
background-color: #2E8878;
}
.BgClassName
{
background-color: #2E8878;
}
</style>
border-color css
<style>
span { border-color: #2E8878; }
span { border-color: rgb(46,136,120); }
td.TdClassName
{
border-color: #2E8878;
}
.TagClassName
{
border-color: #2E8878;
}
</style>