Shades of Elm #287372
Tints of Elm #287372
RGB
CMYK
RGB Variations
Color information
#287372 (or 0x287372) is known color: Elm. HEX triplet: 28, 73 and 72. RGB value is (40,115,114). Sum of RGB (Red+Green+Blue) = 40+115+114=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #287372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287372 is #D78C8D. Grayscale: #5C5C5C. Windows color (decimal): -14126222 or 7500584. OLE color: 7500584.
HSL color Cylindrical-coordinate representation of color #287372: hue angle of 179.2º 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 #287372 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 114 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.55 |
| HSL | 179.2º | 0.48% | 0.3% | - |
| HSV(B) | 179.2º | 0.65% | 0.45% | - |
| XYZ | 10.04 | 13.93 | 18.08 | - |
| YUV | 92.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 114 | 0.65 | 0 | 0.01 | 0.55 | 179.2 | 0.48 | 0.3 |
| Hex | 28 | 73 | 72 | 41 | 0 | 1 | 37 | B3 | 30 | 1E |
| Octal | 50 | 163 | 162 | 101 | 0 | 1 | 67 | 263 | 60 | 36 |
| Binary | 101000 | 1110011 | 1110010 | 1000001 | 0 | 1 | 110111 | 10110011 | 110000 | 11110 |
Color Harmonies of #287372
Complementary color
Monochromatic Colors of #287372
Black with #287372
Text Example
Text Example
White with #287372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287372; }
p { color: rgb(40,115,114); }
H1.HeaderClassName
{
color: #287372;
}
.AnyTagClassName
{
color: #287372;
}
</style>
background-color css
<style>
a { background-color: #287372; }
a { background-color: rgb(40,115,114); }
div.DivClassName
{
background-color: #287372;
}
.BgClassName
{
background-color: #287372;
}
</style>
border-color css
<style>
span { border-color: #287372; }
span { border-color: rgb(40,115,114); }
td.TdClassName
{
border-color: #287372;
}
.TagClassName
{
border-color: #287372;
}
</style>