Shades of Elm #2A706E
Tints of Elm #2A706E
RGB
CMYK
RGB Variations
Color information
#2A706E (or 0x2A706E) is known color: Elm. HEX triplet: 2A, 70 and 6E. RGB value is (42,112,110). Sum of RGB (Red+Green+Blue) = 42+112+110=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #2A706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A706E is #D58F91. Grayscale: #5A5A5A. Windows color (decimal): -13995922 or 7237674. OLE color: 7237674.
HSL color Cylindrical-coordinate representation of color #2A706E: hue angle of 178.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A706E is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 110 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.56 |
| HSL | 178.29º | 0.45% | 0.3% | - |
| HSV(B) | 178.29º | 0.63% | 0.44% | - |
| XYZ | 9.56 | 13.21 | 16.8 | - |
| YUV | 90.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 110 | 0.62 | 0 | 0.02 | 0.56 | 178.29 | 0.45 | 0.3 |
| Hex | 2A | 70 | 6E | 3E | 0 | 2 | 38 | B2 | 2D | 1E |
| Octal | 52 | 160 | 156 | 76 | 0 | 2 | 70 | 262 | 55 | 36 |
| Binary | 101010 | 1110000 | 1101110 | 111110 | 0 | 10 | 111000 | 10110010 | 101101 | 11110 |
Color Harmonies of #2A706E
Complementary color
Monochromatic Colors of #2A706E
Black with #2A706E
Text Example
Text Example
White with #2A706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A706E; }
p { color: rgb(42,112,110); }
H1.HeaderClassName
{
color: #2A706E;
}
.AnyTagClassName
{
color: #2A706E;
}
</style>
background-color css
<style>
a { background-color: #2A706E; }
a { background-color: rgb(42,112,110); }
div.DivClassName
{
background-color: #2A706E;
}
.BgClassName
{
background-color: #2A706E;
}
</style>
border-color css
<style>
span { border-color: #2A706E; }
span { border-color: rgb(42,112,110); }
td.TdClassName
{
border-color: #2A706E;
}
.TagClassName
{
border-color: #2A706E;
}
</style>