Shades of Elm #28807A
Tints of Elm #28807A
RGB
CMYK
RGB Variations
Color information
#28807A (or 0x28807A) is known color: Elm. HEX triplet: 28, 80 and 7A. RGB value is (40,128,122). Sum of RGB (Red+Green+Blue) = 40+128+122=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #28807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28807A is #D77F85. Grayscale: #646464. Windows color (decimal): -14122886 or 8028200. OLE color: 8028200.
HSL color Cylindrical-coordinate representation of color #28807A: hue angle of 175.91º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28807A is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 122 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.50 |
| HSL | 175.91º | 0.52% | 0.33% | - |
| HSV(B) | 175.91º | 0.69% | 0.5% | - |
| XYZ | 12.11 | 17.29 | 21.11 | - |
| YUV | 101 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 122 | 0.69 | 0 | 0.05 | 0.50 | 175.91 | 0.52 | 0.33 |
| Hex | 28 | 80 | 7A | 45 | 0 | 5 | 32 | B0 | 34 | 21 |
| Octal | 50 | 200 | 172 | 105 | 0 | 5 | 62 | 260 | 64 | 41 |
| Binary | 101000 | 10000000 | 1111010 | 1000101 | 0 | 101 | 110010 | 10110000 | 110100 | 100001 |
Color Harmonies of #28807A
Complementary color
Monochromatic Colors of #28807A
Black with #28807A
Text Example
Text Example
White with #28807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28807A; }
p { color: rgb(40,128,122); }
H1.HeaderClassName
{
color: #28807A;
}
.AnyTagClassName
{
color: #28807A;
}
</style>
background-color css
<style>
a { background-color: #28807A; }
a { background-color: rgb(40,128,122); }
div.DivClassName
{
background-color: #28807A;
}
.BgClassName
{
background-color: #28807A;
}
</style>
border-color css
<style>
span { border-color: #28807A; }
span { border-color: rgb(40,128,122); }
td.TdClassName
{
border-color: #28807A;
}
.TagClassName
{
border-color: #28807A;
}
</style>