Shades of Elm #298D7D
Tints of Elm #298D7D
RGB
CMYK
RGB Variations
Color information
#298D7D (or 0x298D7D) is known color: Elm. HEX triplet: 29, 8D and 7D. RGB value is (41,141,125). Sum of RGB (Red+Green+Blue) = 41+141+125=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #298D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298D7D is #D67282. Grayscale: #6D6D6D. Windows color (decimal): -14054019 or 8228137. OLE color: 8228137.
HSL color Cylindrical-coordinate representation of color #298D7D: hue angle of 170.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298D7D is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 141 | 125 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.45 |
| HSL | 170.4º | 0.55% | 0.36% | - |
| HSV(B) | 170.4º | 0.71% | 0.55% | - |
| XYZ | 14.14 | 21 | 22.71 | - |
| YUV | 109.28 | 136.87 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 125 | 0.71 | 0 | 0.11 | 0.45 | 170.4 | 0.55 | 0.36 |
| Hex | 29 | 8D | 7D | 47 | 0 | B | 2D | AA | 37 | 24 |
| Octal | 51 | 215 | 175 | 107 | 0 | 13 | 55 | 252 | 67 | 44 |
| Binary | 101001 | 10001101 | 1111101 | 1000111 | 0 | 1011 | 101101 | 10101010 | 110111 | 100100 |
Color Harmonies of #298D7D
Complementary color
Monochromatic Colors of #298D7D
Black with #298D7D
Text Example
Text Example
White with #298D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D7D; }
p { color: rgb(41,141,125); }
H1.HeaderClassName
{
color: #298D7D;
}
.AnyTagClassName
{
color: #298D7D;
}
</style>
background-color css
<style>
a { background-color: #298D7D; }
a { background-color: rgb(41,141,125); }
div.DivClassName
{
background-color: #298D7D;
}
.BgClassName
{
background-color: #298D7D;
}
</style>
border-color css
<style>
span { border-color: #298D7D; }
span { border-color: rgb(41,141,125); }
td.TdClassName
{
border-color: #298D7D;
}
.TagClassName
{
border-color: #298D7D;
}
</style>