Shades of Eden #28705C
Tints of Eden #28705C
RGB
CMYK
RGB Variations
Color information
#28705C (or 0x28705C) is known color: Eden. HEX triplet: 28, 70 and 5C. RGB value is (40,112,92). Sum of RGB (Red+Green+Blue) = 40+112+92=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #28705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28705C is #D78FA3. Grayscale: #585858. Windows color (decimal): -14127012 or 6058024. OLE color: 6058024.
HSL color Cylindrical-coordinate representation of color #28705C: hue angle of 163.33º 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 #28705C is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 92 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.56 |
| HSL | 163.33º | 0.47% | 0.3% | - |
| HSV(B) | 163.33º | 0.64% | 0.44% | - |
| XYZ | 8.6 | 12.81 | 12.14 | - |
| YUV | 88.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 92 | 0.64 | 0 | 0.18 | 0.56 | 163.33 | 0.47 | 0.3 |
| Hex | 28 | 70 | 5C | 40 | 0 | 12 | 38 | A3 | 2F | 1E |
| Octal | 50 | 160 | 134 | 100 | 0 | 22 | 70 | 243 | 57 | 36 |
| Binary | 101000 | 1110000 | 1011100 | 1000000 | 0 | 10010 | 111000 | 10100011 | 101111 | 11110 |
Color Harmonies of #28705C
Complementary color
Monochromatic Colors of #28705C
Black with #28705C
Text Example
Text Example
White with #28705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28705C; }
p { color: rgb(40,112,92); }
H1.HeaderClassName
{
color: #28705C;
}
.AnyTagClassName
{
color: #28705C;
}
</style>
background-color css
<style>
a { background-color: #28705C; }
a { background-color: rgb(40,112,92); }
div.DivClassName
{
background-color: #28705C;
}
.BgClassName
{
background-color: #28705C;
}
</style>
border-color css
<style>
span { border-color: #28705C; }
span { border-color: rgb(40,112,92); }
td.TdClassName
{
border-color: #28705C;
}
.TagClassName
{
border-color: #28705C;
}
</style>