Shades of Elm #287875
Tints of Elm #287875
RGB
CMYK
RGB Variations
Color information
#287875 (or 0x287875) is known color: Elm. HEX triplet: 28, 78 and 75. RGB value is (40,120,117). Sum of RGB (Red+Green+Blue) = 40+120+117=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #287875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287875 is #D7878A. Grayscale: #5F5F5F. Windows color (decimal): -14124939 or 7698472. OLE color: 7698472.
HSL color Cylindrical-coordinate representation of color #287875: hue angle of 177.75º 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 #287875 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 117 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.53 |
| HSL | 177.75º | 0.5% | 0.31% | - |
| HSV(B) | 177.75º | 0.67% | 0.47% | - |
| XYZ | 10.8 | 15.17 | 19.19 | - |
| YUV | 95.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 117 | 0.67 | 0 | 0.02 | 0.53 | 177.75 | 0.5 | 0.31 |
| Hex | 28 | 78 | 75 | 43 | 0 | 2 | 35 | B2 | 32 | 1F |
| Octal | 50 | 170 | 165 | 103 | 0 | 2 | 65 | 262 | 62 | 37 |
| Binary | 101000 | 1111000 | 1110101 | 1000011 | 0 | 10 | 110101 | 10110010 | 110010 | 11111 |
Color Harmonies of #287875
Complementary color
Monochromatic Colors of #287875
Black with #287875
Text Example
Text Example
White with #287875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287875; }
p { color: rgb(40,120,117); }
H1.HeaderClassName
{
color: #287875;
}
.AnyTagClassName
{
color: #287875;
}
</style>
background-color css
<style>
a { background-color: #287875; }
a { background-color: rgb(40,120,117); }
div.DivClassName
{
background-color: #287875;
}
.BgClassName
{
background-color: #287875;
}
</style>
border-color css
<style>
span { border-color: #287875; }
span { border-color: rgb(40,120,117); }
td.TdClassName
{
border-color: #287875;
}
.TagClassName
{
border-color: #287875;
}
</style>