Shades of Elm #287370
Tints of Elm #287370
RGB
CMYK
RGB Variations
Color information
#287370 (or 0x287370) is known color: Elm. HEX triplet: 28, 73 and 70. RGB value is (40,115,112). Sum of RGB (Red+Green+Blue) = 40+115+112=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #287370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287370 is #D78C8F. Grayscale: #5C5C5C. Windows color (decimal): -14126224 or 7369512. OLE color: 7369512.
HSL color Cylindrical-coordinate representation of color #287370: hue angle of 177.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287370 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 112 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.55 |
| HSL | 177.6º | 0.48% | 0.3% | - |
| HSV(B) | 177.6º | 0.65% | 0.45% | - |
| XYZ | 9.93 | 13.88 | 17.49 | - |
| YUV | 92.23 | 139.15 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 112 | 0.65 | 0 | 0.03 | 0.55 | 177.6 | 0.48 | 0.3 |
| Hex | 28 | 73 | 70 | 41 | 0 | 3 | 37 | B2 | 30 | 1E |
| Octal | 50 | 163 | 160 | 101 | 0 | 3 | 67 | 262 | 60 | 36 |
| Binary | 101000 | 1110011 | 1110000 | 1000001 | 0 | 11 | 110111 | 10110010 | 110000 | 11110 |
Color Harmonies of #287370
Complementary color
Monochromatic Colors of #287370
Black with #287370
Text Example
Text Example
White with #287370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287370; }
p { color: rgb(40,115,112); }
H1.HeaderClassName
{
color: #287370;
}
.AnyTagClassName
{
color: #287370;
}
</style>
background-color css
<style>
a { background-color: #287370; }
a { background-color: rgb(40,115,112); }
div.DivClassName
{
background-color: #287370;
}
.BgClassName
{
background-color: #287370;
}
</style>
border-color css
<style>
span { border-color: #287370; }
span { border-color: rgb(40,115,112); }
td.TdClassName
{
border-color: #287370;
}
.TagClassName
{
border-color: #287370;
}
</style>