Shades of Elm #288376
Tints of Elm #288376
RGB
CMYK
RGB Variations
Color information
#288376 (or 0x288376) is known color: Elm. HEX triplet: 28, 83 and 76. RGB value is (40,131,118). Sum of RGB (Red+Green+Blue) = 40+131+118=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #288376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288376 is #D77C89. Grayscale: #666666. Windows color (decimal): -14122122 or 7766824. OLE color: 7766824.
HSL color Cylindrical-coordinate representation of color #288376: hue angle of 171.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288376 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 118 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.49 |
| HSL | 171.43º | 0.53% | 0.34% | - |
| HSV(B) | 171.43º | 0.69% | 0.51% | - |
| XYZ | 12.26 | 17.99 | 19.97 | - |
| YUV | 102.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 118 | 0.69 | 0 | 0.10 | 0.49 | 171.43 | 0.53 | 0.34 |
| Hex | 28 | 83 | 76 | 45 | 0 | A | 31 | AB | 35 | 22 |
| Octal | 50 | 203 | 166 | 105 | 0 | 12 | 61 | 253 | 65 | 42 |
| Binary | 101000 | 10000011 | 1110110 | 1000101 | 0 | 1010 | 110001 | 10101011 | 110101 | 100010 |
Color Harmonies of #288376
Complementary color
Monochromatic Colors of #288376
Black with #288376
Text Example
Text Example
White with #288376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288376; }
p { color: rgb(40,131,118); }
H1.HeaderClassName
{
color: #288376;
}
.AnyTagClassName
{
color: #288376;
}
</style>
background-color css
<style>
a { background-color: #288376; }
a { background-color: rgb(40,131,118); }
div.DivClassName
{
background-color: #288376;
}
.BgClassName
{
background-color: #288376;
}
</style>
border-color css
<style>
span { border-color: #288376; }
span { border-color: rgb(40,131,118); }
td.TdClassName
{
border-color: #288376;
}
.TagClassName
{
border-color: #288376;
}
</style>