Shades of Evening Sea #286F52
Tints of Evening Sea #286F52
RGB
CMYK
RGB Variations
Color information
#286F52 (or 0x286F52) is known color: Evening Sea. HEX triplet: 28, 6F and 52. RGB value is (40,111,82). Sum of RGB (Red+Green+Blue) = 40+111+82=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #286F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F52 is #D790AD. Grayscale: #565656. Windows color (decimal): -14127278 or 5402408. OLE color: 5402408.
HSL color Cylindrical-coordinate representation of color #286F52: hue angle of 155.49º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286F52 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 111 | 82 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.56 |
| HSL | 155.49º | 0.47% | 0.3% | - |
| HSV(B) | 155.49º | 0.64% | 0.44% | - |
| XYZ | 8.08 | 12.43 | 9.96 | - |
| YUV | 86.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 82 | 0.64 | 0 | 0.26 | 0.56 | 155.49 | 0.47 | 0.3 |
| Hex | 28 | 6F | 52 | 40 | 0 | 1A | 38 | 9B | 2F | 1E |
| Octal | 50 | 157 | 122 | 100 | 0 | 32 | 70 | 233 | 57 | 36 |
| Binary | 101000 | 1101111 | 1010010 | 1000000 | 0 | 11010 | 111000 | 10011011 | 101111 | 11110 |
Color Harmonies of #286F52
Complementary color
Monochromatic Colors of #286F52
Black with #286F52
Text Example
Text Example
White with #286F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F52; }
p { color: rgb(40,111,82); }
H1.HeaderClassName
{
color: #286F52;
}
.AnyTagClassName
{
color: #286F52;
}
</style>
background-color css
<style>
a { background-color: #286F52; }
a { background-color: rgb(40,111,82); }
div.DivClassName
{
background-color: #286F52;
}
.BgClassName
{
background-color: #286F52;
}
</style>
border-color css
<style>
span { border-color: #286F52; }
span { border-color: rgb(40,111,82); }
td.TdClassName
{
border-color: #286F52;
}
.TagClassName
{
border-color: #286F52;
}
</style>