#2A7559

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

Shades of Eden #2A7559

Tints of Eden #2A7559

Color information

#2A7559 (or 0x2A7559) is unknown color: approx Eden. HEX triplet: 2A, 75 and 59. RGB value is (42,117,89). Sum of RGB (Red+Green+Blue) = 42+117+89=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7559 is #D58AA6. Grayscale: #5B5B5B. Windows color (decimal): -13994663 or 5862698. OLE color: 5862698.

HSL color Cylindrical-coordinate representation of color #2A7559: hue angle of 157.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7559 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB4211789-
CMYK0.6400.240.54
HSL157.6º47.17%31.18%-
HSV(B)157.6º64.1%45.88%-
XYZ9.1213.9411.66-
YUV91.38126.6592.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=16.94%
G=47.18%
B=35.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117890.6400.240.54157.647.1731.18
Hex2A755940018369e2f1f
Octal52165131100030662365737
Binary1010101110101101100110000000110001101101001111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,89); }

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

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

 a { background-color: rgb(42,117,89); }

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

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

 span { border-color: rgb(42,117,89); }

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