Shades of Eden #28755B
Tints of Eden #28755B
RGB
CMYK
RGB Variations
Color information
#28755B (or 0x28755B) is known color: Eden. HEX triplet: 28, 75 and 5B. RGB value is (40,117,91). Sum of RGB (Red+Green+Blue) = 40+117+91=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #28755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28755B is #D78AA4. Grayscale: #5B5B5B. Windows color (decimal): -14125733 or 5993768. OLE color: 5993768.
HSL color Cylindrical-coordinate representation of color #28755B: hue angle of 159.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28755B is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 91 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.54 |
| HSL | 159.74º | 0.49% | 0.31% | - |
| HSV(B) | 159.74º | 0.66% | 0.46% | - |
| XYZ | 9.12 | 13.93 | 12.11 | - |
| YUV | 91.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 91 | 0.66 | 0 | 0.22 | 0.54 | 159.74 | 0.49 | 0.31 |
| Hex | 28 | 75 | 5B | 42 | 0 | 16 | 36 | A0 | 31 | 1F |
| Octal | 50 | 165 | 133 | 102 | 0 | 26 | 66 | 240 | 61 | 37 |
| Binary | 101000 | 1110101 | 1011011 | 1000010 | 0 | 10110 | 110110 | 10100000 | 110001 | 11111 |
Color Harmonies of #28755B
Complementary color
Monochromatic Colors of #28755B
Black with #28755B
Text Example
Text Example
White with #28755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28755B; }
p { color: rgb(40,117,91); }
H1.HeaderClassName
{
color: #28755B;
}
.AnyTagClassName
{
color: #28755B;
}
</style>
background-color css
<style>
a { background-color: #28755B; }
a { background-color: rgb(40,117,91); }
div.DivClassName
{
background-color: #28755B;
}
.BgClassName
{
background-color: #28755B;
}
</style>
border-color css
<style>
span { border-color: #28755B; }
span { border-color: rgb(40,117,91); }
td.TdClassName
{
border-color: #28755B;
}
.TagClassName
{
border-color: #28755B;
}
</style>