Shades of Evening Sea #286D50
Tints of Evening Sea #286D50
RGB
CMYK
RGB Variations
Color information
#286D50 (or 0x286D50) is known color: Evening Sea. HEX triplet: 28, 6D and 50. RGB value is (40,109,80). Sum of RGB (Red+Green+Blue) = 40+109+80=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #286D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D50 is #D792AF. Grayscale: #555555. Windows color (decimal): -14127792 or 5270824. OLE color: 5270824.
HSL color Cylindrical-coordinate representation of color #286D50: hue angle of 154.78º 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 #286D50 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 109 | 80 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.57 |
| HSL | 154.78º | 0.46% | 0.29% | - |
| HSV(B) | 154.78º | 0.63% | 0.43% | - |
| XYZ | 7.79 | 11.97 | 9.49 | - |
| YUV | 85.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 80 | 0.63 | 0 | 0.27 | 0.57 | 154.78 | 0.46 | 0.29 |
| Hex | 28 | 6D | 50 | 3F | 0 | 1B | 39 | 9B | 2E | 1D |
| Octal | 50 | 155 | 120 | 77 | 0 | 33 | 71 | 233 | 56 | 35 |
| Binary | 101000 | 1101101 | 1010000 | 111111 | 0 | 11011 | 111001 | 10011011 | 101110 | 11101 |
Color Harmonies of #286D50
Complementary color
Monochromatic Colors of #286D50
Black with #286D50
Text Example
Text Example
White with #286D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D50; }
p { color: rgb(40,109,80); }
H1.HeaderClassName
{
color: #286D50;
}
.AnyTagClassName
{
color: #286D50;
}
</style>
background-color css
<style>
a { background-color: #286D50; }
a { background-color: rgb(40,109,80); }
div.DivClassName
{
background-color: #286D50;
}
.BgClassName
{
background-color: #286D50;
}
</style>
border-color css
<style>
span { border-color: #286D50; }
span { border-color: rgb(40,109,80); }
td.TdClassName
{
border-color: #286D50;
}
.TagClassName
{
border-color: #286D50;
}
</style>