Shades of Elm #288879
Tints of Elm #288879
RGB
CMYK
RGB Variations
Color information
#288879 (or 0x288879) is known color: Elm. HEX triplet: 28, 88 and 79. RGB value is (40,136,121). Sum of RGB (Red+Green+Blue) = 40+136+121=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #288879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288879 is #D77786. Grayscale: #696969. Windows color (decimal): -14120839 or 7964712. OLE color: 7964712.
HSL color Cylindrical-coordinate representation of color #288879: hue angle of 170.62º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288879 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 121 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.47 |
| HSL | 170.63º | 0.55% | 0.35% | - |
| HSV(B) | 170.63º | 0.71% | 0.53% | - |
| XYZ | 13.13 | 19.44 | 21.15 | - |
| YUV | 105.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 121 | 0.71 | 0 | 0.11 | 0.47 | 170.63 | 0.55 | 0.35 |
| Hex | 28 | 88 | 79 | 47 | 0 | B | 2F | AB | 37 | 23 |
| Octal | 50 | 210 | 171 | 107 | 0 | 13 | 57 | 253 | 67 | 43 |
| Binary | 101000 | 10001000 | 1111001 | 1000111 | 0 | 1011 | 101111 | 10101011 | 110111 | 100011 |
Color Harmonies of #288879
Complementary color
Monochromatic Colors of #288879
Black with #288879
Text Example
Text Example
White with #288879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288879; }
p { color: rgb(40,136,121); }
H1.HeaderClassName
{
color: #288879;
}
.AnyTagClassName
{
color: #288879;
}
</style>
background-color css
<style>
a { background-color: #288879; }
a { background-color: rgb(40,136,121); }
div.DivClassName
{
background-color: #288879;
}
.BgClassName
{
background-color: #288879;
}
</style>
border-color css
<style>
span { border-color: #288879; }
span { border-color: rgb(40,136,121); }
td.TdClassName
{
border-color: #288879;
}
.TagClassName
{
border-color: #288879;
}
</style>