Shades of Elm #288982
Tints of Elm #288982
RGB
CMYK
RGB Variations
Color information
#288982 (or 0x288982) is known color: Elm. HEX triplet: 28, 89 and 82. RGB value is (40,137,130). Sum of RGB (Red+Green+Blue) = 40+137+130=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #288982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288982 is #D7767D. Grayscale: #6B6B6B. Windows color (decimal): -14120574 or 8554792. OLE color: 8554792.
HSL color Cylindrical-coordinate representation of color #288982: hue angle of 175.67º 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 #288982 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 130 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.46 |
| HSL | 175.67º | 0.55% | 0.35% | - |
| HSV(B) | 175.67º | 0.71% | 0.54% | - |
| XYZ | 13.85 | 19.95 | 24.24 | - |
| YUV | 107.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 130 | 0.71 | 0 | 0.05 | 0.46 | 175.67 | 0.55 | 0.35 |
| Hex | 28 | 89 | 82 | 47 | 0 | 5 | 2E | B0 | 37 | 23 |
| Octal | 50 | 211 | 202 | 107 | 0 | 5 | 56 | 260 | 67 | 43 |
| Binary | 101000 | 10001001 | 10000010 | 1000111 | 0 | 101 | 101110 | 10110000 | 110111 | 100011 |
Color Harmonies of #288982
Complementary color
Monochromatic Colors of #288982
Black with #288982
Text Example
Text Example
White with #288982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288982; }
p { color: rgb(40,137,130); }
H1.HeaderClassName
{
color: #288982;
}
.AnyTagClassName
{
color: #288982;
}
</style>
background-color css
<style>
a { background-color: #288982; }
a { background-color: rgb(40,137,130); }
div.DivClassName
{
background-color: #288982;
}
.BgClassName
{
background-color: #288982;
}
</style>
border-color css
<style>
span { border-color: #288982; }
span { border-color: rgb(40,137,130); }
td.TdClassName
{
border-color: #288982;
}
.TagClassName
{
border-color: #288982;
}
</style>