Shades of Eden #28705F
Tints of Eden #28705F
RGB
CMYK
RGB Variations
Color information
#28705F (or 0x28705F) is known color: Eden. HEX triplet: 28, 70 and 5F. RGB value is (40,112,95). Sum of RGB (Red+Green+Blue) = 40+112+95=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #28705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28705F is #D78FA0. Grayscale: #585858. Windows color (decimal): -14127009 or 6254632. OLE color: 6254632.
HSL color Cylindrical-coordinate representation of color #28705F: hue angle of 165.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28705F is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 95 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.56 |
| HSL | 165.83º | 0.47% | 0.3% | - |
| HSV(B) | 165.83º | 0.64% | 0.44% | - |
| XYZ | 8.73 | 12.87 | 12.85 | - |
| YUV | 88.53 | 131.65 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 95 | 0.64 | 0 | 0.15 | 0.56 | 165.83 | 0.47 | 0.3 |
| Hex | 28 | 70 | 5F | 40 | 0 | F | 38 | A6 | 2F | 1E |
| Octal | 50 | 160 | 137 | 100 | 0 | 17 | 70 | 246 | 57 | 36 |
| Binary | 101000 | 1110000 | 1011111 | 1000000 | 0 | 1111 | 111000 | 10100110 | 101111 | 11110 |
Color Harmonies of #28705F
Complementary color
Monochromatic Colors of #28705F
Black with #28705F
Text Example
Text Example
White with #28705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28705F; }
p { color: rgb(40,112,95); }
H1.HeaderClassName
{
color: #28705F;
}
.AnyTagClassName
{
color: #28705F;
}
</style>
background-color css
<style>
a { background-color: #28705F; }
a { background-color: rgb(40,112,95); }
div.DivClassName
{
background-color: #28705F;
}
.BgClassName
{
background-color: #28705F;
}
</style>
border-color css
<style>
span { border-color: #28705F; }
span { border-color: rgb(40,112,95); }
td.TdClassName
{
border-color: #28705F;
}
.TagClassName
{
border-color: #28705F;
}
</style>