Shades of Elm #28847C
Tints of Elm #28847C
RGB
CMYK
RGB Variations
Color information
#28847C (or 0x28847C) is known color: Elm. HEX triplet: 28, 84 and 7C. RGB value is (40,132,124). Sum of RGB (Red+Green+Blue) = 40+132+124=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #28847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28847C is #D77B83. Grayscale: #676767. Windows color (decimal): -14121860 or 8160296. OLE color: 8160296.
HSL color Cylindrical-coordinate representation of color #28847C: hue angle of 174.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28847C is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 124 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.48 |
| HSL | 174.78º | 0.53% | 0.34% | - |
| HSV(B) | 174.78º | 0.7% | 0.52% | - |
| XYZ | 12.76 | 18.41 | 21.95 | - |
| YUV | 103.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 124 | 0.70 | 0 | 0.06 | 0.48 | 174.78 | 0.53 | 0.34 |
| Hex | 28 | 84 | 7C | 46 | 0 | 6 | 30 | AF | 35 | 22 |
| Octal | 50 | 204 | 174 | 106 | 0 | 6 | 60 | 257 | 65 | 42 |
| Binary | 101000 | 10000100 | 1111100 | 1000110 | 0 | 110 | 110000 | 10101111 | 110101 | 100010 |
Color Harmonies of #28847C
Complementary color
Monochromatic Colors of #28847C
Black with #28847C
Text Example
Text Example
White with #28847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28847C; }
p { color: rgb(40,132,124); }
H1.HeaderClassName
{
color: #28847C;
}
.AnyTagClassName
{
color: #28847C;
}
</style>
background-color css
<style>
a { background-color: #28847C; }
a { background-color: rgb(40,132,124); }
div.DivClassName
{
background-color: #28847C;
}
.BgClassName
{
background-color: #28847C;
}
</style>
border-color css
<style>
span { border-color: #28847C; }
span { border-color: rgb(40,132,124); }
td.TdClassName
{
border-color: #28847C;
}
.TagClassName
{
border-color: #28847C;
}
</style>