Shades of Evening Sea #286D52
Tints of Evening Sea #286D52
RGB
CMYK
RGB Variations
Color information
#286D52 (or 0x286D52) is known color: Evening Sea. HEX triplet: 28, 6D and 52. RGB value is (40,109,82). Sum of RGB (Red+Green+Blue) = 40+109+82=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #286D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D52 is #D792AD. Grayscale: #555555. Windows color (decimal): -14127790 or 5401896. OLE color: 5401896.
HSL color Cylindrical-coordinate representation of color #286D52: hue angle of 156.52º 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 #286D52 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 109 | 82 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.57 |
| HSL | 156.52º | 0.46% | 0.29% | - |
| HSV(B) | 156.52º | 0.63% | 0.43% | - |
| XYZ | 7.87 | 12 | 9.88 | - |
| YUV | 85.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 82 | 0.63 | 0 | 0.25 | 0.57 | 156.52 | 0.46 | 0.29 |
| Hex | 28 | 6D | 52 | 3F | 0 | 19 | 39 | 9D | 2E | 1D |
| Octal | 50 | 155 | 122 | 77 | 0 | 31 | 71 | 235 | 56 | 35 |
| Binary | 101000 | 1101101 | 1010010 | 111111 | 0 | 11001 | 111001 | 10011101 | 101110 | 11101 |
Color Harmonies of #286D52
Complementary color
Monochromatic Colors of #286D52
Black with #286D52
Text Example
Text Example
White with #286D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D52; }
p { color: rgb(40,109,82); }
H1.HeaderClassName
{
color: #286D52;
}
.AnyTagClassName
{
color: #286D52;
}
</style>
background-color css
<style>
a { background-color: #286D52; }
a { background-color: rgb(40,109,82); }
div.DivClassName
{
background-color: #286D52;
}
.BgClassName
{
background-color: #286D52;
}
</style>
border-color css
<style>
span { border-color: #286D52; }
span { border-color: rgb(40,109,82); }
td.TdClassName
{
border-color: #286D52;
}
.TagClassName
{
border-color: #286D52;
}
</style>