Shades of Elm #298776
Tints of Elm #298776
RGB
CMYK
RGB Variations
Color information
#298776 (or 0x298776) is known color: Elm. HEX triplet: 29, 87 and 76. RGB value is (41,135,118). Sum of RGB (Red+Green+Blue) = 41+135+118=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #298776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298776 is #D67889. Grayscale: #686868. Windows color (decimal): -14055562 or 7767849. OLE color: 7767849.
HSL color Cylindrical-coordinate representation of color #298776: hue angle of 169.15º degrees, saturation: 0.53, 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 #298776 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 135 | 118 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.47 |
| HSL | 169.15º | 0.53% | 0.35% | - |
| HSV(B) | 169.15º | 0.7% | 0.53% | - |
| XYZ | 12.85 | 19.11 | 20.15 | - |
| YUV | 104.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 118 | 0.70 | 0 | 0.13 | 0.47 | 169.15 | 0.53 | 0.35 |
| Hex | 29 | 87 | 76 | 46 | 0 | D | 2F | A9 | 35 | 23 |
| Octal | 51 | 207 | 166 | 106 | 0 | 15 | 57 | 251 | 65 | 43 |
| Binary | 101001 | 10000111 | 1110110 | 1000110 | 0 | 1101 | 101111 | 10101001 | 110101 | 100011 |
Color Harmonies of #298776
Complementary color
Monochromatic Colors of #298776
Black with #298776
Text Example
Text Example
White with #298776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298776; }
p { color: rgb(41,135,118); }
H1.HeaderClassName
{
color: #298776;
}
.AnyTagClassName
{
color: #298776;
}
</style>
background-color css
<style>
a { background-color: #298776; }
a { background-color: rgb(41,135,118); }
div.DivClassName
{
background-color: #298776;
}
.BgClassName
{
background-color: #298776;
}
</style>
border-color css
<style>
span { border-color: #298776; }
span { border-color: rgb(41,135,118); }
td.TdClassName
{
border-color: #298776;
}
.TagClassName
{
border-color: #298776;
}
</style>