Shades of Elm #2A736E
Tints of Elm #2A736E
RGB
CMYK
RGB Variations
Color information
#2A736E (or 0x2A736E) is known color: Elm. HEX triplet: 2A, 73 and 6E. RGB value is (42,115,110). Sum of RGB (Red+Green+Blue) = 42+115+110=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #2A736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A736E is #D58C91. Grayscale: #5C5C5C. Windows color (decimal): -13995154 or 7238442. OLE color: 7238442.
HSL color Cylindrical-coordinate representation of color #2A736E: hue angle of 175.89º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A736E is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 110 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.55 |
| HSL | 175.89º | 0.46% | 0.31% | - |
| HSV(B) | 175.89º | 0.63% | 0.45% | - |
| XYZ | 9.9 | 13.88 | 16.91 | - |
| YUV | 92.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 110 | 0.63 | 0 | 0.04 | 0.55 | 175.89 | 0.46 | 0.31 |
| Hex | 2A | 73 | 6E | 3F | 0 | 4 | 37 | B0 | 2E | 1F |
| Octal | 52 | 163 | 156 | 77 | 0 | 4 | 67 | 260 | 56 | 37 |
| Binary | 101010 | 1110011 | 1101110 | 111111 | 0 | 100 | 110111 | 10110000 | 101110 | 11111 |
Color Harmonies of #2A736E
Complementary color
Monochromatic Colors of #2A736E
Black with #2A736E
Text Example
Text Example
White with #2A736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A736E; }
p { color: rgb(42,115,110); }
H1.HeaderClassName
{
color: #2A736E;
}
.AnyTagClassName
{
color: #2A736E;
}
</style>
background-color css
<style>
a { background-color: #2A736E; }
a { background-color: rgb(42,115,110); }
div.DivClassName
{
background-color: #2A736E;
}
.BgClassName
{
background-color: #2A736E;
}
</style>
border-color css
<style>
span { border-color: #2A736E; }
span { border-color: rgb(42,115,110); }
td.TdClassName
{
border-color: #2A736E;
}
.TagClassName
{
border-color: #2A736E;
}
</style>