Shades of Elm #2A8174
Tints of Elm #2A8174
RGB
CMYK
RGB Variations
Color information
#2A8174 (or 0x2A8174) is known color: Elm. HEX triplet: 2A, 81 and 74. RGB value is (42,129,116). Sum of RGB (Red+Green+Blue) = 42+129+116=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #2A8174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8174 is #D57E8B. Grayscale: #656565. Windows color (decimal): -13991564 or 7635242. OLE color: 7635242.
HSL color Cylindrical-coordinate representation of color #2A8174: hue angle of 171.03º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A8174 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 116 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.49 |
| HSL | 171.03º | 0.51% | 0.34% | - |
| HSV(B) | 171.03º | 0.67% | 0.51% | - |
| XYZ | 11.96 | 17.45 | 19.26 | - |
| YUV | 101.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 116 | 0.67 | 0 | 0.10 | 0.49 | 171.03 | 0.51 | 0.34 |
| Hex | 2A | 81 | 74 | 43 | 0 | A | 31 | AB | 33 | 22 |
| Octal | 52 | 201 | 164 | 103 | 0 | 12 | 61 | 253 | 63 | 42 |
| Binary | 101010 | 10000001 | 1110100 | 1000011 | 0 | 1010 | 110001 | 10101011 | 110011 | 100010 |
Color Harmonies of #2A8174
Complementary color
Monochromatic Colors of #2A8174
Black with #2A8174
Text Example
Text Example
White with #2A8174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8174; }
p { color: rgb(42,129,116); }
H1.HeaderClassName
{
color: #2A8174;
}
.AnyTagClassName
{
color: #2A8174;
}
</style>
background-color css
<style>
a { background-color: #2A8174; }
a { background-color: rgb(42,129,116); }
div.DivClassName
{
background-color: #2A8174;
}
.BgClassName
{
background-color: #2A8174;
}
</style>
border-color css
<style>
span { border-color: #2A8174; }
span { border-color: rgb(42,129,116); }
td.TdClassName
{
border-color: #2A8174;
}
.TagClassName
{
border-color: #2A8174;
}
</style>