Shades of Evening Sea #285C4A
Tints of Evening Sea #285C4A
RGB
CMYK
RGB Variations
Color information
#285C4A (or 0x285C4A) is known color: Evening Sea. HEX triplet: 28, 5C and 4A. RGB value is (40,92,74). Sum of RGB (Red+Green+Blue) = 40+92+74=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #285C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C4A is #D7A3B5. Grayscale: #4A4A4A. Windows color (decimal): -14132150 or 4873256. OLE color: 4873256.
HSL color Cylindrical-coordinate representation of color #285C4A: hue angle of 159.23º 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 #285C4A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 74 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.64 |
| HSL | 159.23º | 0.39% | 0.26% | - |
| HSV(B) | 159.23º | 0.57% | 0.36% | - |
| XYZ | 5.94 | 8.6 | 7.83 | - |
| YUV | 74.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 74 | 0.57 | 0 | 0.20 | 0.64 | 159.23 | 0.39 | 0.26 |
| Hex | 28 | 5C | 4A | 39 | 0 | 14 | 40 | 9F | 27 | 1A |
| Octal | 50 | 134 | 112 | 71 | 0 | 24 | 100 | 237 | 47 | 32 |
| Binary | 101000 | 1011100 | 1001010 | 111001 | 0 | 10100 | 1000000 | 10011111 | 100111 | 11010 |
Color Harmonies of #285C4A
Complementary color
Monochromatic Colors of #285C4A
Black with #285C4A
Text Example
Text Example
White with #285C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C4A; }
p { color: rgb(40,92,74); }
H1.HeaderClassName
{
color: #285C4A;
}
.AnyTagClassName
{
color: #285C4A;
}
</style>
background-color css
<style>
a { background-color: #285C4A; }
a { background-color: rgb(40,92,74); }
div.DivClassName
{
background-color: #285C4A;
}
.BgClassName
{
background-color: #285C4A;
}
</style>
border-color css
<style>
span { border-color: #285C4A; }
span { border-color: rgb(40,92,74); }
td.TdClassName
{
border-color: #285C4A;
}
.TagClassName
{
border-color: #285C4A;
}
</style>