Shades of Evening Sea #286D55
Tints of Evening Sea #286D55
RGB
CMYK
RGB Variations
Color information
#286D55 (or 0x286D55) is known color: Evening Sea. HEX triplet: 28, 6D and 55. RGB value is (40,109,85). Sum of RGB (Red+Green+Blue) = 40+109+85=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #286D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D55 is #D792AA. Grayscale: #555555. Windows color (decimal): -14127787 or 5598504. OLE color: 5598504.
HSL color Cylindrical-coordinate representation of color #286D55: hue angle of 159.13º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286D55 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 109 | 85 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.57 |
| HSL | 159.13º | 0.46% | 0.29% | - |
| HSV(B) | 159.13º | 0.63% | 0.43% | - |
| XYZ | 7.98 | 12.04 | 10.5 | - |
| YUV | 85.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 85 | 0.63 | 0 | 0.22 | 0.57 | 159.13 | 0.46 | 0.29 |
| Hex | 28 | 6D | 55 | 3F | 0 | 16 | 39 | 9F | 2E | 1D |
| Octal | 50 | 155 | 125 | 77 | 0 | 26 | 71 | 237 | 56 | 35 |
| Binary | 101000 | 1101101 | 1010101 | 111111 | 0 | 10110 | 111001 | 10011111 | 101110 | 11101 |
Color Harmonies of #286D55
Complementary color
Monochromatic Colors of #286D55
Black with #286D55
Text Example
Text Example
White with #286D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D55; }
p { color: rgb(40,109,85); }
H1.HeaderClassName
{
color: #286D55;
}
.AnyTagClassName
{
color: #286D55;
}
</style>
background-color css
<style>
a { background-color: #286D55; }
a { background-color: rgb(40,109,85); }
div.DivClassName
{
background-color: #286D55;
}
.BgClassName
{
background-color: #286D55;
}
</style>
border-color css
<style>
span { border-color: #286D55; }
span { border-color: rgb(40,109,85); }
td.TdClassName
{
border-color: #286D55;
}
.TagClassName
{
border-color: #286D55;
}
</style>