#285A48

Color #285A48 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #285A48

Tints of Evening Sea #285A48

Color information

#285A48 (or 0x285A48) is unknown color: approx Evening Sea. HEX triplet: 28, 5A and 48. RGB value is (40,90,72). Sum of RGB (Red+Green+Blue) = 40+90+72=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #285A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A48 is #D7A5B7. Grayscale: #494949. Windows color (decimal): -14132664 or 4741672. OLE color: 4741672.

HSL color Cylindrical-coordinate representation of color #285A48: hue angle of 158.4º 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 #285A48 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB409072-
CMYK0.5600.200.65
HSL158.4º38.46%25.49%-
HSV(B)158.4º55.56%35.29%-
XYZ5.78.237.42-
YUV73127.44104.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=19.80%
G=44.55%
B=35.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090720.5600.200.65158.438.4625.49
Hex285A4838014419e2619
Octal50132110700241012364631
Binary1010001011010100100011100001010010000011001111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285A48; }

 p { color: rgb(40,90,72); }

 H1.HeaderClassName
 {
   color: #285A48;
 }
 .AnyTagClassName
 {
   color: #285A48;
 }
</style>
background-color css

<style>
 a { background-color: #285A48; }

 a { background-color: rgb(40,90,72); }

 div.DivClassName
 {
   background-color: #285A48;
 }
 .BgClassName
 {
   background-color: #285A48;
 }
</style>
border-color css

<style>
 span { border-color: #285A48; }

 span { border-color: rgb(40,90,72); }

 td.TdClassName
 {
   border-color: #285A48;
 }
 .TagClassName
 {
   border-color: #285A48;
 }
</style>