#285D58

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

Shades of Eden #285D58

Tints of Eden #285D58

Color information

#285D58 (or 0x285D58) is unknown color: approx Eden. HEX triplet: 28, 5D and 58. RGB value is (40,93,88). Sum of RGB (Red+Green+Blue) = 40+93+88=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #285D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D58 is #D7A2A7. Grayscale: #4C4C4C. Windows color (decimal): -14131880 or 5791016. OLE color: 5791016.

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

Color convert

RGB409388-
CMYK0.5700.050.64
HSL174.34º39.85%26.08%-
HSV(B)174.34º56.99%36.47%-
XYZ6.558.9810.62-
YUV76.58134.44101.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=18.10%
G=42.08%
B=39.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4093880.5700.050.64174.3439.8526.08
Hex285D58390540ae281a
Octal5013513071051002565032
Binary10100010111011011000111001010110000001010111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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