Shades of Evening Sea #286A4E
Tints of Evening Sea #286A4E
RGB
CMYK
RGB Variations
Color information
#286A4E (or 0x286A4E) is known color: Evening Sea. HEX triplet: 28, 6A and 4E. RGB value is (40,106,78). Sum of RGB (Red+Green+Blue) = 40+106+78=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #286A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286A4E is #D795B1. Grayscale: #535353. Windows color (decimal): -14128562 or 5138984. OLE color: 5138984.
HSL color Cylindrical-coordinate representation of color #286A4E: hue angle of 154.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286A4E is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 106 | 78 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.58 |
| HSL | 154.55º | 0.45% | 0.29% | - |
| HSV(B) | 154.55º | 0.62% | 0.42% | - |
| XYZ | 7.4 | 11.31 | 9 | - |
| YUV | 83.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 78 | 0.62 | 0 | 0.26 | 0.58 | 154.55 | 0.45 | 0.29 |
| Hex | 28 | 6A | 4E | 3E | 0 | 1A | 3A | 9B | 2D | 1D |
| Octal | 50 | 152 | 116 | 76 | 0 | 32 | 72 | 233 | 55 | 35 |
| Binary | 101000 | 1101010 | 1001110 | 111110 | 0 | 11010 | 111010 | 10011011 | 101101 | 11101 |
Color Harmonies of #286A4E
Complementary color
Monochromatic Colors of #286A4E
Black with #286A4E
Text Example
Text Example
White with #286A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A4E; }
p { color: rgb(40,106,78); }
H1.HeaderClassName
{
color: #286A4E;
}
.AnyTagClassName
{
color: #286A4E;
}
</style>
background-color css
<style>
a { background-color: #286A4E; }
a { background-color: rgb(40,106,78); }
div.DivClassName
{
background-color: #286A4E;
}
.BgClassName
{
background-color: #286A4E;
}
</style>
border-color css
<style>
span { border-color: #286A4E; }
span { border-color: rgb(40,106,78); }
td.TdClassName
{
border-color: #286A4E;
}
.TagClassName
{
border-color: #286A4E;
}
</style>