Shades of Elm #28827D
Tints of Elm #28827D
RGB
CMYK
RGB Variations
Color information
#28827D (or 0x28827D) is known color: Elm. HEX triplet: 28, 82 and 7D. RGB value is (40,130,125). Sum of RGB (Red+Green+Blue) = 40+130+125=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #28827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28827D is #D77D82. Grayscale: #666666. Windows color (decimal): -14122371 or 8225320. OLE color: 8225320.
HSL color Cylindrical-coordinate representation of color #28827D: hue angle of 176.67º 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 #28827D is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 125 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.49 |
| HSL | 176.67º | 0.53% | 0.33% | - |
| HSV(B) | 176.67º | 0.69% | 0.51% | - |
| XYZ | 12.56 | 17.9 | 22.19 | - |
| YUV | 102.52 | 140.68 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 125 | 0.69 | 0 | 0.04 | 0.49 | 176.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 7D | 45 | 0 | 4 | 31 | B1 | 35 | 21 |
| Octal | 50 | 202 | 175 | 105 | 0 | 4 | 61 | 261 | 65 | 41 |
| Binary | 101000 | 10000010 | 1111101 | 1000101 | 0 | 100 | 110001 | 10110001 | 110101 | 100001 |
Color Harmonies of #28827D
Complementary color
Monochromatic Colors of #28827D
Black with #28827D
Text Example
Text Example
White with #28827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28827D; }
p { color: rgb(40,130,125); }
H1.HeaderClassName
{
color: #28827D;
}
.AnyTagClassName
{
color: #28827D;
}
</style>
background-color css
<style>
a { background-color: #28827D; }
a { background-color: rgb(40,130,125); }
div.DivClassName
{
background-color: #28827D;
}
.BgClassName
{
background-color: #28827D;
}
</style>
border-color css
<style>
span { border-color: #28827D; }
span { border-color: rgb(40,130,125); }
td.TdClassName
{
border-color: #28827D;
}
.TagClassName
{
border-color: #28827D;
}
</style>