Shades of Elm #288178
Tints of Elm #288178
RGB
CMYK
RGB Variations
Color information
#288178 (or 0x288178) is known color: Elm. HEX triplet: 28, 81 and 78. RGB value is (40,129,120). Sum of RGB (Red+Green+Blue) = 40+129+120=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #288178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288178 is #D77E87. Grayscale: #656565. Windows color (decimal): -14122632 or 7897384. OLE color: 7897384.
HSL color Cylindrical-coordinate representation of color #288178: hue angle of 173.93º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288178 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 120 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.49 |
| HSL | 173.93º | 0.53% | 0.33% | - |
| HSV(B) | 173.93º | 0.69% | 0.51% | - |
| XYZ | 12.12 | 17.51 | 20.51 | - |
| YUV | 101.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 120 | 0.69 | 0 | 0.07 | 0.49 | 173.93 | 0.53 | 0.33 |
| Hex | 28 | 81 | 78 | 45 | 0 | 7 | 31 | AE | 35 | 21 |
| Octal | 50 | 201 | 170 | 105 | 0 | 7 | 61 | 256 | 65 | 41 |
| Binary | 101000 | 10000001 | 1111000 | 1000101 | 0 | 111 | 110001 | 10101110 | 110101 | 100001 |
Color Harmonies of #288178
Complementary color
Monochromatic Colors of #288178
Black with #288178
Text Example
Text Example
White with #288178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288178; }
p { color: rgb(40,129,120); }
H1.HeaderClassName
{
color: #288178;
}
.AnyTagClassName
{
color: #288178;
}
</style>
background-color css
<style>
a { background-color: #288178; }
a { background-color: rgb(40,129,120); }
div.DivClassName
{
background-color: #288178;
}
.BgClassName
{
background-color: #288178;
}
</style>
border-color css
<style>
span { border-color: #288178; }
span { border-color: rgb(40,129,120); }
td.TdClassName
{
border-color: #288178;
}
.TagClassName
{
border-color: #288178;
}
</style>