Shades of Eden #286A5F
Tints of Eden #286A5F
RGB
CMYK
RGB Variations
Color information
#286A5F (or 0x286A5F) is known color: Eden. HEX triplet: 28, 6A and 5F. RGB value is (40,106,95). Sum of RGB (Red+Green+Blue) = 40+106+95=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #286A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286A5F is #D795A0. Grayscale: #545454. Windows color (decimal): -14128545 or 6253096. OLE color: 6253096.
HSL color Cylindrical-coordinate representation of color #286A5F: hue angle of 170º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286A5F is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 106 | 95 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.58 |
| HSL | 170º | 0.45% | 0.29% | - |
| HSV(B) | 170º | 0.62% | 0.42% | - |
| XYZ | 8.09 | 11.59 | 12.64 | - |
| YUV | 85.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 95 | 0.62 | 0 | 0.10 | 0.58 | 170 | 0.45 | 0.29 |
| Hex | 28 | 6A | 5F | 3E | 0 | A | 3A | AA | 2D | 1D |
| Octal | 50 | 152 | 137 | 76 | 0 | 12 | 72 | 252 | 55 | 35 |
| Binary | 101000 | 1101010 | 1011111 | 111110 | 0 | 1010 | 111010 | 10101010 | 101101 | 11101 |
Color Harmonies of #286A5F
Complementary color
Monochromatic Colors of #286A5F
Black with #286A5F
Text Example
Text Example
White with #286A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A5F; }
p { color: rgb(40,106,95); }
H1.HeaderClassName
{
color: #286A5F;
}
.AnyTagClassName
{
color: #286A5F;
}
</style>
background-color css
<style>
a { background-color: #286A5F; }
a { background-color: rgb(40,106,95); }
div.DivClassName
{
background-color: #286A5F;
}
.BgClassName
{
background-color: #286A5F;
}
</style>
border-color css
<style>
span { border-color: #286A5F; }
span { border-color: rgb(40,106,95); }
td.TdClassName
{
border-color: #286A5F;
}
.TagClassName
{
border-color: #286A5F;
}
</style>