Shades of Elm #287773
Tints of Elm #287773
RGB
CMYK
RGB Variations
Color information
#287773 (or 0x287773) is known color: Elm. HEX triplet: 28, 77 and 73. RGB value is (40,119,115). Sum of RGB (Red+Green+Blue) = 40+119+115=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #287773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287773 is #D7888C. Grayscale: #5E5E5E. Windows color (decimal): -14125197 or 7567144. OLE color: 7567144.
HSL color Cylindrical-coordinate representation of color #287773: hue angle of 176.96º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287773 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 115 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.53 |
| HSL | 176.96º | 0.5% | 0.31% | - |
| HSV(B) | 176.96º | 0.66% | 0.47% | - |
| XYZ | 10.57 | 14.88 | 18.54 | - |
| YUV | 94.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 115 | 0.66 | 0 | 0.03 | 0.53 | 176.96 | 0.5 | 0.31 |
| Hex | 28 | 77 | 73 | 42 | 0 | 3 | 35 | B1 | 32 | 1F |
| Octal | 50 | 167 | 163 | 102 | 0 | 3 | 65 | 261 | 62 | 37 |
| Binary | 101000 | 1110111 | 1110011 | 1000010 | 0 | 11 | 110101 | 10110001 | 110010 | 11111 |
Color Harmonies of #287773
Complementary color
Monochromatic Colors of #287773
Black with #287773
Text Example
Text Example
White with #287773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287773; }
p { color: rgb(40,119,115); }
H1.HeaderClassName
{
color: #287773;
}
.AnyTagClassName
{
color: #287773;
}
</style>
background-color css
<style>
a { background-color: #287773; }
a { background-color: rgb(40,119,115); }
div.DivClassName
{
background-color: #287773;
}
.BgClassName
{
background-color: #287773;
}
</style>
border-color css
<style>
span { border-color: #287773; }
span { border-color: rgb(40,119,115); }
td.TdClassName
{
border-color: #287773;
}
.TagClassName
{
border-color: #287773;
}
</style>