Shades of Evening Sea #286C52
Tints of Evening Sea #286C52
RGB
CMYK
RGB Variations
Color information
#286C52 (or 0x286C52) is known color: Evening Sea. HEX triplet: 28, 6C and 52. RGB value is (40,108,82). Sum of RGB (Red+Green+Blue) = 40+108+82=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #286C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C52 is #D793AD. Grayscale: #545454. Windows color (decimal): -14128046 or 5401640. OLE color: 5401640.
HSL color Cylindrical-coordinate representation of color #286C52: hue angle of 157.06º 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 #286C52 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 82 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.58 |
| HSL | 157.06º | 0.46% | 0.29% | - |
| HSV(B) | 157.06º | 0.63% | 0.42% | - |
| XYZ | 7.76 | 11.79 | 9.85 | - |
| YUV | 84.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 82 | 0.63 | 0 | 0.24 | 0.58 | 157.06 | 0.46 | 0.29 |
| Hex | 28 | 6C | 52 | 3F | 0 | 18 | 3A | 9D | 2E | 1D |
| Octal | 50 | 154 | 122 | 77 | 0 | 30 | 72 | 235 | 56 | 35 |
| Binary | 101000 | 1101100 | 1010010 | 111111 | 0 | 11000 | 111010 | 10011101 | 101110 | 11101 |
Color Harmonies of #286C52
Complementary color
Monochromatic Colors of #286C52
Black with #286C52
Text Example
Text Example
White with #286C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C52; }
p { color: rgb(40,108,82); }
H1.HeaderClassName
{
color: #286C52;
}
.AnyTagClassName
{
color: #286C52;
}
</style>
background-color css
<style>
a { background-color: #286C52; }
a { background-color: rgb(40,108,82); }
div.DivClassName
{
background-color: #286C52;
}
.BgClassName
{
background-color: #286C52;
}
</style>
border-color css
<style>
span { border-color: #286C52; }
span { border-color: rgb(40,108,82); }
td.TdClassName
{
border-color: #286C52;
}
.TagClassName
{
border-color: #286C52;
}
</style>