Shades of Elm #298673
Tints of Elm #298673
RGB
CMYK
RGB Variations
Color information
#298673 (or 0x298673) is known color: Elm. HEX triplet: 29, 86 and 73. RGB value is (41,134,115). Sum of RGB (Red+Green+Blue) = 41+134+115=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #298673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298673 is #D6798C. Grayscale: #686868. Windows color (decimal): -14055821 or 7570985. OLE color: 7570985.
HSL color Cylindrical-coordinate representation of color #298673: hue angle of 167.74º 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 #298673 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 134 | 115 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.47 |
| HSL | 167.74º | 0.53% | 0.34% | - |
| HSV(B) | 167.74º | 0.69% | 0.53% | - |
| XYZ | 12.53 | 18.76 | 19.18 | - |
| YUV | 104.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 115 | 0.69 | 0 | 0.14 | 0.47 | 167.74 | 0.53 | 0.34 |
| Hex | 29 | 86 | 73 | 45 | 0 | E | 2F | A8 | 35 | 22 |
| Octal | 51 | 206 | 163 | 105 | 0 | 16 | 57 | 250 | 65 | 42 |
| Binary | 101001 | 10000110 | 1110011 | 1000101 | 0 | 1110 | 101111 | 10101000 | 110101 | 100010 |
Color Harmonies of #298673
Complementary color
Monochromatic Colors of #298673
Black with #298673
Text Example
Text Example
White with #298673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298673; }
p { color: rgb(41,134,115); }
H1.HeaderClassName
{
color: #298673;
}
.AnyTagClassName
{
color: #298673;
}
</style>
background-color css
<style>
a { background-color: #298673; }
a { background-color: rgb(41,134,115); }
div.DivClassName
{
background-color: #298673;
}
.BgClassName
{
background-color: #298673;
}
</style>
border-color css
<style>
span { border-color: #298673; }
span { border-color: rgb(41,134,115); }
td.TdClassName
{
border-color: #298673;
}
.TagClassName
{
border-color: #298673;
}
</style>