Shades of Elm #287F72
Tints of Elm #287F72
RGB
CMYK
RGB Variations
Color information
#287F72 (or 0x287F72) is known color: Elm. HEX triplet: 28, 7F and 72. RGB value is (40,127,114). Sum of RGB (Red+Green+Blue) = 40+127+114=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #287F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287F72 is #D7808D. Grayscale: #636363. Windows color (decimal): -14123150 or 7503656. OLE color: 7503656.
HSL color Cylindrical-coordinate representation of color #287F72: hue angle of 171.03º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287F72 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 127 | 114 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.50 |
| HSL | 171.03º | 0.52% | 0.33% | - |
| HSV(B) | 171.03º | 0.69% | 0.5% | - |
| XYZ | 11.5 | 16.84 | 18.56 | - |
| YUV | 99.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 114 | 0.69 | 0 | 0.10 | 0.50 | 171.03 | 0.52 | 0.33 |
| Hex | 28 | 7F | 72 | 45 | 0 | A | 32 | AB | 34 | 21 |
| Octal | 50 | 177 | 162 | 105 | 0 | 12 | 62 | 253 | 64 | 41 |
| Binary | 101000 | 1111111 | 1110010 | 1000101 | 0 | 1010 | 110010 | 10101011 | 110100 | 100001 |
Color Harmonies of #287F72
Complementary color
Monochromatic Colors of #287F72
Black with #287F72
Text Example
Text Example
White with #287F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F72; }
p { color: rgb(40,127,114); }
H1.HeaderClassName
{
color: #287F72;
}
.AnyTagClassName
{
color: #287F72;
}
</style>
background-color css
<style>
a { background-color: #287F72; }
a { background-color: rgb(40,127,114); }
div.DivClassName
{
background-color: #287F72;
}
.BgClassName
{
background-color: #287F72;
}
</style>
border-color css
<style>
span { border-color: #287F72; }
span { border-color: rgb(40,127,114); }
td.TdClassName
{
border-color: #287F72;
}
.TagClassName
{
border-color: #287F72;
}
</style>