Shades of Elm #287870
Tints of Elm #287870
RGB
CMYK
RGB Variations
Color information
#287870 (or 0x287870) is known color: Elm. HEX triplet: 28, 78 and 70. RGB value is (40,120,112). Sum of RGB (Red+Green+Blue) = 40+120+112=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #287870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287870 is #D7878F. Grayscale: #5F5F5F. Windows color (decimal): -14124944 or 7370792. OLE color: 7370792.
HSL color Cylindrical-coordinate representation of color #287870: hue angle of 174º 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 #287870 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 112 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.53 |
| HSL | 174º | 0.5% | 0.31% | - |
| HSV(B) | 174º | 0.67% | 0.47% | - |
| XYZ | 10.52 | 15.05 | 17.68 | - |
| YUV | 95.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 112 | 0.67 | 0 | 0.07 | 0.53 | 174 | 0.5 | 0.31 |
| Hex | 28 | 78 | 70 | 43 | 0 | 7 | 35 | AE | 32 | 1F |
| Octal | 50 | 170 | 160 | 103 | 0 | 7 | 65 | 256 | 62 | 37 |
| Binary | 101000 | 1111000 | 1110000 | 1000011 | 0 | 111 | 110101 | 10101110 | 110010 | 11111 |
Color Harmonies of #287870
Complementary color
Monochromatic Colors of #287870
Black with #287870
Text Example
Text Example
White with #287870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287870; }
p { color: rgb(40,120,112); }
H1.HeaderClassName
{
color: #287870;
}
.AnyTagClassName
{
color: #287870;
}
</style>
background-color css
<style>
a { background-color: #287870; }
a { background-color: rgb(40,120,112); }
div.DivClassName
{
background-color: #287870;
}
.BgClassName
{
background-color: #287870;
}
</style>
border-color css
<style>
span { border-color: #287870; }
span { border-color: rgb(40,120,112); }
td.TdClassName
{
border-color: #287870;
}
.TagClassName
{
border-color: #287870;
}
</style>