Shades of Elm #287672
Tints of Elm #287672
RGB
CMYK
RGB Variations
Color information
#287672 (or 0x287672) is known color: Elm. HEX triplet: 28, 76 and 72. RGB value is (40,118,114). Sum of RGB (Red+Green+Blue) = 40+118+114=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #287672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287672 is #D7898D. Grayscale: #5E5E5E. Windows color (decimal): -14125454 or 7501352. OLE color: 7501352.
HSL color Cylindrical-coordinate representation of color #287672: hue angle of 176.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287672 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 114 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.54 |
| HSL | 176.92º | 0.49% | 0.31% | - |
| HSV(B) | 176.92º | 0.66% | 0.46% | - |
| XYZ | 10.39 | 14.62 | 18.19 | - |
| YUV | 94.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 114 | 0.66 | 0 | 0.03 | 0.54 | 176.92 | 0.49 | 0.31 |
| Hex | 28 | 76 | 72 | 42 | 0 | 3 | 36 | B1 | 31 | 1F |
| Octal | 50 | 166 | 162 | 102 | 0 | 3 | 66 | 261 | 61 | 37 |
| Binary | 101000 | 1110110 | 1110010 | 1000010 | 0 | 11 | 110110 | 10110001 | 110001 | 11111 |
Color Harmonies of #287672
Complementary color
Monochromatic Colors of #287672
Black with #287672
Text Example
Text Example
White with #287672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287672; }
p { color: rgb(40,118,114); }
H1.HeaderClassName
{
color: #287672;
}
.AnyTagClassName
{
color: #287672;
}
</style>
background-color css
<style>
a { background-color: #287672; }
a { background-color: rgb(40,118,114); }
div.DivClassName
{
background-color: #287672;
}
.BgClassName
{
background-color: #287672;
}
</style>
border-color css
<style>
span { border-color: #287672; }
span { border-color: rgb(40,118,114); }
td.TdClassName
{
border-color: #287672;
}
.TagClassName
{
border-color: #287672;
}
</style>