Shades of Elm #287A78
Tints of Elm #287A78
RGB
CMYK
RGB Variations
Color information
#287A78 (or 0x287A78) is known color: Elm. HEX triplet: 28, 7A and 78. RGB value is (40,122,120). Sum of RGB (Red+Green+Blue) = 40+122+120=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #287A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A78 is #D78587. Grayscale: #616161. Windows color (decimal): -14124424 or 7895592. OLE color: 7895592.
HSL color Cylindrical-coordinate representation of color #287A78: hue angle of 178.54º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A78 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 120 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.52 |
| HSL | 178.54º | 0.51% | 0.32% | - |
| HSV(B) | 178.54º | 0.67% | 0.48% | - |
| XYZ | 11.22 | 15.73 | 20.21 | - |
| YUV | 97.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 120 | 0.67 | 0 | 0.02 | 0.52 | 178.54 | 0.51 | 0.32 |
| Hex | 28 | 7A | 78 | 43 | 0 | 2 | 34 | B3 | 33 | 20 |
| Octal | 50 | 172 | 170 | 103 | 0 | 2 | 64 | 263 | 63 | 40 |
| Binary | 101000 | 1111010 | 1111000 | 1000011 | 0 | 10 | 110100 | 10110011 | 110011 | 100000 |
Color Harmonies of #287A78
Complementary color
Monochromatic Colors of #287A78
Black with #287A78
Text Example
Text Example
White with #287A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A78; }
p { color: rgb(40,122,120); }
H1.HeaderClassName
{
color: #287A78;
}
.AnyTagClassName
{
color: #287A78;
}
</style>
background-color css
<style>
a { background-color: #287A78; }
a { background-color: rgb(40,122,120); }
div.DivClassName
{
background-color: #287A78;
}
.BgClassName
{
background-color: #287A78;
}
</style>
border-color css
<style>
span { border-color: #287A78; }
span { border-color: rgb(40,122,120); }
td.TdClassName
{
border-color: #287A78;
}
.TagClassName
{
border-color: #287A78;
}
</style>