Shades of Elm #287471
Tints of Elm #287471
RGB
CMYK
RGB Variations
Color information
#287471 (or 0x287471) is known color: Elm. HEX triplet: 28, 74 and 71. RGB value is (40,116,113). Sum of RGB (Red+Green+Blue) = 40+116+113=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #287471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287471 is #D78B8E. Grayscale: #5C5C5C. Windows color (decimal): -14125967 or 7435304. OLE color: 7435304.
HSL color Cylindrical-coordinate representation of color #287471: hue angle of 177.63º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287471 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 113 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.55 |
| HSL | 177.63º | 0.49% | 0.31% | - |
| HSV(B) | 177.63º | 0.66% | 0.45% | - |
| XYZ | 10.1 | 14.13 | 17.82 | - |
| YUV | 92.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 113 | 0.66 | 0 | 0.03 | 0.55 | 177.63 | 0.49 | 0.31 |
| Hex | 28 | 74 | 71 | 42 | 0 | 3 | 37 | B2 | 31 | 1F |
| Octal | 50 | 164 | 161 | 102 | 0 | 3 | 67 | 262 | 61 | 37 |
| Binary | 101000 | 1110100 | 1110001 | 1000010 | 0 | 11 | 110111 | 10110010 | 110001 | 11111 |
Color Harmonies of #287471
Complementary color
Monochromatic Colors of #287471
Black with #287471
Text Example
Text Example
White with #287471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287471; }
p { color: rgb(40,116,113); }
H1.HeaderClassName
{
color: #287471;
}
.AnyTagClassName
{
color: #287471;
}
</style>
background-color css
<style>
a { background-color: #287471; }
a { background-color: rgb(40,116,113); }
div.DivClassName
{
background-color: #287471;
}
.BgClassName
{
background-color: #287471;
}
</style>
border-color css
<style>
span { border-color: #287471; }
span { border-color: rgb(40,116,113); }
td.TdClassName
{
border-color: #287471;
}
.TagClassName
{
border-color: #287471;
}
</style>