Shades of Elm #28857F
Tints of Elm #28857F
RGB
CMYK
RGB Variations
Color information
#28857F (or 0x28857F) is known color: Elm. HEX triplet: 28, 85 and 7F. RGB value is (40,133,127). Sum of RGB (Red+Green+Blue) = 40+133+127=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #28857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28857F is #D77A80. Grayscale: #686868. Windows color (decimal): -14121601 or 8357160. OLE color: 8357160.
HSL color Cylindrical-coordinate representation of color #28857F: hue angle of 176.13º 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 #28857F is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 127 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.48 |
| HSL | 176.13º | 0.54% | 0.34% | - |
| HSV(B) | 176.13º | 0.7% | 0.52% | - |
| XYZ | 13.09 | 18.76 | 23.01 | - |
| YUV | 104.51 | 140.69 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 127 | 0.70 | 0 | 0.05 | 0.48 | 176.13 | 0.54 | 0.34 |
| Hex | 28 | 85 | 7F | 46 | 0 | 5 | 30 | B0 | 36 | 22 |
| Octal | 50 | 205 | 177 | 106 | 0 | 5 | 60 | 260 | 66 | 42 |
| Binary | 101000 | 10000101 | 1111111 | 1000110 | 0 | 101 | 110000 | 10110000 | 110110 | 100010 |
Color Harmonies of #28857F
Complementary color
Monochromatic Colors of #28857F
Black with #28857F
Text Example
Text Example
White with #28857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28857F; }
p { color: rgb(40,133,127); }
H1.HeaderClassName
{
color: #28857F;
}
.AnyTagClassName
{
color: #28857F;
}
</style>
background-color css
<style>
a { background-color: #28857F; }
a { background-color: rgb(40,133,127); }
div.DivClassName
{
background-color: #28857F;
}
.BgClassName
{
background-color: #28857F;
}
</style>
border-color css
<style>
span { border-color: #28857F; }
span { border-color: rgb(40,133,127); }
td.TdClassName
{
border-color: #28857F;
}
.TagClassName
{
border-color: #28857F;
}
</style>