Shades of Elm #298B85
Tints of Elm #298B85
RGB
CMYK
RGB Variations
Color information
#298B85 (or 0x298B85) is known color: Elm. HEX triplet: 29, 8B and 85. RGB value is (41,139,133). Sum of RGB (Red+Green+Blue) = 41+139+133=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #298B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B85 is #D6747A. Grayscale: #6C6C6C. Windows color (decimal): -14054523 or 8751913. OLE color: 8751913.
HSL color Cylindrical-coordinate representation of color #298B85: hue angle of 176.33º 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 #298B85 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 139 | 133 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.45 |
| HSL | 176.33º | 0.54% | 0.35% | - |
| HSV(B) | 176.33º | 0.71% | 0.55% | - |
| XYZ | 14.38 | 20.63 | 25.41 | - |
| YUV | 109.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 133 | 0.71 | 0 | 0.04 | 0.45 | 176.33 | 0.54 | 0.35 |
| Hex | 29 | 8B | 85 | 47 | 0 | 4 | 2D | B0 | 36 | 23 |
| Octal | 51 | 213 | 205 | 107 | 0 | 4 | 55 | 260 | 66 | 43 |
| Binary | 101001 | 10001011 | 10000101 | 1000111 | 0 | 100 | 101101 | 10110000 | 110110 | 100011 |
Color Harmonies of #298B85
Complementary color
Monochromatic Colors of #298B85
Black with #298B85
Text Example
Text Example
White with #298B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298B85; }
p { color: rgb(41,139,133); }
H1.HeaderClassName
{
color: #298B85;
}
.AnyTagClassName
{
color: #298B85;
}
</style>
background-color css
<style>
a { background-color: #298B85; }
a { background-color: rgb(41,139,133); }
div.DivClassName
{
background-color: #298B85;
}
.BgClassName
{
background-color: #298B85;
}
</style>
border-color css
<style>
span { border-color: #298B85; }
span { border-color: rgb(41,139,133); }
td.TdClassName
{
border-color: #298B85;
}
.TagClassName
{
border-color: #298B85;
}
</style>