Shades of Elm #28897B
Tints of Elm #28897B
RGB
CMYK
RGB Variations
Color information
#28897B (or 0x28897B) is known color: Elm. HEX triplet: 28, 89 and 7B. RGB value is (40,137,123). Sum of RGB (Red+Green+Blue) = 40+137+123=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #28897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28897B is #D77684. Grayscale: #6A6A6A. Windows color (decimal): -14120581 or 8096040. OLE color: 8096040.
HSL color Cylindrical-coordinate representation of color #28897B: hue angle of 171.34º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28897B is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 123 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.46 |
| HSL | 171.34º | 0.55% | 0.35% | - |
| HSV(B) | 171.34º | 0.71% | 0.54% | - |
| XYZ | 13.4 | 19.77 | 21.85 | - |
| YUV | 106.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 123 | 0.71 | 0 | 0.10 | 0.46 | 171.34 | 0.55 | 0.35 |
| Hex | 28 | 89 | 7B | 47 | 0 | A | 2E | AB | 37 | 23 |
| Octal | 50 | 211 | 173 | 107 | 0 | 12 | 56 | 253 | 67 | 43 |
| Binary | 101000 | 10001001 | 1111011 | 1000111 | 0 | 1010 | 101110 | 10101011 | 110111 | 100011 |
Color Harmonies of #28897B
Complementary color
Monochromatic Colors of #28897B
Black with #28897B
Text Example
Text Example
White with #28897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28897B; }
p { color: rgb(40,137,123); }
H1.HeaderClassName
{
color: #28897B;
}
.AnyTagClassName
{
color: #28897B;
}
</style>
background-color css
<style>
a { background-color: #28897B; }
a { background-color: rgb(40,137,123); }
div.DivClassName
{
background-color: #28897B;
}
.BgClassName
{
background-color: #28897B;
}
</style>
border-color css
<style>
span { border-color: #28897B; }
span { border-color: rgb(40,137,123); }
td.TdClassName
{
border-color: #28897B;
}
.TagClassName
{
border-color: #28897B;
}
</style>