Shades of Elm #287871
Tints of Elm #287871
RGB
CMYK
RGB Variations
Color information
#287871 (or 0x287871) is known color: Elm. HEX triplet: 28, 78 and 71. RGB value is (40,120,113). Sum of RGB (Red+Green+Blue) = 40+120+113=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #287871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287871 is #D7878E. Grayscale: #5F5F5F. Windows color (decimal): -14124943 or 7436328. OLE color: 7436328.
HSL color Cylindrical-coordinate representation of color #287871: hue angle of 174.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 #287871 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 113 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.53 |
| HSL | 174.75º | 0.5% | 0.31% | - |
| HSV(B) | 174.75º | 0.67% | 0.47% | - |
| XYZ | 10.57 | 15.08 | 17.98 | - |
| YUV | 95.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 113 | 0.67 | 0 | 0.06 | 0.53 | 174.75 | 0.5 | 0.31 |
| Hex | 28 | 78 | 71 | 43 | 0 | 6 | 35 | AF | 32 | 1F |
| Octal | 50 | 170 | 161 | 103 | 0 | 6 | 65 | 257 | 62 | 37 |
| Binary | 101000 | 1111000 | 1110001 | 1000011 | 0 | 110 | 110101 | 10101111 | 110010 | 11111 |
Color Harmonies of #287871
Complementary color
Monochromatic Colors of #287871
Black with #287871
Text Example
Text Example
White with #287871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287871; }
p { color: rgb(40,120,113); }
H1.HeaderClassName
{
color: #287871;
}
.AnyTagClassName
{
color: #287871;
}
</style>
background-color css
<style>
a { background-color: #287871; }
a { background-color: rgb(40,120,113); }
div.DivClassName
{
background-color: #287871;
}
.BgClassName
{
background-color: #287871;
}
</style>
border-color css
<style>
span { border-color: #287871; }
span { border-color: rgb(40,120,113); }
td.TdClassName
{
border-color: #287871;
}
.TagClassName
{
border-color: #287871;
}
</style>