Shades of Eden #28574F
Tints of Eden #28574F
RGB
CMYK
RGB Variations
Color information
#28574F (or 0x28574F) is known color: Eden. HEX triplet: 28, 57 and 4F. RGB value is (40,87,79). Sum of RGB (Red+Green+Blue) = 40+87+79=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #28574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28574F is #D7A8B0. Grayscale: #484848. Windows color (decimal): -14133425 or 5199656. OLE color: 5199656.
HSL color Cylindrical-coordinate representation of color #28574F: hue angle of 169.79º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #28574F is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 87 | 79 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.66 |
| HSL | 169.79º | 0.37% | 0.25% | - |
| HSV(B) | 169.79º | 0.54% | 0.34% | - |
| XYZ | 5.69 | 7.83 | 8.61 | - |
| YUV | 72.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 79 | 0.54 | 0 | 0.09 | 0.66 | 169.79 | 0.37 | 0.25 |
| Hex | 28 | 57 | 4F | 36 | 0 | 9 | 42 | AA | 25 | 19 |
| Octal | 50 | 127 | 117 | 66 | 0 | 11 | 102 | 252 | 45 | 31 |
| Binary | 101000 | 1010111 | 1001111 | 110110 | 0 | 1001 | 1000010 | 10101010 | 100101 | 11001 |
Color Harmonies of #28574F
Complementary color
Monochromatic Colors of #28574F
Black with #28574F
Text Example
Text Example
White with #28574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28574F; }
p { color: rgb(40,87,79); }
H1.HeaderClassName
{
color: #28574F;
}
.AnyTagClassName
{
color: #28574F;
}
</style>
background-color css
<style>
a { background-color: #28574F; }
a { background-color: rgb(40,87,79); }
div.DivClassName
{
background-color: #28574F;
}
.BgClassName
{
background-color: #28574F;
}
</style>
border-color css
<style>
span { border-color: #28574F; }
span { border-color: rgb(40,87,79); }
td.TdClassName
{
border-color: #28574F;
}
.TagClassName
{
border-color: #28574F;
}
</style>