Shades of Eden #28625A
Tints of Eden #28625A
RGB
CMYK
RGB Variations
Color information
#28625A (or 0x28625A) is known color: Eden. HEX triplet: 28, 62 and 5A. RGB value is (40,98,90). Sum of RGB (Red+Green+Blue) = 40+98+90=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #28625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28625A is #D79DA5. Grayscale: #4F4F4F. Windows color (decimal): -14130598 or 5923368. OLE color: 5923368.
HSL color Cylindrical-coordinate representation of color #28625A: hue angle of 171.72º 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 #28625A is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 98 | 90 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.62 |
| HSL | 171.72º | 0.42% | 0.27% | - |
| HSV(B) | 171.72º | 0.59% | 0.38% | - |
| XYZ | 7.09 | 9.92 | 11.21 | - |
| YUV | 79.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 90 | 0.59 | 0 | 0.08 | 0.62 | 171.72 | 0.42 | 0.27 |
| Hex | 28 | 62 | 5A | 3B | 0 | 8 | 3E | AC | 2A | 1B |
| Octal | 50 | 142 | 132 | 73 | 0 | 10 | 76 | 254 | 52 | 33 |
| Binary | 101000 | 1100010 | 1011010 | 111011 | 0 | 1000 | 111110 | 10101100 | 101010 | 11011 |
Color Harmonies of #28625A
Complementary color
Monochromatic Colors of #28625A
Black with #28625A
Text Example
Text Example
White with #28625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28625A; }
p { color: rgb(40,98,90); }
H1.HeaderClassName
{
color: #28625A;
}
.AnyTagClassName
{
color: #28625A;
}
</style>
background-color css
<style>
a { background-color: #28625A; }
a { background-color: rgb(40,98,90); }
div.DivClassName
{
background-color: #28625A;
}
.BgClassName
{
background-color: #28625A;
}
</style>
border-color css
<style>
span { border-color: #28625A; }
span { border-color: rgb(40,98,90); }
td.TdClassName
{
border-color: #28625A;
}
.TagClassName
{
border-color: #28625A;
}
</style>