Shades of Eden #28715F
Tints of Eden #28715F
RGB
CMYK
RGB Variations
Color information
#28715F (or 0x28715F) is known color: Eden. HEX triplet: 28, 71 and 5F. RGB value is (40,113,95). Sum of RGB (Red+Green+Blue) = 40+113+95=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #28715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28715F is #D78EA0. Grayscale: #595959. Windows color (decimal): -14126753 or 6254888. OLE color: 6254888.
HSL color Cylindrical-coordinate representation of color #28715F: hue angle of 165.21º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28715F is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 113 | 95 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.56 |
| HSL | 165.21º | 0.48% | 0.3% | - |
| HSV(B) | 165.21º | 0.65% | 0.44% | - |
| XYZ | 8.85 | 13.09 | 12.89 | - |
| YUV | 89.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 95 | 0.65 | 0 | 0.16 | 0.56 | 165.21 | 0.48 | 0.3 |
| Hex | 28 | 71 | 5F | 41 | 0 | 10 | 38 | A5 | 30 | 1E |
| Octal | 50 | 161 | 137 | 101 | 0 | 20 | 70 | 245 | 60 | 36 |
| Binary | 101000 | 1110001 | 1011111 | 1000001 | 0 | 10000 | 111000 | 10100101 | 110000 | 11110 |
Color Harmonies of #28715F
Complementary color
Monochromatic Colors of #28715F
Black with #28715F
Text Example
Text Example
White with #28715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28715F; }
p { color: rgb(40,113,95); }
H1.HeaderClassName
{
color: #28715F;
}
.AnyTagClassName
{
color: #28715F;
}
</style>
background-color css
<style>
a { background-color: #28715F; }
a { background-color: rgb(40,113,95); }
div.DivClassName
{
background-color: #28715F;
}
.BgClassName
{
background-color: #28715F;
}
</style>
border-color css
<style>
span { border-color: #28715F; }
span { border-color: rgb(40,113,95); }
td.TdClassName
{
border-color: #28715F;
}
.TagClassName
{
border-color: #28715F;
}
</style>