Shades of Elm #28847F
Tints of Elm #28847F
RGB
CMYK
RGB Variations
Color information
#28847F (or 0x28847F) is known color: Elm. HEX triplet: 28, 84 and 7F. RGB value is (40,132,127). Sum of RGB (Red+Green+Blue) = 40+132+127=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #28847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28847F is #D77B80. Grayscale: #676767. Windows color (decimal): -14121857 or 8356904. OLE color: 8356904.
HSL color Cylindrical-coordinate representation of color #28847F: hue angle of 176.74º 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 #28847F is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 127 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.48 |
| HSL | 176.74º | 0.53% | 0.34% | - |
| HSV(B) | 176.74º | 0.7% | 0.52% | - |
| XYZ | 12.96 | 18.49 | 22.96 | - |
| YUV | 103.92 | 141.02 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 127 | 0.70 | 0 | 0.04 | 0.48 | 176.74 | 0.53 | 0.34 |
| Hex | 28 | 84 | 7F | 46 | 0 | 4 | 30 | B1 | 35 | 22 |
| Octal | 50 | 204 | 177 | 106 | 0 | 4 | 60 | 261 | 65 | 42 |
| Binary | 101000 | 10000100 | 1111111 | 1000110 | 0 | 100 | 110000 | 10110001 | 110101 | 100010 |
Color Harmonies of #28847F
Complementary color
Monochromatic Colors of #28847F
Black with #28847F
Text Example
Text Example
White with #28847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28847F; }
p { color: rgb(40,132,127); }
H1.HeaderClassName
{
color: #28847F;
}
.AnyTagClassName
{
color: #28847F;
}
</style>
background-color css
<style>
a { background-color: #28847F; }
a { background-color: rgb(40,132,127); }
div.DivClassName
{
background-color: #28847F;
}
.BgClassName
{
background-color: #28847F;
}
</style>
border-color css
<style>
span { border-color: #28847F; }
span { border-color: rgb(40,132,127); }
td.TdClassName
{
border-color: #28847F;
}
.TagClassName
{
border-color: #28847F;
}
</style>