Shades of Eden #285F52
Tints of Eden #285F52
RGB
CMYK
RGB Variations
Color information
#285F52 (or 0x285F52) is known color: Eden. HEX triplet: 28, 5F and 52. RGB value is (40,95,82). Sum of RGB (Red+Green+Blue) = 40+95+82=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #285F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F52 is #D7A0AD. Grayscale: #4D4D4D. Windows color (decimal): -14131374 or 5398312. OLE color: 5398312.
HSL color Cylindrical-coordinate representation of color #285F52: hue angle of 165.82º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F52 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 82 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.63 |
| HSL | 165.82º | 0.41% | 0.26% | - |
| HSV(B) | 165.82º | 0.58% | 0.37% | - |
| XYZ | 6.49 | 9.24 | 9.42 | - |
| YUV | 77.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 82 | 0.58 | 0 | 0.14 | 0.63 | 165.82 | 0.41 | 0.26 |
| Hex | 28 | 5F | 52 | 3A | 0 | E | 3F | A6 | 29 | 1A |
| Octal | 50 | 137 | 122 | 72 | 0 | 16 | 77 | 246 | 51 | 32 |
| Binary | 101000 | 1011111 | 1010010 | 111010 | 0 | 1110 | 111111 | 10100110 | 101001 | 11010 |
Color Harmonies of #285F52
Complementary color
Monochromatic Colors of #285F52
Black with #285F52
Text Example
Text Example
White with #285F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F52; }
p { color: rgb(40,95,82); }
H1.HeaderClassName
{
color: #285F52;
}
.AnyTagClassName
{
color: #285F52;
}
</style>
background-color css
<style>
a { background-color: #285F52; }
a { background-color: rgb(40,95,82); }
div.DivClassName
{
background-color: #285F52;
}
.BgClassName
{
background-color: #285F52;
}
</style>
border-color css
<style>
span { border-color: #285F52; }
span { border-color: rgb(40,95,82); }
td.TdClassName
{
border-color: #285F52;
}
.TagClassName
{
border-color: #285F52;
}
</style>