Shades of Elm #287876
Tints of Elm #287876
RGB
CMYK
RGB Variations
Color information
#287876 (or 0x287876) is known color: Elm. HEX triplet: 28, 78 and 76. RGB value is (40,120,118). Sum of RGB (Red+Green+Blue) = 40+120+118=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #287876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287876 is #D78789. Grayscale: #5F5F5F. Windows color (decimal): -14124938 or 7764008. OLE color: 7764008.
HSL color Cylindrical-coordinate representation of color #287876: hue angle of 178.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287876 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 118 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.53 |
| HSL | 178.5º | 0.5% | 0.31% | - |
| HSV(B) | 178.5º | 0.67% | 0.47% | - |
| XYZ | 10.86 | 15.19 | 19.5 | - |
| YUV | 95.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 118 | 0.67 | 0 | 0.02 | 0.53 | 178.5 | 0.5 | 0.31 |
| Hex | 28 | 78 | 76 | 43 | 0 | 2 | 35 | B2 | 32 | 1F |
| Octal | 50 | 170 | 166 | 103 | 0 | 2 | 65 | 262 | 62 | 37 |
| Binary | 101000 | 1111000 | 1110110 | 1000011 | 0 | 10 | 110101 | 10110010 | 110010 | 11111 |
Color Harmonies of #287876
Complementary color
Monochromatic Colors of #287876
Black with #287876
Text Example
Text Example
White with #287876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287876; }
p { color: rgb(40,120,118); }
H1.HeaderClassName
{
color: #287876;
}
.AnyTagClassName
{
color: #287876;
}
</style>
background-color css
<style>
a { background-color: #287876; }
a { background-color: rgb(40,120,118); }
div.DivClassName
{
background-color: #287876;
}
.BgClassName
{
background-color: #287876;
}
</style>
border-color css
<style>
span { border-color: #287876; }
span { border-color: rgb(40,120,118); }
td.TdClassName
{
border-color: #287876;
}
.TagClassName
{
border-color: #287876;
}
</style>