#285A47

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

Shades of Evening Sea #285A47

Tints of Evening Sea #285A47

Color information

#285A47 (or 0x285A47) is unknown color: approx Evening Sea. HEX triplet: 28, 5A and 47. RGB value is (40,90,71). Sum of RGB (Red+Green+Blue) = 40+90+71=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #285A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A47 is #D7A5B8. Grayscale: #484848. Windows color (decimal): -14132665 or 4676136. OLE color: 4676136.

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

Color convert

RGB409071-
CMYK0.5600.210.65
HSL157.2º38.46%25.49%-
HSV(B)157.2º55.56%35.29%-
XYZ5.678.227.25-
YUV72.88126.94104.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=19.90%
G=44.78%
B=35.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090710.5600.210.65157.238.4625.49
Hex285A4738015419d2619
Octal50132107700251012354631
Binary1010001011010100011111100001010110000011001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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