Shades of Evening Sea #285C4F
Tints of Evening Sea #285C4F
RGB
CMYK
RGB Variations
Color information
#285C4F (or 0x285C4F) is known color: Evening Sea. HEX triplet: 28, 5C and 4F. RGB value is (40,92,79). Sum of RGB (Red+Green+Blue) = 40+92+79=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #285C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C4F is #D7A3B0. Grayscale: #4A4A4A. Windows color (decimal): -14132145 or 5200936. OLE color: 5200936.
HSL color Cylindrical-coordinate representation of color #285C4F: hue angle of 165º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285C4F is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 79 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.64 |
| HSL | 165º | 0.39% | 0.26% | - |
| HSV(B) | 165º | 0.57% | 0.36% | - |
| XYZ | 6.11 | 8.67 | 8.75 | - |
| YUV | 74.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 79 | 0.57 | 0 | 0.14 | 0.64 | 165 | 0.39 | 0.26 |
| Hex | 28 | 5C | 4F | 39 | 0 | E | 40 | A5 | 27 | 1A |
| Octal | 50 | 134 | 117 | 71 | 0 | 16 | 100 | 245 | 47 | 32 |
| Binary | 101000 | 1011100 | 1001111 | 111001 | 0 | 1110 | 1000000 | 10100101 | 100111 | 11010 |
Color Harmonies of #285C4F
Complementary color
Monochromatic Colors of #285C4F
Black with #285C4F
Text Example
Text Example
White with #285C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C4F; }
p { color: rgb(40,92,79); }
H1.HeaderClassName
{
color: #285C4F;
}
.AnyTagClassName
{
color: #285C4F;
}
</style>
background-color css
<style>
a { background-color: #285C4F; }
a { background-color: rgb(40,92,79); }
div.DivClassName
{
background-color: #285C4F;
}
.BgClassName
{
background-color: #285C4F;
}
</style>
border-color css
<style>
span { border-color: #285C4F; }
span { border-color: rgb(40,92,79); }
td.TdClassName
{
border-color: #285C4F;
}
.TagClassName
{
border-color: #285C4F;
}
</style>