Shades of Eden #285C52
Tints of Eden #285C52
RGB
CMYK
RGB Variations
Color information
#285C52 (or 0x285C52) is known color: Eden. HEX triplet: 28, 5C and 52. RGB value is (40,92,82). Sum of RGB (Red+Green+Blue) = 40+92+82=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #285C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C52 is #D7A3AD. Grayscale: #4B4B4B. Windows color (decimal): -14132142 or 5397544. OLE color: 5397544.
HSL color Cylindrical-coordinate representation of color #285C52: hue angle of 168.46º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285C52 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 82 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.64 |
| HSL | 168.46º | 0.39% | 0.26% | - |
| HSV(B) | 168.46º | 0.57% | 0.36% | - |
| XYZ | 6.23 | 8.71 | 9.34 | - |
| YUV | 75.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 82 | 0.57 | 0 | 0.11 | 0.64 | 168.46 | 0.39 | 0.26 |
| Hex | 28 | 5C | 52 | 39 | 0 | B | 40 | A8 | 27 | 1A |
| Octal | 50 | 134 | 122 | 71 | 0 | 13 | 100 | 250 | 47 | 32 |
| Binary | 101000 | 1011100 | 1010010 | 111001 | 0 | 1011 | 1000000 | 10101000 | 100111 | 11010 |
Color Harmonies of #285C52
Complementary color
Monochromatic Colors of #285C52
Black with #285C52
Text Example
Text Example
White with #285C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C52; }
p { color: rgb(40,92,82); }
H1.HeaderClassName
{
color: #285C52;
}
.AnyTagClassName
{
color: #285C52;
}
</style>
background-color css
<style>
a { background-color: #285C52; }
a { background-color: rgb(40,92,82); }
div.DivClassName
{
background-color: #285C52;
}
.BgClassName
{
background-color: #285C52;
}
</style>
border-color css
<style>
span { border-color: #285C52; }
span { border-color: rgb(40,92,82); }
td.TdClassName
{
border-color: #285C52;
}
.TagClassName
{
border-color: #285C52;
}
</style>