#2A6561

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

Shades of Eden #2A6561

Tints of Eden #2A6561

Color information

#2A6561 (or 0x2A6561) is unknown color: approx Eden. HEX triplet: 2A, 65 and 61. RGB value is (42,101,97). Sum of RGB (Red+Green+Blue) = 42+101+97=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #2A6561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6561 is #D59A9E. Grayscale: #525252. Windows color (decimal): -13998751 or 6382890. OLE color: 6382890.

HSL color Cylindrical-coordinate representation of color #2A6561: hue angle of 175.93º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6561 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB4210197-
CMYK0.5800.040.60
HSL175.93º41.26%28.04%-
HSV(B)175.93º58.42%39.61%-
XYZ7.7710.6612.96-
YUV82.9135.9598.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=17.5%
G=42.08%
B=40.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42101970.5800.040.60175.9341.2628.04
Hex2A65613A043Cb0291c
Octal521451417204742605134
Binary1010101100101110000111101001001111001011000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,101,97); }

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

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

 a { background-color: rgb(42,101,97); }

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

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

 span { border-color: rgb(42,101,97); }

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