Shades of Elm #298774
Tints of Elm #298774
RGB
CMYK
RGB Variations
Color information
#298774 (or 0x298774) is known color: Elm. HEX triplet: 29, 87 and 74. RGB value is (41,135,116). Sum of RGB (Red+Green+Blue) = 41+135+116=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #298774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298774 is #D6788B. Grayscale: #686868. Windows color (decimal): -14055564 or 7636777. OLE color: 7636777.
HSL color Cylindrical-coordinate representation of color #298774: hue angle of 167.87º 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 #298774 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 135 | 116 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.47 |
| HSL | 167.87º | 0.53% | 0.35% | - |
| HSV(B) | 167.87º | 0.7% | 0.53% | - |
| XYZ | 12.73 | 19.06 | 19.53 | - |
| YUV | 104.73 | 134.36 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 116 | 0.70 | 0 | 0.14 | 0.47 | 167.87 | 0.53 | 0.35 |
| Hex | 29 | 87 | 74 | 46 | 0 | E | 2F | A8 | 35 | 23 |
| Octal | 51 | 207 | 164 | 106 | 0 | 16 | 57 | 250 | 65 | 43 |
| Binary | 101001 | 10000111 | 1110100 | 1000110 | 0 | 1110 | 101111 | 10101000 | 110101 | 100011 |
Color Harmonies of #298774
Complementary color
Monochromatic Colors of #298774
Black with #298774
Text Example
Text Example
White with #298774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298774; }
p { color: rgb(41,135,116); }
H1.HeaderClassName
{
color: #298774;
}
.AnyTagClassName
{
color: #298774;
}
</style>
background-color css
<style>
a { background-color: #298774; }
a { background-color: rgb(41,135,116); }
div.DivClassName
{
background-color: #298774;
}
.BgClassName
{
background-color: #298774;
}
</style>
border-color css
<style>
span { border-color: #298774; }
span { border-color: rgb(41,135,116); }
td.TdClassName
{
border-color: #298774;
}
.TagClassName
{
border-color: #298774;
}
</style>