Shades of Evening Sea #286B4F
Tints of Evening Sea #286B4F
RGB
CMYK
RGB Variations
Color information
#286B4F (or 0x286B4F) is known color: Evening Sea. HEX triplet: 28, 6B and 4F. RGB value is (40,107,79). Sum of RGB (Red+Green+Blue) = 40+107+79=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #286B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B4F is #D794B0. Grayscale: #535353. Windows color (decimal): -14128305 or 5204776. OLE color: 5204776.
HSL color Cylindrical-coordinate representation of color #286B4F: hue angle of 154.93º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286B4F is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 79 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.58 |
| HSL | 154.93º | 0.46% | 0.29% | - |
| HSV(B) | 154.93º | 0.63% | 0.42% | - |
| XYZ | 7.54 | 11.53 | 9.23 | - |
| YUV | 83.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 79 | 0.63 | 0 | 0.26 | 0.58 | 154.93 | 0.46 | 0.29 |
| Hex | 28 | 6B | 4F | 3F | 0 | 1A | 3A | 9B | 2E | 1D |
| Octal | 50 | 153 | 117 | 77 | 0 | 32 | 72 | 233 | 56 | 35 |
| Binary | 101000 | 1101011 | 1001111 | 111111 | 0 | 11010 | 111010 | 10011011 | 101110 | 11101 |
Color Harmonies of #286B4F
Complementary color
Monochromatic Colors of #286B4F
Black with #286B4F
Text Example
Text Example
White with #286B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B4F; }
p { color: rgb(40,107,79); }
H1.HeaderClassName
{
color: #286B4F;
}
.AnyTagClassName
{
color: #286B4F;
}
</style>
background-color css
<style>
a { background-color: #286B4F; }
a { background-color: rgb(40,107,79); }
div.DivClassName
{
background-color: #286B4F;
}
.BgClassName
{
background-color: #286B4F;
}
</style>
border-color css
<style>
span { border-color: #286B4F; }
span { border-color: rgb(40,107,79); }
td.TdClassName
{
border-color: #286B4F;
}
.TagClassName
{
border-color: #286B4F;
}
</style>