Shades of Elm #298D82
Tints of Elm #298D82
RGB
CMYK
RGB Variations
Color information
#298D82 (or 0x298D82) is known color: Elm. HEX triplet: 29, 8D and 82. RGB value is (41,141,130). Sum of RGB (Red+Green+Blue) = 41+141+130=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #298D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D82 is #D6727D. Grayscale: #6D6D6D. Windows color (decimal): -14054014 or 8555817. OLE color: 8555817.
HSL color Cylindrical-coordinate representation of color #298D82: hue angle of 173.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 #298D82 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 141 | 130 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.45 |
| HSL | 173.4º | 0.55% | 0.36% | - |
| HSV(B) | 173.4º | 0.71% | 0.55% | - |
| XYZ | 14.47 | 21.13 | 24.44 | - |
| YUV | 109.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 130 | 0.71 | 0 | 0.08 | 0.45 | 173.4 | 0.55 | 0.36 |
| Hex | 29 | 8D | 82 | 47 | 0 | 8 | 2D | AD | 37 | 24 |
| Octal | 51 | 215 | 202 | 107 | 0 | 10 | 55 | 255 | 67 | 44 |
| Binary | 101001 | 10001101 | 10000010 | 1000111 | 0 | 1000 | 101101 | 10101101 | 110111 | 100100 |
Color Harmonies of #298D82
Complementary color
Monochromatic Colors of #298D82
Black with #298D82
Text Example
Text Example
White with #298D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D82; }
p { color: rgb(41,141,130); }
H1.HeaderClassName
{
color: #298D82;
}
.AnyTagClassName
{
color: #298D82;
}
</style>
background-color css
<style>
a { background-color: #298D82; }
a { background-color: rgb(41,141,130); }
div.DivClassName
{
background-color: #298D82;
}
.BgClassName
{
background-color: #298D82;
}
</style>
border-color css
<style>
span { border-color: #298D82; }
span { border-color: rgb(41,141,130); }
td.TdClassName
{
border-color: #298D82;
}
.TagClassName
{
border-color: #298D82;
}
</style>