Shades of Eden #286B5C
Tints of Eden #286B5C
RGB
CMYK
RGB Variations
Color information
#286B5C (or 0x286B5C) is known color: Eden. HEX triplet: 28, 6B and 5C. RGB value is (40,107,92). Sum of RGB (Red+Green+Blue) = 40+107+92=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #286B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B5C is #D794A3. Grayscale: #555555. Windows color (decimal): -14128292 or 6056744. OLE color: 6056744.
HSL color Cylindrical-coordinate representation of color #286B5C: hue angle of 166.57º 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 #286B5C is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 92 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.58 |
| HSL | 166.57º | 0.46% | 0.29% | - |
| HSV(B) | 166.57º | 0.63% | 0.42% | - |
| XYZ | 8.06 | 11.74 | 11.97 | - |
| YUV | 85.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 92 | 0.63 | 0 | 0.14 | 0.58 | 166.57 | 0.46 | 0.29 |
| Hex | 28 | 6B | 5C | 3F | 0 | E | 3A | A7 | 2E | 1D |
| Octal | 50 | 153 | 134 | 77 | 0 | 16 | 72 | 247 | 56 | 35 |
| Binary | 101000 | 1101011 | 1011100 | 111111 | 0 | 1110 | 111010 | 10100111 | 101110 | 11101 |
Color Harmonies of #286B5C
Complementary color
Monochromatic Colors of #286B5C
Black with #286B5C
Text Example
Text Example
White with #286B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B5C; }
p { color: rgb(40,107,92); }
H1.HeaderClassName
{
color: #286B5C;
}
.AnyTagClassName
{
color: #286B5C;
}
</style>
background-color css
<style>
a { background-color: #286B5C; }
a { background-color: rgb(40,107,92); }
div.DivClassName
{
background-color: #286B5C;
}
.BgClassName
{
background-color: #286B5C;
}
</style>
border-color css
<style>
span { border-color: #286B5C; }
span { border-color: rgb(40,107,92); }
td.TdClassName
{
border-color: #286B5C;
}
.TagClassName
{
border-color: #286B5C;
}
</style>