Shades of Elm #288877
Tints of Elm #288877
RGB
CMYK
RGB Variations
Color information
#288877 (or 0x288877) is known color: Elm. HEX triplet: 28, 88 and 77. RGB value is (40,136,119). Sum of RGB (Red+Green+Blue) = 40+136+119=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #288877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288877 is #D77788. Grayscale: #696969. Windows color (decimal): -14120841 or 7833640. OLE color: 7833640.
HSL color Cylindrical-coordinate representation of color #288877: hue angle of 169.38º 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 #288877 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 119 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.47 |
| HSL | 169.38º | 0.55% | 0.35% | - |
| HSV(B) | 169.38º | 0.71% | 0.53% | - |
| XYZ | 13.01 | 19.39 | 20.51 | - |
| YUV | 105.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 119 | 0.71 | 0 | 0.12 | 0.47 | 169.38 | 0.55 | 0.35 |
| Hex | 28 | 88 | 77 | 47 | 0 | C | 2F | A9 | 37 | 23 |
| Octal | 50 | 210 | 167 | 107 | 0 | 14 | 57 | 251 | 67 | 43 |
| Binary | 101000 | 10001000 | 1110111 | 1000111 | 0 | 1100 | 101111 | 10101001 | 110111 | 100011 |
Color Harmonies of #288877
Complementary color
Monochromatic Colors of #288877
Black with #288877
Text Example
Text Example
White with #288877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288877; }
p { color: rgb(40,136,119); }
H1.HeaderClassName
{
color: #288877;
}
.AnyTagClassName
{
color: #288877;
}
</style>
background-color css
<style>
a { background-color: #288877; }
a { background-color: rgb(40,136,119); }
div.DivClassName
{
background-color: #288877;
}
.BgClassName
{
background-color: #288877;
}
</style>
border-color css
<style>
span { border-color: #288877; }
span { border-color: rgb(40,136,119); }
td.TdClassName
{
border-color: #288877;
}
.TagClassName
{
border-color: #288877;
}
</style>