Shades of Elm #28817D
Tints of Elm #28817D
RGB
CMYK
RGB Variations
Color information
#28817D (or 0x28817D) is known color: Elm. HEX triplet: 28, 81 and 7D. RGB value is (40,129,125). Sum of RGB (Red+Green+Blue) = 40+129+125=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #28817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28817D is #D77E82. Grayscale: #656565. Windows color (decimal): -14122627 or 8225064. OLE color: 8225064.
HSL color Cylindrical-coordinate representation of color #28817D: hue angle of 177.3º 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 #28817D is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 125 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.49 |
| HSL | 177.3º | 0.53% | 0.33% | - |
| HSV(B) | 177.3º | 0.69% | 0.51% | - |
| XYZ | 12.43 | 17.63 | 22.15 | - |
| YUV | 101.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 125 | 0.69 | 0 | 0.03 | 0.49 | 177.3 | 0.53 | 0.33 |
| Hex | 28 | 81 | 7D | 45 | 0 | 3 | 31 | B1 | 35 | 21 |
| Octal | 50 | 201 | 175 | 105 | 0 | 3 | 61 | 261 | 65 | 41 |
| Binary | 101000 | 10000001 | 1111101 | 1000101 | 0 | 11 | 110001 | 10110001 | 110101 | 100001 |
Color Harmonies of #28817D
Complementary color
Monochromatic Colors of #28817D
Black with #28817D
Text Example
Text Example
White with #28817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28817D; }
p { color: rgb(40,129,125); }
H1.HeaderClassName
{
color: #28817D;
}
.AnyTagClassName
{
color: #28817D;
}
</style>
background-color css
<style>
a { background-color: #28817D; }
a { background-color: rgb(40,129,125); }
div.DivClassName
{
background-color: #28817D;
}
.BgClassName
{
background-color: #28817D;
}
</style>
border-color css
<style>
span { border-color: #28817D; }
span { border-color: rgb(40,129,125); }
td.TdClassName
{
border-color: #28817D;
}
.TagClassName
{
border-color: #28817D;
}
</style>