Shades of Elm #288076
Tints of Elm #288076
RGB
CMYK
RGB Variations
Color information
#288076 (or 0x288076) is known color: Elm. HEX triplet: 28, 80 and 76. RGB value is (40,128,118). Sum of RGB (Red+Green+Blue) = 40+128+118=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #288076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288076 is #D77F89. Grayscale: #646464. Windows color (decimal): -14122890 or 7766056. OLE color: 7766056.
HSL color Cylindrical-coordinate representation of color #288076: hue angle of 173.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288076 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 118 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.50 |
| HSL | 173.18º | 0.52% | 0.33% | - |
| HSV(B) | 173.18º | 0.69% | 0.5% | - |
| XYZ | 11.86 | 17.2 | 19.83 | - |
| YUV | 100.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 118 | 0.69 | 0 | 0.08 | 0.50 | 173.18 | 0.52 | 0.33 |
| Hex | 28 | 80 | 76 | 45 | 0 | 8 | 32 | AD | 34 | 21 |
| Octal | 50 | 200 | 166 | 105 | 0 | 10 | 62 | 255 | 64 | 41 |
| Binary | 101000 | 10000000 | 1110110 | 1000101 | 0 | 1000 | 110010 | 10101101 | 110100 | 100001 |
Color Harmonies of #288076
Complementary color
Monochromatic Colors of #288076
Black with #288076
Text Example
Text Example
White with #288076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288076; }
p { color: rgb(40,128,118); }
H1.HeaderClassName
{
color: #288076;
}
.AnyTagClassName
{
color: #288076;
}
</style>
background-color css
<style>
a { background-color: #288076; }
a { background-color: rgb(40,128,118); }
div.DivClassName
{
background-color: #288076;
}
.BgClassName
{
background-color: #288076;
}
</style>
border-color css
<style>
span { border-color: #288076; }
span { border-color: rgb(40,128,118); }
td.TdClassName
{
border-color: #288076;
}
.TagClassName
{
border-color: #288076;
}
</style>