Shades of Elm #29746E
Tints of Elm #29746E
RGB
CMYK
RGB Variations
Color information
#29746E (or 0x29746E) is known color: Elm. HEX triplet: 29, 74 and 6E. RGB value is (41,116,110). Sum of RGB (Red+Green+Blue) = 41+116+110=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #29746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29746E is #D68B91. Grayscale: #5C5C5C. Windows color (decimal): -14060434 or 7238697. OLE color: 7238697.
HSL color Cylindrical-coordinate representation of color #29746E: hue angle of 175.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29746E is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 116 | 110 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.55 |
| HSL | 175.2º | 0.48% | 0.31% | - |
| HSV(B) | 175.2º | 0.65% | 0.45% | - |
| XYZ | 9.97 | 14.09 | 16.95 | - |
| YUV | 92.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 116 | 110 | 0.65 | 0 | 0.05 | 0.55 | 175.2 | 0.48 | 0.31 |
| Hex | 29 | 74 | 6E | 41 | 0 | 5 | 37 | AF | 30 | 1F |
| Octal | 51 | 164 | 156 | 101 | 0 | 5 | 67 | 257 | 60 | 37 |
| Binary | 101001 | 1110100 | 1101110 | 1000001 | 0 | 101 | 110111 | 10101111 | 110000 | 11111 |
Color Harmonies of #29746E
Complementary color
Monochromatic Colors of #29746E
Black with #29746E
Text Example
Text Example
White with #29746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29746E; }
p { color: rgb(41,116,110); }
H1.HeaderClassName
{
color: #29746E;
}
.AnyTagClassName
{
color: #29746E;
}
</style>
background-color css
<style>
a { background-color: #29746E; }
a { background-color: rgb(41,116,110); }
div.DivClassName
{
background-color: #29746E;
}
.BgClassName
{
background-color: #29746E;
}
</style>
border-color css
<style>
span { border-color: #29746E; }
span { border-color: rgb(41,116,110); }
td.TdClassName
{
border-color: #29746E;
}
.TagClassName
{
border-color: #29746E;
}
</style>