Shades of Elm #286E6C
Tints of Elm #286E6C
RGB
CMYK
RGB Variations
Color information
#286E6C (or 0x286E6C) is known color: Elm. HEX triplet: 28, 6E and 6C. RGB value is (40,110,108). Sum of RGB (Red+Green+Blue) = 40+110+108=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #286E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E6C is #D79193. Grayscale: #585858. Windows color (decimal): -14127508 or 7106088. OLE color: 7106088.
HSL color Cylindrical-coordinate representation of color #286E6C: hue angle of 178.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E6C is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 108 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.57 |
| HSL | 178.29º | 0.47% | 0.29% | - |
| HSV(B) | 178.29º | 0.64% | 0.43% | - |
| XYZ | 9.16 | 12.69 | 16.15 | - |
| YUV | 88.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 108 | 0.64 | 0 | 0.02 | 0.57 | 178.29 | 0.47 | 0.29 |
| Hex | 28 | 6E | 6C | 40 | 0 | 2 | 39 | B2 | 2F | 1D |
| Octal | 50 | 156 | 154 | 100 | 0 | 2 | 71 | 262 | 57 | 35 |
| Binary | 101000 | 1101110 | 1101100 | 1000000 | 0 | 10 | 111001 | 10110010 | 101111 | 11101 |
Color Harmonies of #286E6C
Complementary color
Monochromatic Colors of #286E6C
Black with #286E6C
Text Example
Text Example
White with #286E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E6C; }
p { color: rgb(40,110,108); }
H1.HeaderClassName
{
color: #286E6C;
}
.AnyTagClassName
{
color: #286E6C;
}
</style>
background-color css
<style>
a { background-color: #286E6C; }
a { background-color: rgb(40,110,108); }
div.DivClassName
{
background-color: #286E6C;
}
.BgClassName
{
background-color: #286E6C;
}
</style>
border-color css
<style>
span { border-color: #286E6C; }
span { border-color: rgb(40,110,108); }
td.TdClassName
{
border-color: #286E6C;
}
.TagClassName
{
border-color: #286E6C;
}
</style>