Shades of Elm #2E8678
Tints of Elm #2E8678
RGB
CMYK
RGB Variations
Color information
#2E8678 (or 0x2E8678) is known color: Elm. HEX triplet: 2E, 86 and 78. RGB value is (46,134,120). Sum of RGB (Red+Green+Blue) = 46+134+120=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8678 is #D17987. Grayscale: #6A6A6A. Windows color (decimal): -13728136 or 7898670. OLE color: 7898670.
HSL color Cylindrical-coordinate representation of color #2E8678: hue angle of 170.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8678 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 134 | 120 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.47 |
| HSL | 170.45º | 0.49% | 0.35% | - |
| HSV(B) | 170.45º | 0.66% | 0.53% | - |
| XYZ | 13.04 | 18.99 | 20.75 | - |
| YUV | 106.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 134 | 120 | 0.66 | 0 | 0.10 | 0.47 | 170.45 | 0.49 | 0.35 |
| Hex | 2E | 86 | 78 | 42 | 0 | A | 2F | AA | 31 | 23 |
| Octal | 56 | 206 | 170 | 102 | 0 | 12 | 57 | 252 | 61 | 43 |
| Binary | 101110 | 10000110 | 1111000 | 1000010 | 0 | 1010 | 101111 | 10101010 | 110001 | 100011 |
Color Harmonies of #2E8678
Complementary color
Monochromatic Colors of #2E8678
Black with #2E8678
Text Example
Text Example
White with #2E8678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8678; }
p { color: rgb(46,134,120); }
H1.HeaderClassName
{
color: #2E8678;
}
.AnyTagClassName
{
color: #2E8678;
}
</style>
background-color css
<style>
a { background-color: #2E8678; }
a { background-color: rgb(46,134,120); }
div.DivClassName
{
background-color: #2E8678;
}
.BgClassName
{
background-color: #2E8678;
}
</style>
border-color css
<style>
span { border-color: #2E8678; }
span { border-color: rgb(46,134,120); }
td.TdClassName
{
border-color: #2E8678;
}
.TagClassName
{
border-color: #2E8678;
}
</style>