Shades of Evening Sea #285A46
Tints of Evening Sea #285A46
RGB
CMYK
RGB Variations
Color information
#285A46 (or 0x285A46) is known color: Evening Sea. HEX triplet: 28, 5A and 46. RGB value is (40,90,70). Sum of RGB (Red+Green+Blue) = 40+90+70=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #285A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A46 is #D7A5B9. Grayscale: #484848. Windows color (decimal): -14132666 or 4610600. OLE color: 4610600.
HSL color Cylindrical-coordinate representation of color #285A46: hue angle of 156º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A46 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 70 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.65 |
| HSL | 156º | 0.38% | 0.25% | - |
| HSV(B) | 156º | 0.56% | 0.35% | - |
| XYZ | 5.64 | 8.21 | 7.08 | - |
| YUV | 72.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 70 | 0.56 | 0 | 0.22 | 0.65 | 156 | 0.38 | 0.25 |
| Hex | 28 | 5A | 46 | 38 | 0 | 16 | 41 | 9C | 26 | 19 |
| Octal | 50 | 132 | 106 | 70 | 0 | 26 | 101 | 234 | 46 | 31 |
| Binary | 101000 | 1011010 | 1000110 | 111000 | 0 | 10110 | 1000001 | 10011100 | 100110 | 11001 |
Color Harmonies of #285A46
Complementary color
Monochromatic Colors of #285A46
Black with #285A46
Text Example
Text Example
White with #285A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A46; }
p { color: rgb(40,90,70); }
H1.HeaderClassName
{
color: #285A46;
}
.AnyTagClassName
{
color: #285A46;
}
</style>
background-color css
<style>
a { background-color: #285A46; }
a { background-color: rgb(40,90,70); }
div.DivClassName
{
background-color: #285A46;
}
.BgClassName
{
background-color: #285A46;
}
</style>
border-color css
<style>
span { border-color: #285A46; }
span { border-color: rgb(40,90,70); }
td.TdClassName
{
border-color: #285A46;
}
.TagClassName
{
border-color: #285A46;
}
</style>