Shades of Elm #298B79
Tints of Elm #298B79
RGB
CMYK
RGB Variations
Color information
#298B79 (or 0x298B79) is known color: Elm. HEX triplet: 29, 8B and 79. RGB value is (41,139,121). Sum of RGB (Red+Green+Blue) = 41+139+121=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #298B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B79 is #D67486. Grayscale: #6B6B6B. Windows color (decimal): -14054535 or 7965481. OLE color: 7965481.
HSL color Cylindrical-coordinate representation of color #298B79: hue angle of 168.98º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B79 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 139 | 121 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.45 |
| HSL | 168.98º | 0.54% | 0.35% | - |
| HSV(B) | 168.98º | 0.71% | 0.55% | - |
| XYZ | 13.6 | 20.32 | 21.29 | - |
| YUV | 107.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 121 | 0.71 | 0 | 0.13 | 0.45 | 168.98 | 0.54 | 0.35 |
| Hex | 29 | 8B | 79 | 47 | 0 | D | 2D | A9 | 36 | 23 |
| Octal | 51 | 213 | 171 | 107 | 0 | 15 | 55 | 251 | 66 | 43 |
| Binary | 101001 | 10001011 | 1111001 | 1000111 | 0 | 1101 | 101101 | 10101001 | 110110 | 100011 |
Color Harmonies of #298B79
Complementary color
Monochromatic Colors of #298B79
Black with #298B79
Text Example
Text Example
White with #298B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298B79; }
p { color: rgb(41,139,121); }
H1.HeaderClassName
{
color: #298B79;
}
.AnyTagClassName
{
color: #298B79;
}
</style>
background-color css
<style>
a { background-color: #298B79; }
a { background-color: rgb(41,139,121); }
div.DivClassName
{
background-color: #298B79;
}
.BgClassName
{
background-color: #298B79;
}
</style>
border-color css
<style>
span { border-color: #298B79; }
span { border-color: rgb(41,139,121); }
td.TdClassName
{
border-color: #298B79;
}
.TagClassName
{
border-color: #298B79;
}
</style>