Shades of Elm #29857C
Tints of Elm #29857C
RGB
CMYK
RGB Variations
Color information
#29857C (or 0x29857C) is known color: Elm. HEX triplet: 29, 85 and 7C. RGB value is (41,133,124). Sum of RGB (Red+Green+Blue) = 41+133+124=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #29857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29857C is #D67A83. Grayscale: #686868. Windows color (decimal): -14056068 or 8160553. OLE color: 8160553.
HSL color Cylindrical-coordinate representation of color #29857C: hue angle of 174.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29857C is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 133 | 124 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.48 |
| HSL | 174.13º | 0.53% | 0.34% | - |
| HSV(B) | 174.13º | 0.69% | 0.52% | - |
| XYZ | 12.94 | 18.7 | 22 | - |
| YUV | 104.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 124 | 0.69 | 0 | 0.07 | 0.48 | 174.13 | 0.53 | 0.34 |
| Hex | 29 | 85 | 7C | 45 | 0 | 7 | 30 | AE | 35 | 22 |
| Octal | 51 | 205 | 174 | 105 | 0 | 7 | 60 | 256 | 65 | 42 |
| Binary | 101001 | 10000101 | 1111100 | 1000101 | 0 | 111 | 110000 | 10101110 | 110101 | 100010 |
Color Harmonies of #29857C
Complementary color
Monochromatic Colors of #29857C
Black with #29857C
Text Example
Text Example
White with #29857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29857C; }
p { color: rgb(41,133,124); }
H1.HeaderClassName
{
color: #29857C;
}
.AnyTagClassName
{
color: #29857C;
}
</style>
background-color css
<style>
a { background-color: #29857C; }
a { background-color: rgb(41,133,124); }
div.DivClassName
{
background-color: #29857C;
}
.BgClassName
{
background-color: #29857C;
}
</style>
border-color css
<style>
span { border-color: #29857C; }
span { border-color: rgb(41,133,124); }
td.TdClassName
{
border-color: #29857C;
}
.TagClassName
{
border-color: #29857C;
}
</style>