Shades of Elm #288379
Tints of Elm #288379
RGB
CMYK
RGB Variations
Color information
#288379 (or 0x288379) is known color: Elm. HEX triplet: 28, 83 and 79. RGB value is (40,131,121). Sum of RGB (Red+Green+Blue) = 40+131+121=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #288379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288379 is #D77C86. Grayscale: #666666. Windows color (decimal): -14122119 or 7963432. OLE color: 7963432.
HSL color Cylindrical-coordinate representation of color #288379: hue angle of 173.41º 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 #288379 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 121 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.49 |
| HSL | 173.41º | 0.53% | 0.34% | - |
| HSV(B) | 173.41º | 0.69% | 0.51% | - |
| XYZ | 12.44 | 18.06 | 20.92 | - |
| YUV | 102.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 121 | 0.69 | 0 | 0.08 | 0.49 | 173.41 | 0.53 | 0.34 |
| Hex | 28 | 83 | 79 | 45 | 0 | 8 | 31 | AD | 35 | 22 |
| Octal | 50 | 203 | 171 | 105 | 0 | 10 | 61 | 255 | 65 | 42 |
| Binary | 101000 | 10000011 | 1111001 | 1000101 | 0 | 1000 | 110001 | 10101101 | 110101 | 100010 |
Color Harmonies of #288379
Complementary color
Monochromatic Colors of #288379
Black with #288379
Text Example
Text Example
White with #288379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288379; }
p { color: rgb(40,131,121); }
H1.HeaderClassName
{
color: #288379;
}
.AnyTagClassName
{
color: #288379;
}
</style>
background-color css
<style>
a { background-color: #288379; }
a { background-color: rgb(40,131,121); }
div.DivClassName
{
background-color: #288379;
}
.BgClassName
{
background-color: #288379;
}
</style>
border-color css
<style>
span { border-color: #288379; }
span { border-color: rgb(40,131,121); }
td.TdClassName
{
border-color: #288379;
}
.TagClassName
{
border-color: #288379;
}
</style>