Shades of Elm #2A8981
Tints of Elm #2A8981
RGB
CMYK
RGB Variations
Color information
#2A8981 (or 0x2A8981) is known color: Elm. HEX triplet: 2A, 89 and 81. RGB value is (42,137,129). Sum of RGB (Red+Green+Blue) = 42+137+129=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8981 is #D5767E. Grayscale: #6B6B6B. Windows color (decimal): -13989503 or 8489258. OLE color: 8489258.
HSL color Cylindrical-coordinate representation of color #2A8981: hue angle of 174.95º 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 #2A8981 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 129 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.46 |
| HSL | 174.95º | 0.53% | 0.35% | - |
| HSV(B) | 174.95º | 0.69% | 0.54% | - |
| XYZ | 13.86 | 19.97 | 23.89 | - |
| YUV | 107.68 | 140.03 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 129 | 0.69 | 0 | 0.06 | 0.46 | 174.95 | 0.53 | 0.35 |
| Hex | 2A | 89 | 81 | 45 | 0 | 6 | 2E | AF | 35 | 23 |
| Octal | 52 | 211 | 201 | 105 | 0 | 6 | 56 | 257 | 65 | 43 |
| Binary | 101010 | 10001001 | 10000001 | 1000101 | 0 | 110 | 101110 | 10101111 | 110101 | 100011 |
Color Harmonies of #2A8981
Complementary color
Monochromatic Colors of #2A8981
Black with #2A8981
Text Example
Text Example
White with #2A8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8981; }
p { color: rgb(42,137,129); }
H1.HeaderClassName
{
color: #2A8981;
}
.AnyTagClassName
{
color: #2A8981;
}
</style>
background-color css
<style>
a { background-color: #2A8981; }
a { background-color: rgb(42,137,129); }
div.DivClassName
{
background-color: #2A8981;
}
.BgClassName
{
background-color: #2A8981;
}
</style>
border-color css
<style>
span { border-color: #2A8981; }
span { border-color: rgb(42,137,129); }
td.TdClassName
{
border-color: #2A8981;
}
.TagClassName
{
border-color: #2A8981;
}
</style>