#285F56

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

Shades of Eden #285F56

Tints of Eden #285F56

Color information

#285F56 (or 0x285F56) is unknown color: approx Eden. HEX triplet: 28, 5F and 56. RGB value is (40,95,86). Sum of RGB (Red+Green+Blue) = 40+95+86=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #285F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F56 is #D7A0A9. Grayscale: #4D4D4D. Windows color (decimal): -14131370 or 5660456. OLE color: 5660456.

HSL color Cylindrical-coordinate representation of color #285F56: hue angle of 170.18º 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 #285F56 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB409586-
CMYK0.5800.090.63
HSL170.18º40.74%26.47%-
HSV(B)170.18º57.89%37.25%-
XYZ6.659.3110.25-
YUV77.53132.78101.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=18.10%
G=42.99%
B=38.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4095860.5800.090.63170.1840.7426.47
Hex285F563A093Faa291a
Octal5013712672011772525132
Binary10100010111111010110111010010011111111010101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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