#285E48

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

Shades of Evening Sea #285E48

Tints of Evening Sea #285E48

Color information

#285E48 (or 0x285E48) is unknown color: approx Evening Sea. HEX triplet: 28, 5E and 48. RGB value is (40,94,72). Sum of RGB (Red+Green+Blue) = 40+94+72=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #285E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E48 is #D7A1B7. Grayscale: #4B4B4B. Windows color (decimal): -14131640 or 4742696. OLE color: 4742696.

HSL color Cylindrical-coordinate representation of color #285E48: hue angle of 155.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285E48 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB409472-
CMYK0.5700.230.63
HSL155.56º40.3%26.27%-
HSV(B)155.56º57.45%36.86%-
XYZ6.058.927.53-
YUV75.35126.11102.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.42%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=19.42%
G=45.63%
B=34.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4094720.5700.230.63155.5640.326.27
Hex285E48390173F9c281a
Octal5013611071027772345032
Binary101000101111010010001110010101111111111001110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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