Shades of Evening Sea #285F4E
Tints of Evening Sea #285F4E
RGB
CMYK
RGB Variations
Color information
#285F4E (or 0x285F4E) is known color: Evening Sea. HEX triplet: 28, 5F and 4E. RGB value is (40,95,78). Sum of RGB (Red+Green+Blue) = 40+95+78=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #285F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F4E is #D7A0B1. Grayscale: #4C4C4C. Windows color (decimal): -14131378 or 5136168. OLE color: 5136168.
HSL color Cylindrical-coordinate representation of color #285F4E: hue angle of 161.45º 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 #285F4E is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 78 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.63 |
| HSL | 161.45º | 0.41% | 0.26% | - |
| HSV(B) | 161.45º | 0.58% | 0.37% | - |
| XYZ | 6.34 | 9.19 | 8.65 | - |
| YUV | 76.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 78 | 0.58 | 0 | 0.18 | 0.63 | 161.45 | 0.41 | 0.26 |
| Hex | 28 | 5F | 4E | 3A | 0 | 12 | 3F | A1 | 29 | 1A |
| Octal | 50 | 137 | 116 | 72 | 0 | 22 | 77 | 241 | 51 | 32 |
| Binary | 101000 | 1011111 | 1001110 | 111010 | 0 | 10010 | 111111 | 10100001 | 101001 | 11010 |
Color Harmonies of #285F4E
Complementary color
Monochromatic Colors of #285F4E
Black with #285F4E
Text Example
Text Example
White with #285F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F4E; }
p { color: rgb(40,95,78); }
H1.HeaderClassName
{
color: #285F4E;
}
.AnyTagClassName
{
color: #285F4E;
}
</style>
background-color css
<style>
a { background-color: #285F4E; }
a { background-color: rgb(40,95,78); }
div.DivClassName
{
background-color: #285F4E;
}
.BgClassName
{
background-color: #285F4E;
}
</style>
border-color css
<style>
span { border-color: #285F4E; }
span { border-color: rgb(40,95,78); }
td.TdClassName
{
border-color: #285F4E;
}
.TagClassName
{
border-color: #285F4E;
}
</style>