Shades of Elm #298678
Tints of Elm #298678
RGB
CMYK
RGB Variations
Color information
#298678 (or 0x298678) is known color: Elm. HEX triplet: 29, 86 and 78. RGB value is (41,134,120). Sum of RGB (Red+Green+Blue) = 41+134+120=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #298678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298678 is #D67987. Grayscale: #686868. Windows color (decimal): -14055816 or 7898665. OLE color: 7898665.
HSL color Cylindrical-coordinate representation of color #298678: hue angle of 170.97º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298678 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 134 | 120 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.47 |
| HSL | 170.97º | 0.53% | 0.34% | - |
| HSV(B) | 170.97º | 0.69% | 0.53% | - |
| XYZ | 12.83 | 18.88 | 20.74 | - |
| YUV | 104.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 120 | 0.69 | 0 | 0.10 | 0.47 | 170.97 | 0.53 | 0.34 |
| Hex | 29 | 86 | 78 | 45 | 0 | A | 2F | AB | 35 | 22 |
| Octal | 51 | 206 | 170 | 105 | 0 | 12 | 57 | 253 | 65 | 42 |
| Binary | 101001 | 10000110 | 1111000 | 1000101 | 0 | 1010 | 101111 | 10101011 | 110101 | 100010 |
Color Harmonies of #298678
Complementary color
Monochromatic Colors of #298678
Black with #298678
Text Example
Text Example
White with #298678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298678; }
p { color: rgb(41,134,120); }
H1.HeaderClassName
{
color: #298678;
}
.AnyTagClassName
{
color: #298678;
}
</style>
background-color css
<style>
a { background-color: #298678; }
a { background-color: rgb(41,134,120); }
div.DivClassName
{
background-color: #298678;
}
.BgClassName
{
background-color: #298678;
}
</style>
border-color css
<style>
span { border-color: #298678; }
span { border-color: rgb(41,134,120); }
td.TdClassName
{
border-color: #298678;
}
.TagClassName
{
border-color: #298678;
}
</style>