Shades of Elm #298876
Tints of Elm #298876
RGB
CMYK
RGB Variations
Color information
#298876 (or 0x298876) is known color: Elm. HEX triplet: 29, 88 and 76. RGB value is (41,136,118). Sum of RGB (Red+Green+Blue) = 41+136+118=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #298876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298876 is #D67789. Grayscale: #696969. Windows color (decimal): -14055306 or 7768105. OLE color: 7768105.
HSL color Cylindrical-coordinate representation of color #298876: hue angle of 168.63º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298876 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 136 | 118 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.47 |
| HSL | 168.63º | 0.54% | 0.35% | - |
| HSV(B) | 168.63º | 0.7% | 0.53% | - |
| XYZ | 12.99 | 19.39 | 20.2 | - |
| YUV | 105.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 118 | 0.70 | 0 | 0.13 | 0.47 | 168.63 | 0.54 | 0.35 |
| Hex | 29 | 88 | 76 | 46 | 0 | D | 2F | A9 | 36 | 23 |
| Octal | 51 | 210 | 166 | 106 | 0 | 15 | 57 | 251 | 66 | 43 |
| Binary | 101001 | 10001000 | 1110110 | 1000110 | 0 | 1101 | 101111 | 10101001 | 110110 | 100011 |
Color Harmonies of #298876
Complementary color
Monochromatic Colors of #298876
Black with #298876
Text Example
Text Example
White with #298876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298876; }
p { color: rgb(41,136,118); }
H1.HeaderClassName
{
color: #298876;
}
.AnyTagClassName
{
color: #298876;
}
</style>
background-color css
<style>
a { background-color: #298876; }
a { background-color: rgb(41,136,118); }
div.DivClassName
{
background-color: #298876;
}
.BgClassName
{
background-color: #298876;
}
</style>
border-color css
<style>
span { border-color: #298876; }
span { border-color: rgb(41,136,118); }
td.TdClassName
{
border-color: #298876;
}
.TagClassName
{
border-color: #298876;
}
</style>