Shades of Elm #288B82
Tints of Elm #288B82
RGB
CMYK
RGB Variations
Color information
#288B82 (or 0x288B82) is known color: Elm. HEX triplet: 28, 8B and 82. RGB value is (40,139,130). Sum of RGB (Red+Green+Blue) = 40+139+130=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #288B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B82 is #D7747D. Grayscale: #6C6C6C. Windows color (decimal): -14120062 or 8555304. OLE color: 8555304.
HSL color Cylindrical-coordinate representation of color #288B82: hue angle of 174.55º 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 #288B82 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 130 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.45 |
| HSL | 174.55º | 0.55% | 0.35% | - |
| HSV(B) | 174.55º | 0.71% | 0.55% | - |
| XYZ | 14.14 | 20.53 | 24.34 | - |
| YUV | 108.37 | 140.2 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 130 | 0.71 | 0 | 0.06 | 0.45 | 174.55 | 0.55 | 0.35 |
| Hex | 28 | 8B | 82 | 47 | 0 | 6 | 2D | AF | 37 | 23 |
| Octal | 50 | 213 | 202 | 107 | 0 | 6 | 55 | 257 | 67 | 43 |
| Binary | 101000 | 10001011 | 10000010 | 1000111 | 0 | 110 | 101101 | 10101111 | 110111 | 100011 |
Color Harmonies of #288B82
Complementary color
Monochromatic Colors of #288B82
Black with #288B82
Text Example
Text Example
White with #288B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B82; }
p { color: rgb(40,139,130); }
H1.HeaderClassName
{
color: #288B82;
}
.AnyTagClassName
{
color: #288B82;
}
</style>
background-color css
<style>
a { background-color: #288B82; }
a { background-color: rgb(40,139,130); }
div.DivClassName
{
background-color: #288B82;
}
.BgClassName
{
background-color: #288B82;
}
</style>
border-color css
<style>
span { border-color: #288B82; }
span { border-color: rgb(40,139,130); }
td.TdClassName
{
border-color: #288B82;
}
.TagClassName
{
border-color: #288B82;
}
</style>