Shades of Elm #288B7D
Tints of Elm #288B7D
RGB
CMYK
RGB Variations
Color information
#288B7D (or 0x288B7D) is known color: Elm. HEX triplet: 28, 8B and 7D. RGB value is (40,139,125). Sum of RGB (Red+Green+Blue) = 40+139+125=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #288B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B7D is #D77482. Grayscale: #6B6B6B. Windows color (decimal): -14120067 or 8227624. OLE color: 8227624.
HSL color Cylindrical-coordinate representation of color #288B7D: hue angle of 171.52º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B7D is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 125 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.45 |
| HSL | 171.52º | 0.55% | 0.35% | - |
| HSV(B) | 171.52º | 0.71% | 0.55% | - |
| XYZ | 13.81 | 20.4 | 22.61 | - |
| YUV | 107.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 125 | 0.71 | 0 | 0.10 | 0.45 | 171.52 | 0.55 | 0.35 |
| Hex | 28 | 8B | 7D | 47 | 0 | A | 2D | AC | 37 | 23 |
| Octal | 50 | 213 | 175 | 107 | 0 | 12 | 55 | 254 | 67 | 43 |
| Binary | 101000 | 10001011 | 1111101 | 1000111 | 0 | 1010 | 101101 | 10101100 | 110111 | 100011 |
Color Harmonies of #288B7D
Complementary color
Monochromatic Colors of #288B7D
Black with #288B7D
Text Example
Text Example
White with #288B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B7D; }
p { color: rgb(40,139,125); }
H1.HeaderClassName
{
color: #288B7D;
}
.AnyTagClassName
{
color: #288B7D;
}
</style>
background-color css
<style>
a { background-color: #288B7D; }
a { background-color: rgb(40,139,125); }
div.DivClassName
{
background-color: #288B7D;
}
.BgClassName
{
background-color: #288B7D;
}
</style>
border-color css
<style>
span { border-color: #288B7D; }
span { border-color: rgb(40,139,125); }
td.TdClassName
{
border-color: #288B7D;
}
.TagClassName
{
border-color: #288B7D;
}
</style>