Shades of Elm #2A8979
Tints of Elm #2A8979
RGB
CMYK
RGB Variations
Color information
#2A8979 (or 0x2A8979) is known color: Elm. HEX triplet: 2A, 89 and 79. RGB value is (42,137,121). Sum of RGB (Red+Green+Blue) = 42+137+121=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8979 is #D57686. Grayscale: #6A6A6A. Windows color (decimal): -13989511 or 7964970. OLE color: 7964970.
HSL color Cylindrical-coordinate representation of color #2A8979: hue angle of 169.89º 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 #2A8979 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 121 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.46 |
| HSL | 169.89º | 0.53% | 0.35% | - |
| HSV(B) | 169.89º | 0.69% | 0.54% | - |
| XYZ | 13.35 | 19.76 | 21.2 | - |
| YUV | 106.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 121 | 0.69 | 0 | 0.12 | 0.46 | 169.89 | 0.53 | 0.35 |
| Hex | 2A | 89 | 79 | 45 | 0 | C | 2E | AA | 35 | 23 |
| Octal | 52 | 211 | 171 | 105 | 0 | 14 | 56 | 252 | 65 | 43 |
| Binary | 101010 | 10001001 | 1111001 | 1000101 | 0 | 1100 | 101110 | 10101010 | 110101 | 100011 |
Color Harmonies of #2A8979
Complementary color
Monochromatic Colors of #2A8979
Black with #2A8979
Text Example
Text Example
White with #2A8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8979; }
p { color: rgb(42,137,121); }
H1.HeaderClassName
{
color: #2A8979;
}
.AnyTagClassName
{
color: #2A8979;
}
</style>
background-color css
<style>
a { background-color: #2A8979; }
a { background-color: rgb(42,137,121); }
div.DivClassName
{
background-color: #2A8979;
}
.BgClassName
{
background-color: #2A8979;
}
</style>
border-color css
<style>
span { border-color: #2A8979; }
span { border-color: rgb(42,137,121); }
td.TdClassName
{
border-color: #2A8979;
}
.TagClassName
{
border-color: #2A8979;
}
</style>