Shades of Elm #288778
Tints of Elm #288778
RGB
CMYK
RGB Variations
Color information
#288778 (or 0x288778) is known color: Elm. HEX triplet: 28, 87 and 78. RGB value is (40,135,120). Sum of RGB (Red+Green+Blue) = 40+135+120=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #288778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288778 is #D77887. Grayscale: #686868. Windows color (decimal): -14121096 or 7898920. OLE color: 7898920.
HSL color Cylindrical-coordinate representation of color #288778: hue angle of 170.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288778 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 120 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.47 |
| HSL | 170.53º | 0.54% | 0.34% | - |
| HSV(B) | 170.53º | 0.7% | 0.53% | - |
| XYZ | 12.93 | 19.14 | 20.78 | - |
| YUV | 104.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 120 | 0.70 | 0 | 0.11 | 0.47 | 170.53 | 0.54 | 0.34 |
| Hex | 28 | 87 | 78 | 46 | 0 | B | 2F | AB | 36 | 22 |
| Octal | 50 | 207 | 170 | 106 | 0 | 13 | 57 | 253 | 66 | 42 |
| Binary | 101000 | 10000111 | 1111000 | 1000110 | 0 | 1011 | 101111 | 10101011 | 110110 | 100010 |
Color Harmonies of #288778
Complementary color
Monochromatic Colors of #288778
Black with #288778
Text Example
Text Example
White with #288778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288778; }
p { color: rgb(40,135,120); }
H1.HeaderClassName
{
color: #288778;
}
.AnyTagClassName
{
color: #288778;
}
</style>
background-color css
<style>
a { background-color: #288778; }
a { background-color: rgb(40,135,120); }
div.DivClassName
{
background-color: #288778;
}
.BgClassName
{
background-color: #288778;
}
</style>
border-color css
<style>
span { border-color: #288778; }
span { border-color: rgb(40,135,120); }
td.TdClassName
{
border-color: #288778;
}
.TagClassName
{
border-color: #288778;
}
</style>