Shades of Elm #28877C
Tints of Elm #28877C
RGB
CMYK
RGB Variations
Color information
#28877C (or 0x28877C) is known color: Elm. HEX triplet: 28, 87 and 7C. RGB value is (40,135,124). Sum of RGB (Red+Green+Blue) = 40+135+124=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #28877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28877C is #D77883. Grayscale: #696969. Windows color (decimal): -14121092 or 8161064. OLE color: 8161064.
HSL color Cylindrical-coordinate representation of color #28877C: hue angle of 173.05º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28877C is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 124 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.47 |
| HSL | 173.05º | 0.54% | 0.34% | - |
| HSV(B) | 173.05º | 0.7% | 0.53% | - |
| XYZ | 13.18 | 19.23 | 22.09 | - |
| YUV | 105.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 124 | 0.70 | 0 | 0.08 | 0.47 | 173.05 | 0.54 | 0.34 |
| Hex | 28 | 87 | 7C | 46 | 0 | 8 | 2F | AD | 36 | 22 |
| Octal | 50 | 207 | 174 | 106 | 0 | 10 | 57 | 255 | 66 | 42 |
| Binary | 101000 | 10000111 | 1111100 | 1000110 | 0 | 1000 | 101111 | 10101101 | 110110 | 100010 |
Color Harmonies of #28877C
Complementary color
Monochromatic Colors of #28877C
Black with #28877C
Text Example
Text Example
White with #28877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28877C; }
p { color: rgb(40,135,124); }
H1.HeaderClassName
{
color: #28877C;
}
.AnyTagClassName
{
color: #28877C;
}
</style>
background-color css
<style>
a { background-color: #28877C; }
a { background-color: rgb(40,135,124); }
div.DivClassName
{
background-color: #28877C;
}
.BgClassName
{
background-color: #28877C;
}
</style>
border-color css
<style>
span { border-color: #28877C; }
span { border-color: rgb(40,135,124); }
td.TdClassName
{
border-color: #28877C;
}
.TagClassName
{
border-color: #28877C;
}
</style>