Shades of Elm #28867F
Tints of Elm #28867F
RGB
CMYK
RGB Variations
Color information
#28867F (or 0x28867F) is known color: Elm. HEX triplet: 28, 86 and 7F. RGB value is (40,134,127). Sum of RGB (Red+Green+Blue) = 40+134+127=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #28867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28867F is #D77980. Grayscale: #696969. Windows color (decimal): -14121345 or 8357416. OLE color: 8357416.
HSL color Cylindrical-coordinate representation of color #28867F: hue angle of 175.53º 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 #28867F is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 127 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.47 |
| HSL | 175.53º | 0.54% | 0.34% | - |
| HSV(B) | 175.53º | 0.7% | 0.53% | - |
| XYZ | 13.23 | 19.03 | 23.06 | - |
| YUV | 105.1 | 140.36 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 127 | 0.70 | 0 | 0.05 | 0.47 | 175.53 | 0.54 | 0.34 |
| Hex | 28 | 86 | 7F | 46 | 0 | 5 | 2F | B0 | 36 | 22 |
| Octal | 50 | 206 | 177 | 106 | 0 | 5 | 57 | 260 | 66 | 42 |
| Binary | 101000 | 10000110 | 1111111 | 1000110 | 0 | 101 | 101111 | 10110000 | 110110 | 100010 |
Color Harmonies of #28867F
Complementary color
Monochromatic Colors of #28867F
Black with #28867F
Text Example
Text Example
White with #28867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28867F; }
p { color: rgb(40,134,127); }
H1.HeaderClassName
{
color: #28867F;
}
.AnyTagClassName
{
color: #28867F;
}
</style>
background-color css
<style>
a { background-color: #28867F; }
a { background-color: rgb(40,134,127); }
div.DivClassName
{
background-color: #28867F;
}
.BgClassName
{
background-color: #28867F;
}
</style>
border-color css
<style>
span { border-color: #28867F; }
span { border-color: rgb(40,134,127); }
td.TdClassName
{
border-color: #28867F;
}
.TagClassName
{
border-color: #28867F;
}
</style>