Shades of Elm #28847B
Tints of Elm #28847B
RGB
CMYK
RGB Variations
Color information
#28847B (or 0x28847B) is known color: Elm. HEX triplet: 28, 84 and 7B. RGB value is (40,132,123). Sum of RGB (Red+Green+Blue) = 40+132+123=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #28847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28847B is #D77B84. Grayscale: #676767. Windows color (decimal): -14121861 or 8094760. OLE color: 8094760.
HSL color Cylindrical-coordinate representation of color #28847B: hue angle of 174.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28847B is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 123 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.48 |
| HSL | 174.13º | 0.53% | 0.34% | - |
| HSV(B) | 174.13º | 0.7% | 0.52% | - |
| XYZ | 12.7 | 18.38 | 21.62 | - |
| YUV | 103.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 123 | 0.70 | 0 | 0.07 | 0.48 | 174.13 | 0.53 | 0.34 |
| Hex | 28 | 84 | 7B | 46 | 0 | 7 | 30 | AE | 35 | 22 |
| Octal | 50 | 204 | 173 | 106 | 0 | 7 | 60 | 256 | 65 | 42 |
| Binary | 101000 | 10000100 | 1111011 | 1000110 | 0 | 111 | 110000 | 10101110 | 110101 | 100010 |
Color Harmonies of #28847B
Complementary color
Monochromatic Colors of #28847B
Black with #28847B
Text Example
Text Example
White with #28847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28847B; }
p { color: rgb(40,132,123); }
H1.HeaderClassName
{
color: #28847B;
}
.AnyTagClassName
{
color: #28847B;
}
</style>
background-color css
<style>
a { background-color: #28847B; }
a { background-color: rgb(40,132,123); }
div.DivClassName
{
background-color: #28847B;
}
.BgClassName
{
background-color: #28847B;
}
</style>
border-color css
<style>
span { border-color: #28847B; }
span { border-color: rgb(40,132,123); }
td.TdClassName
{
border-color: #28847B;
}
.TagClassName
{
border-color: #28847B;
}
</style>