Shades of Eden #286C5D
Tints of Eden #286C5D
RGB
CMYK
RGB Variations
Color information
#286C5D (or 0x286C5D) is known color: Eden. HEX triplet: 28, 6C and 5D. RGB value is (40,108,93). Sum of RGB (Red+Green+Blue) = 40+108+93=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #286C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C5D is #D793A2. Grayscale: #555555. Windows color (decimal): -14128035 or 6122536. OLE color: 6122536.
HSL color Cylindrical-coordinate representation of color #286C5D: hue angle of 166.76º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C5D is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 93 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.58 |
| HSL | 166.76º | 0.46% | 0.29% | - |
| HSV(B) | 166.76º | 0.63% | 0.42% | - |
| XYZ | 8.21 | 11.97 | 12.23 | - |
| YUV | 85.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 93 | 0.63 | 0 | 0.14 | 0.58 | 166.76 | 0.46 | 0.29 |
| Hex | 28 | 6C | 5D | 3F | 0 | E | 3A | A7 | 2E | 1D |
| Octal | 50 | 154 | 135 | 77 | 0 | 16 | 72 | 247 | 56 | 35 |
| Binary | 101000 | 1101100 | 1011101 | 111111 | 0 | 1110 | 111010 | 10100111 | 101110 | 11101 |
Color Harmonies of #286C5D
Complementary color
Monochromatic Colors of #286C5D
Black with #286C5D
Text Example
Text Example
White with #286C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C5D; }
p { color: rgb(40,108,93); }
H1.HeaderClassName
{
color: #286C5D;
}
.AnyTagClassName
{
color: #286C5D;
}
</style>
background-color css
<style>
a { background-color: #286C5D; }
a { background-color: rgb(40,108,93); }
div.DivClassName
{
background-color: #286C5D;
}
.BgClassName
{
background-color: #286C5D;
}
</style>
border-color css
<style>
span { border-color: #286C5D; }
span { border-color: rgb(40,108,93); }
td.TdClassName
{
border-color: #286C5D;
}
.TagClassName
{
border-color: #286C5D;
}
</style>