Shades of Elm #28877D
Tints of Elm #28877D
RGB
CMYK
RGB Variations
Color information
#28877D (or 0x28877D) is known color: Elm. HEX triplet: 28, 87 and 7D. RGB value is (40,135,125). Sum of RGB (Red+Green+Blue) = 40+135+125=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #28877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28877D is #D77882. Grayscale: #696969. Windows color (decimal): -14121091 or 8226600. OLE color: 8226600.
HSL color Cylindrical-coordinate representation of color #28877D: hue angle of 173.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28877D is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 125 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.47 |
| HSL | 173.68º | 0.54% | 0.34% | - |
| HSV(B) | 173.68º | 0.7% | 0.53% | - |
| XYZ | 13.24 | 19.26 | 22.42 | - |
| YUV | 105.46 | 139.03 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 125 | 0.70 | 0 | 0.07 | 0.47 | 173.68 | 0.54 | 0.34 |
| Hex | 28 | 87 | 7D | 46 | 0 | 7 | 2F | AE | 36 | 22 |
| Octal | 50 | 207 | 175 | 106 | 0 | 7 | 57 | 256 | 66 | 42 |
| Binary | 101000 | 10000111 | 1111101 | 1000110 | 0 | 111 | 101111 | 10101110 | 110110 | 100010 |
Color Harmonies of #28877D
Complementary color
Monochromatic Colors of #28877D
Black with #28877D
Text Example
Text Example
White with #28877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28877D; }
p { color: rgb(40,135,125); }
H1.HeaderClassName
{
color: #28877D;
}
.AnyTagClassName
{
color: #28877D;
}
</style>
background-color css
<style>
a { background-color: #28877D; }
a { background-color: rgb(40,135,125); }
div.DivClassName
{
background-color: #28877D;
}
.BgClassName
{
background-color: #28877D;
}
</style>
border-color css
<style>
span { border-color: #28877D; }
span { border-color: rgb(40,135,125); }
td.TdClassName
{
border-color: #28877D;
}
.TagClassName
{
border-color: #28877D;
}
</style>