Shades of Elm #28796F
Tints of Elm #28796F
RGB
CMYK
RGB Variations
Color information
#28796F (or 0x28796F) is known color: Elm. HEX triplet: 28, 79 and 6F. RGB value is (40,121,111). Sum of RGB (Red+Green+Blue) = 40+121+111=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #28796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28796F is #D78690. Grayscale: #5F5F5F. Windows color (decimal): -14124689 or 7305512. OLE color: 7305512.
HSL color Cylindrical-coordinate representation of color #28796F: hue angle of 172.59º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28796F is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 111 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.53 |
| HSL | 172.59º | 0.5% | 0.32% | - |
| HSV(B) | 172.59º | 0.67% | 0.47% | - |
| XYZ | 10.58 | 15.27 | 17.43 | - |
| YUV | 95.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 111 | 0.67 | 0 | 0.08 | 0.53 | 172.59 | 0.5 | 0.32 |
| Hex | 28 | 79 | 6F | 43 | 0 | 8 | 35 | AD | 32 | 20 |
| Octal | 50 | 171 | 157 | 103 | 0 | 10 | 65 | 255 | 62 | 40 |
| Binary | 101000 | 1111001 | 1101111 | 1000011 | 0 | 1000 | 110101 | 10101101 | 110010 | 100000 |
Color Harmonies of #28796F
Complementary color
Monochromatic Colors of #28796F
Black with #28796F
Text Example
Text Example
White with #28796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28796F; }
p { color: rgb(40,121,111); }
H1.HeaderClassName
{
color: #28796F;
}
.AnyTagClassName
{
color: #28796F;
}
</style>
background-color css
<style>
a { background-color: #28796F; }
a { background-color: rgb(40,121,111); }
div.DivClassName
{
background-color: #28796F;
}
.BgClassName
{
background-color: #28796F;
}
</style>
border-color css
<style>
span { border-color: #28796F; }
span { border-color: rgb(40,121,111); }
td.TdClassName
{
border-color: #28796F;
}
.TagClassName
{
border-color: #28796F;
}
</style>