Shades of Elm #287971
Tints of Elm #287971
RGB
CMYK
RGB Variations
Color information
#287971 (or 0x287971) is known color: Elm. HEX triplet: 28, 79 and 71. RGB value is (40,121,113). Sum of RGB (Red+Green+Blue) = 40+121+113=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #287971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287971 is #D7868E. Grayscale: #5F5F5F. Windows color (decimal): -14124687 or 7436584. OLE color: 7436584.
HSL color Cylindrical-coordinate representation of color #287971: hue angle of 174.07º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287971 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 113 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.53 |
| HSL | 174.07º | 0.5% | 0.32% | - |
| HSV(B) | 174.07º | 0.67% | 0.47% | - |
| XYZ | 10.69 | 15.32 | 18.02 | - |
| YUV | 95.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 113 | 0.67 | 0 | 0.07 | 0.53 | 174.07 | 0.5 | 0.32 |
| Hex | 28 | 79 | 71 | 43 | 0 | 7 | 35 | AE | 32 | 20 |
| Octal | 50 | 171 | 161 | 103 | 0 | 7 | 65 | 256 | 62 | 40 |
| Binary | 101000 | 1111001 | 1110001 | 1000011 | 0 | 111 | 110101 | 10101110 | 110010 | 100000 |
Color Harmonies of #287971
Complementary color
Monochromatic Colors of #287971
Black with #287971
Text Example
Text Example
White with #287971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287971; }
p { color: rgb(40,121,113); }
H1.HeaderClassName
{
color: #287971;
}
.AnyTagClassName
{
color: #287971;
}
</style>
background-color css
<style>
a { background-color: #287971; }
a { background-color: rgb(40,121,113); }
div.DivClassName
{
background-color: #287971;
}
.BgClassName
{
background-color: #287971;
}
</style>
border-color css
<style>
span { border-color: #287971; }
span { border-color: rgb(40,121,113); }
td.TdClassName
{
border-color: #287971;
}
.TagClassName
{
border-color: #287971;
}
</style>