Shades of Elm #28857C
Tints of Elm #28857C
RGB
CMYK
RGB Variations
Color information
#28857C (or 0x28857C) is known color: Elm. HEX triplet: 28, 85 and 7C. RGB value is (40,133,124). Sum of RGB (Red+Green+Blue) = 40+133+124=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #28857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28857C is #D77A83. Grayscale: #686868. Windows color (decimal): -14121604 or 8160552. OLE color: 8160552.
HSL color Cylindrical-coordinate representation of color #28857C: hue angle of 174.19º degrees, saturation: 0.54, 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 #28857C is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 124 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.48 |
| HSL | 174.19º | 0.54% | 0.34% | - |
| HSV(B) | 174.19º | 0.7% | 0.52% | - |
| XYZ | 12.9 | 18.68 | 21.99 | - |
| YUV | 104.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 124 | 0.70 | 0 | 0.07 | 0.48 | 174.19 | 0.54 | 0.34 |
| Hex | 28 | 85 | 7C | 46 | 0 | 7 | 30 | AE | 36 | 22 |
| Octal | 50 | 205 | 174 | 106 | 0 | 7 | 60 | 256 | 66 | 42 |
| Binary | 101000 | 10000101 | 1111100 | 1000110 | 0 | 111 | 110000 | 10101110 | 110110 | 100010 |
Color Harmonies of #28857C
Complementary color
Monochromatic Colors of #28857C
Black with #28857C
Text Example
Text Example
White with #28857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28857C; }
p { color: rgb(40,133,124); }
H1.HeaderClassName
{
color: #28857C;
}
.AnyTagClassName
{
color: #28857C;
}
</style>
background-color css
<style>
a { background-color: #28857C; }
a { background-color: rgb(40,133,124); }
div.DivClassName
{
background-color: #28857C;
}
.BgClassName
{
background-color: #28857C;
}
</style>
border-color css
<style>
span { border-color: #28857C; }
span { border-color: rgb(40,133,124); }
td.TdClassName
{
border-color: #28857C;
}
.TagClassName
{
border-color: #28857C;
}
</style>