Shades of Elm #28827C
Tints of Elm #28827C
RGB
CMYK
RGB Variations
Color information
#28827C (or 0x28827C) is known color: Elm. HEX triplet: 28, 82 and 7C. RGB value is (40,130,124). Sum of RGB (Red+Green+Blue) = 40+130+124=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #28827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28827C is #D77D83. Grayscale: #666666. Windows color (decimal): -14122372 or 8159784. OLE color: 8159784.
HSL color Cylindrical-coordinate representation of color #28827C: hue angle of 176º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28827C is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 124 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.49 |
| HSL | 176º | 0.53% | 0.33% | - |
| HSV(B) | 176º | 0.69% | 0.51% | - |
| XYZ | 12.5 | 17.87 | 21.86 | - |
| YUV | 102.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 124 | 0.69 | 0 | 0.05 | 0.49 | 176 | 0.53 | 0.33 |
| Hex | 28 | 82 | 7C | 45 | 0 | 5 | 31 | B0 | 35 | 21 |
| Octal | 50 | 202 | 174 | 105 | 0 | 5 | 61 | 260 | 65 | 41 |
| Binary | 101000 | 10000010 | 1111100 | 1000101 | 0 | 101 | 110001 | 10110000 | 110101 | 100001 |
Color Harmonies of #28827C
Complementary color
Monochromatic Colors of #28827C
Black with #28827C
Text Example
Text Example
White with #28827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28827C; }
p { color: rgb(40,130,124); }
H1.HeaderClassName
{
color: #28827C;
}
.AnyTagClassName
{
color: #28827C;
}
</style>
background-color css
<style>
a { background-color: #28827C; }
a { background-color: rgb(40,130,124); }
div.DivClassName
{
background-color: #28827C;
}
.BgClassName
{
background-color: #28827C;
}
</style>
border-color css
<style>
span { border-color: #28827C; }
span { border-color: rgb(40,130,124); }
td.TdClassName
{
border-color: #28827C;
}
.TagClassName
{
border-color: #28827C;
}
</style>