Shades of Eden #28625E
Tints of Eden #28625E
RGB
CMYK
RGB Variations
Color information
#28625E (or 0x28625E) is known color: Eden. HEX triplet: 28, 62 and 5E. RGB value is (40,98,94). Sum of RGB (Red+Green+Blue) = 40+98+94=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #28625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28625E is #D79DA1. Grayscale: #505050. Windows color (decimal): -14130594 or 6185512. OLE color: 6185512.
HSL color Cylindrical-coordinate representation of color #28625E: hue angle of 175.86º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28625E is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 98 | 94 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.62 |
| HSL | 175.86º | 0.42% | 0.27% | - |
| HSV(B) | 175.86º | 0.59% | 0.38% | - |
| XYZ | 7.26 | 9.99 | 12.14 | - |
| YUV | 80.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 94 | 0.59 | 0 | 0.04 | 0.62 | 175.86 | 0.42 | 0.27 |
| Hex | 28 | 62 | 5E | 3B | 0 | 4 | 3E | B0 | 2A | 1B |
| Octal | 50 | 142 | 136 | 73 | 0 | 4 | 76 | 260 | 52 | 33 |
| Binary | 101000 | 1100010 | 1011110 | 111011 | 0 | 100 | 111110 | 10110000 | 101010 | 11011 |
Color Harmonies of #28625E
Complementary color
Monochromatic Colors of #28625E
Black with #28625E
Text Example
Text Example
White with #28625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28625E; }
p { color: rgb(40,98,94); }
H1.HeaderClassName
{
color: #28625E;
}
.AnyTagClassName
{
color: #28625E;
}
</style>
background-color css
<style>
a { background-color: #28625E; }
a { background-color: rgb(40,98,94); }
div.DivClassName
{
background-color: #28625E;
}
.BgClassName
{
background-color: #28625E;
}
</style>
border-color css
<style>
span { border-color: #28625E; }
span { border-color: rgb(40,98,94); }
td.TdClassName
{
border-color: #28625E;
}
.TagClassName
{
border-color: #28625E;
}
</style>