Shades of Elm #28726E
Tints of Elm #28726E
RGB
CMYK
RGB Variations
Color information
#28726E (or 0x28726E) is known color: Elm. HEX triplet: 28, 72 and 6E. RGB value is (40,114,110). Sum of RGB (Red+Green+Blue) = 40+114+110=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #28726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28726E is #D78D91. Grayscale: #5B5B5B. Windows color (decimal): -14126482 or 7238184. OLE color: 7238184.
HSL color Cylindrical-coordinate representation of color #28726E: hue angle of 176.76º 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 #28726E is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 114 | 110 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.55 |
| HSL | 176.76º | 0.48% | 0.3% | - |
| HSV(B) | 176.76º | 0.65% | 0.45% | - |
| XYZ | 9.71 | 13.61 | 16.87 | - |
| YUV | 91.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 110 | 0.65 | 0 | 0.04 | 0.55 | 176.76 | 0.48 | 0.3 |
| Hex | 28 | 72 | 6E | 41 | 0 | 4 | 37 | B1 | 30 | 1E |
| Octal | 50 | 162 | 156 | 101 | 0 | 4 | 67 | 261 | 60 | 36 |
| Binary | 101000 | 1110010 | 1101110 | 1000001 | 0 | 100 | 110111 | 10110001 | 110000 | 11110 |
Color Harmonies of #28726E
Complementary color
Monochromatic Colors of #28726E
Black with #28726E
Text Example
Text Example
White with #28726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28726E; }
p { color: rgb(40,114,110); }
H1.HeaderClassName
{
color: #28726E;
}
.AnyTagClassName
{
color: #28726E;
}
</style>
background-color css
<style>
a { background-color: #28726E; }
a { background-color: rgb(40,114,110); }
div.DivClassName
{
background-color: #28726E;
}
.BgClassName
{
background-color: #28726E;
}
</style>
border-color css
<style>
span { border-color: #28726E; }
span { border-color: rgb(40,114,110); }
td.TdClassName
{
border-color: #28726E;
}
.TagClassName
{
border-color: #28726E;
}
</style>