Shades of Elm #2A897E
Tints of Elm #2A897E
RGB
CMYK
RGB Variations
Color information
#2A897E (or 0x2A897E) is known color: Elm. HEX triplet: 2A, 89 and 7E. RGB value is (42,137,126). Sum of RGB (Red+Green+Blue) = 42+137+126=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #2A897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A897E is #D57681. Grayscale: #6B6B6B. Windows color (decimal): -13989506 or 8292650. OLE color: 8292650.
HSL color Cylindrical-coordinate representation of color #2A897E: hue angle of 173.05º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A897E is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 126 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.46 |
| HSL | 173.05º | 0.53% | 0.35% | - |
| HSV(B) | 173.05º | 0.69% | 0.54% | - |
| XYZ | 13.67 | 19.89 | 22.86 | - |
| YUV | 107.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 126 | 0.69 | 0 | 0.08 | 0.46 | 173.05 | 0.53 | 0.35 |
| Hex | 2A | 89 | 7E | 45 | 0 | 8 | 2E | AD | 35 | 23 |
| Octal | 52 | 211 | 176 | 105 | 0 | 10 | 56 | 255 | 65 | 43 |
| Binary | 101010 | 10001001 | 1111110 | 1000101 | 0 | 1000 | 101110 | 10101101 | 110101 | 100011 |
Color Harmonies of #2A897E
Complementary color
Monochromatic Colors of #2A897E
Black with #2A897E
Text Example
Text Example
White with #2A897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A897E; }
p { color: rgb(42,137,126); }
H1.HeaderClassName
{
color: #2A897E;
}
.AnyTagClassName
{
color: #2A897E;
}
</style>
background-color css
<style>
a { background-color: #2A897E; }
a { background-color: rgb(42,137,126); }
div.DivClassName
{
background-color: #2A897E;
}
.BgClassName
{
background-color: #2A897E;
}
</style>
border-color css
<style>
span { border-color: #2A897E; }
span { border-color: rgb(42,137,126); }
td.TdClassName
{
border-color: #2A897E;
}
.TagClassName
{
border-color: #2A897E;
}
</style>