Shades of Elm #28706D
Tints of Elm #28706D
RGB
CMYK
RGB Variations
Color information
#28706D (or 0x28706D) is known color: Elm. HEX triplet: 28, 70 and 6D. RGB value is (40,112,109). Sum of RGB (Red+Green+Blue) = 40+112+109=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #28706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28706D is #D78F92. Grayscale: #5A5A5A. Windows color (decimal): -14126995 or 7172136. OLE color: 7172136.
HSL color Cylindrical-coordinate representation of color #28706D: hue angle of 177.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28706D is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 109 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.56 |
| HSL | 177.5º | 0.47% | 0.3% | - |
| HSV(B) | 177.5º | 0.64% | 0.44% | - |
| XYZ | 9.43 | 13.14 | 16.51 | - |
| YUV | 90.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 109 | 0.64 | 0 | 0.03 | 0.56 | 177.5 | 0.47 | 0.3 |
| Hex | 28 | 70 | 6D | 40 | 0 | 3 | 38 | B2 | 2F | 1E |
| Octal | 50 | 160 | 155 | 100 | 0 | 3 | 70 | 262 | 57 | 36 |
| Binary | 101000 | 1110000 | 1101101 | 1000000 | 0 | 11 | 111000 | 10110010 | 101111 | 11110 |
Color Harmonies of #28706D
Complementary color
Monochromatic Colors of #28706D
Black with #28706D
Text Example
Text Example
White with #28706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28706D; }
p { color: rgb(40,112,109); }
H1.HeaderClassName
{
color: #28706D;
}
.AnyTagClassName
{
color: #28706D;
}
</style>
background-color css
<style>
a { background-color: #28706D; }
a { background-color: rgb(40,112,109); }
div.DivClassName
{
background-color: #28706D;
}
.BgClassName
{
background-color: #28706D;
}
</style>
border-color css
<style>
span { border-color: #28706D; }
span { border-color: rgb(40,112,109); }
td.TdClassName
{
border-color: #28706D;
}
.TagClassName
{
border-color: #28706D;
}
</style>