Shades of Elm #2A8A77
Tints of Elm #2A8A77
RGB
CMYK
RGB Variations
Color information
#2A8A77 (or 0x2A8A77) is known color: Elm. HEX triplet: 2A, 8A and 77. RGB value is (42,138,119). Sum of RGB (Red+Green+Blue) = 42+138+119=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8A77 is #D57588. Grayscale: #6B6B6B. Windows color (decimal): -13989257 or 7834154. OLE color: 7834154.
HSL color Cylindrical-coordinate representation of color #2A8A77: hue angle of 168.12º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8A77 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 138 | 119 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.46 |
| HSL | 168.13º | 0.53% | 0.35% | - |
| HSV(B) | 168.13º | 0.7% | 0.54% | - |
| XYZ | 13.37 | 20 | 20.61 | - |
| YUV | 107.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 119 | 0.70 | 0 | 0.14 | 0.46 | 168.13 | 0.53 | 0.35 |
| Hex | 2A | 8A | 77 | 46 | 0 | E | 2E | A8 | 35 | 23 |
| Octal | 52 | 212 | 167 | 106 | 0 | 16 | 56 | 250 | 65 | 43 |
| Binary | 101010 | 10001010 | 1110111 | 1000110 | 0 | 1110 | 101110 | 10101000 | 110101 | 100011 |
Color Harmonies of #2A8A77
Complementary color
Monochromatic Colors of #2A8A77
Black with #2A8A77
Text Example
Text Example
White with #2A8A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8A77; }
p { color: rgb(42,138,119); }
H1.HeaderClassName
{
color: #2A8A77;
}
.AnyTagClassName
{
color: #2A8A77;
}
</style>
background-color css
<style>
a { background-color: #2A8A77; }
a { background-color: rgb(42,138,119); }
div.DivClassName
{
background-color: #2A8A77;
}
.BgClassName
{
background-color: #2A8A77;
}
</style>
border-color css
<style>
span { border-color: #2A8A77; }
span { border-color: rgb(42,138,119); }
td.TdClassName
{
border-color: #2A8A77;
}
.TagClassName
{
border-color: #2A8A77;
}
</style>