#285F5D

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

Shades of Eden #285F5D

Tints of Eden #285F5D

Color information

#285F5D (or 0x285F5D) is unknown color: approx Eden. HEX triplet: 28, 5F and 5D. RGB value is (40,95,93). Sum of RGB (Red+Green+Blue) = 40+95+93=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #285F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F5D is #D7A0A2. Grayscale: #4E4E4E. Windows color (decimal): -14131363 or 6119208. OLE color: 6119208.

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

Color convert

RGB409593-
CMYK0.5800.020.63
HSL177.82º40.74%26.47%-
HSV(B)177.82º57.89%37.25%-
XYZ6.949.4311.81-
YUV78.33136.28100.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=17.54%
G=41.67%
B=40.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4095930.5800.020.63177.8240.7426.47
Hex285F5D3A023Fb2291a
Octal501371357202772625132
Binary101000101111110111011110100101111111011001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,95,93); }

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

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

 a { background-color: rgb(40,95,93); }

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

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

 span { border-color: rgb(40,95,93); }

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