Shades of Eden #285D59
Tints of Eden #285D59
RGB
CMYK
RGB Variations
Color information
#285D59 (or 0x285D59) is known color: Eden. HEX triplet: 28, 5D and 59. RGB value is (40,93,89). Sum of RGB (Red+Green+Blue) = 40+93+89=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #285D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D59 is #D7A2A6. Grayscale: #4C4C4C. Windows color (decimal): -14131879 or 5856552. OLE color: 5856552.
HSL color Cylindrical-coordinate representation of color #285D59: hue angle of 175.47º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D59 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 89 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.64 |
| HSL | 175.47º | 0.4% | 0.26% | - |
| HSV(B) | 175.47º | 0.57% | 0.36% | - |
| XYZ | 6.59 | 9 | 10.84 | - |
| YUV | 76.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 89 | 0.57 | 0 | 0.04 | 0.64 | 175.47 | 0.4 | 0.26 |
| Hex | 28 | 5D | 59 | 39 | 0 | 4 | 40 | AF | 28 | 1A |
| Octal | 50 | 135 | 131 | 71 | 0 | 4 | 100 | 257 | 50 | 32 |
| Binary | 101000 | 1011101 | 1011001 | 111001 | 0 | 100 | 1000000 | 10101111 | 101000 | 11010 |
Color Harmonies of #285D59
Complementary color
Monochromatic Colors of #285D59
Black with #285D59
Text Example
Text Example
White with #285D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D59; }
p { color: rgb(40,93,89); }
H1.HeaderClassName
{
color: #285D59;
}
.AnyTagClassName
{
color: #285D59;
}
</style>
background-color css
<style>
a { background-color: #285D59; }
a { background-color: rgb(40,93,89); }
div.DivClassName
{
background-color: #285D59;
}
.BgClassName
{
background-color: #285D59;
}
</style>
border-color css
<style>
span { border-color: #285D59; }
span { border-color: rgb(40,93,89); }
td.TdClassName
{
border-color: #285D59;
}
.TagClassName
{
border-color: #285D59;
}
</style>