Shades of Elm #298574
Tints of Elm #298574
RGB
CMYK
RGB Variations
Color information
#298574 (or 0x298574) is known color: Elm. HEX triplet: 29, 85 and 74. RGB value is (41,133,116). Sum of RGB (Red+Green+Blue) = 41+133+116=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #298574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298574 is #D67A8B. Grayscale: #676767. Windows color (decimal): -14056076 or 7636265. OLE color: 7636265.
HSL color Cylindrical-coordinate representation of color #298574: hue angle of 168.91º 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 #298574 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 133 | 116 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.48 |
| HSL | 168.91º | 0.53% | 0.34% | - |
| HSV(B) | 168.91º | 0.69% | 0.52% | - |
| XYZ | 12.45 | 18.51 | 19.44 | - |
| YUV | 103.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 116 | 0.69 | 0 | 0.13 | 0.48 | 168.91 | 0.53 | 0.34 |
| Hex | 29 | 85 | 74 | 45 | 0 | D | 30 | A9 | 35 | 22 |
| Octal | 51 | 205 | 164 | 105 | 0 | 15 | 60 | 251 | 65 | 42 |
| Binary | 101001 | 10000101 | 1110100 | 1000101 | 0 | 1101 | 110000 | 10101001 | 110101 | 100010 |
Color Harmonies of #298574
Complementary color
Monochromatic Colors of #298574
Black with #298574
Text Example
Text Example
White with #298574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298574; }
p { color: rgb(41,133,116); }
H1.HeaderClassName
{
color: #298574;
}
.AnyTagClassName
{
color: #298574;
}
</style>
background-color css
<style>
a { background-color: #298574; }
a { background-color: rgb(41,133,116); }
div.DivClassName
{
background-color: #298574;
}
.BgClassName
{
background-color: #298574;
}
</style>
border-color css
<style>
span { border-color: #298574; }
span { border-color: rgb(41,133,116); }
td.TdClassName
{
border-color: #298574;
}
.TagClassName
{
border-color: #298574;
}
</style>