Shades of Elm #288775
Tints of Elm #288775
RGB
CMYK
RGB Variations
Color information
#288775 (or 0x288775) is known color: Elm. HEX triplet: 28, 87 and 75. RGB value is (40,135,117). Sum of RGB (Red+Green+Blue) = 40+135+117=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #288775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288775 is #D7788A. Grayscale: #686868. Windows color (decimal): -14121099 or 7702312. OLE color: 7702312.
HSL color Cylindrical-coordinate representation of color #288775: hue angle of 168.63º 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 #288775 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 117 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.47 |
| HSL | 168.63º | 0.54% | 0.34% | - |
| HSV(B) | 168.63º | 0.7% | 0.53% | - |
| XYZ | 12.75 | 19.06 | 19.84 | - |
| YUV | 104.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 117 | 0.70 | 0 | 0.13 | 0.47 | 168.63 | 0.54 | 0.34 |
| Hex | 28 | 87 | 75 | 46 | 0 | D | 2F | A9 | 36 | 22 |
| Octal | 50 | 207 | 165 | 106 | 0 | 15 | 57 | 251 | 66 | 42 |
| Binary | 101000 | 10000111 | 1110101 | 1000110 | 0 | 1101 | 101111 | 10101001 | 110110 | 100010 |
Color Harmonies of #288775
Complementary color
Monochromatic Colors of #288775
Black with #288775
Text Example
Text Example
White with #288775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288775; }
p { color: rgb(40,135,117); }
H1.HeaderClassName
{
color: #288775;
}
.AnyTagClassName
{
color: #288775;
}
</style>
background-color css
<style>
a { background-color: #288775; }
a { background-color: rgb(40,135,117); }
div.DivClassName
{
background-color: #288775;
}
.BgClassName
{
background-color: #288775;
}
</style>
border-color css
<style>
span { border-color: #288775; }
span { border-color: rgb(40,135,117); }
td.TdClassName
{
border-color: #288775;
}
.TagClassName
{
border-color: #288775;
}
</style>