#2A5B58

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

Shades of Eden #2A5B58

Tints of Eden #2A5B58

Color information

#2A5B58 (or 0x2A5B58) is unknown color: approx Eden. HEX triplet: 2A, 5B and 58. RGB value is (42,91,88). Sum of RGB (Red+Green+Blue) = 42+91+88=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #2A5B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5B58 is #D5A4A7. Grayscale: #4B4B4B. Windows color (decimal): -14001320 or 5790506. OLE color: 5790506.

HSL color Cylindrical-coordinate representation of color #2A5B58: hue angle of 176.33º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A5B58 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB429188-
CMYK0.5400.030.64
HSL176.33º36.84%26.08%-
HSV(B)176.33º53.85%35.69%-
XYZ6.468.6810.57-
YUV76.01134.77103.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=19.00%
G=41.18%
B=39.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4291880.5400.030.64176.3336.8426.08
Hex2A5B58360340b0251a
Octal5213313066031002604532
Binary1010101011011101100011011001110000001011000010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5B58; }

 p { color: rgb(42,91,88); }

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

<style>
 a { background-color: #2A5B58; }

 a { background-color: rgb(42,91,88); }

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

<style>
 span { border-color: #2A5B58; }

 span { border-color: rgb(42,91,88); }

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