Shades of Evening Sea #285F49
Tints of Evening Sea #285F49
RGB
CMYK
RGB Variations
Color information
#285F49 (or 0x285F49) is known color: Evening Sea. HEX triplet: 28, 5F and 49. RGB value is (40,95,73). Sum of RGB (Red+Green+Blue) = 40+95+73=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #285F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F49 is #D7A0B6. Grayscale: #4C4C4C. Windows color (decimal): -14131383 or 4808488. OLE color: 4808488.
HSL color Cylindrical-coordinate representation of color #285F49: hue angle of 156º 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 #285F49 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 73 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.63 |
| HSL | 156º | 0.41% | 0.26% | - |
| HSV(B) | 156º | 0.58% | 0.37% | - |
| XYZ | 6.17 | 9.12 | 7.74 | - |
| YUV | 76.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 73 | 0.58 | 0 | 0.23 | 0.63 | 156 | 0.41 | 0.26 |
| Hex | 28 | 5F | 49 | 3A | 0 | 17 | 3F | 9C | 29 | 1A |
| Octal | 50 | 137 | 111 | 72 | 0 | 27 | 77 | 234 | 51 | 32 |
| Binary | 101000 | 1011111 | 1001001 | 111010 | 0 | 10111 | 111111 | 10011100 | 101001 | 11010 |
Color Harmonies of #285F49
Complementary color
Monochromatic Colors of #285F49
Black with #285F49
Text Example
Text Example
White with #285F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F49; }
p { color: rgb(40,95,73); }
H1.HeaderClassName
{
color: #285F49;
}
.AnyTagClassName
{
color: #285F49;
}
</style>
background-color css
<style>
a { background-color: #285F49; }
a { background-color: rgb(40,95,73); }
div.DivClassName
{
background-color: #285F49;
}
.BgClassName
{
background-color: #285F49;
}
</style>
border-color css
<style>
span { border-color: #285F49; }
span { border-color: rgb(40,95,73); }
td.TdClassName
{
border-color: #285F49;
}
.TagClassName
{
border-color: #285F49;
}
</style>