#2A5E56

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

Shades of Eden #2A5E56

Tints of Eden #2A5E56

Color information

#2A5E56 (or 0x2A5E56) is unknown color: approx Eden. HEX triplet: 2A, 5E and 56. RGB value is (42,94,86). Sum of RGB (Red+Green+Blue) = 42+94+86=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 94 - color contains mainly: green. Hex color #2A5E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E56 is #D5A1A9. Grayscale: #4D4D4D. Windows color (decimal): -14000554 or 5660202. OLE color: 5660202.

HSL color Cylindrical-coordinate representation of color #2A5E56: hue angle of 170.77º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5E56 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB429486-
CMYK0.5500.090.63
HSL170.77º38.24%26.67%-
HSV(B)170.77º55.32%36.86%-
XYZ6.649.1710.22-
YUV77.54132.77102.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=18.92%
G=42.34%
B=38.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4294860.5500.090.63170.7738.2426.67
Hex2A5E5637093Fab261b
Octal5213612667011772534633
Binary10101010111101010110110111010011111111010101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,94,86); }

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

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

 a { background-color: rgb(42,94,86); }

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

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

 span { border-color: rgb(42,94,86); }

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