Shades of Elm #2E7F7A
Tints of Elm #2E7F7A
RGB
CMYK
RGB Variations
Color information
#2E7F7A (or 0x2E7F7A) is known color: Elm. HEX triplet: 2E, 7F and 7A. RGB value is (46,127,122). Sum of RGB (Red+Green+Blue) = 46+127+122=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F7A is #D18085. Grayscale: #666666. Windows color (decimal): -13729926 or 8027950. OLE color: 8027950.
HSL color Cylindrical-coordinate representation of color #2E7F7A: hue angle of 176.3º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F7A is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 127 | 122 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.50 |
| HSL | 176.3º | 0.47% | 0.34% | - |
| HSV(B) | 176.3º | 0.64% | 0.5% | - |
| XYZ | 12.23 | 17.16 | 21.08 | - |
| YUV | 102.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 122 | 0.64 | 0 | 0.04 | 0.50 | 176.3 | 0.47 | 0.34 |
| Hex | 2E | 7F | 7A | 40 | 0 | 4 | 32 | B0 | 2F | 22 |
| Octal | 56 | 177 | 172 | 100 | 0 | 4 | 62 | 260 | 57 | 42 |
| Binary | 101110 | 1111111 | 1111010 | 1000000 | 0 | 100 | 110010 | 10110000 | 101111 | 100010 |
Color Harmonies of #2E7F7A
Complementary color
Monochromatic Colors of #2E7F7A
Black with #2E7F7A
Text Example
Text Example
White with #2E7F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7F7A; }
p { color: rgb(46,127,122); }
H1.HeaderClassName
{
color: #2E7F7A;
}
.AnyTagClassName
{
color: #2E7F7A;
}
</style>
background-color css
<style>
a { background-color: #2E7F7A; }
a { background-color: rgb(46,127,122); }
div.DivClassName
{
background-color: #2E7F7A;
}
.BgClassName
{
background-color: #2E7F7A;
}
</style>
border-color css
<style>
span { border-color: #2E7F7A; }
span { border-color: rgb(46,127,122); }
td.TdClassName
{
border-color: #2E7F7A;
}
.TagClassName
{
border-color: #2E7F7A;
}
</style>