#2A665B

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

Shades of Eden #2A665B

Tints of Eden #2A665B

Color information

#2A665B (or 0x2A665B) is unknown color: approx Eden. HEX triplet: 2A, 66 and 5B. RGB value is (42,102,91). Sum of RGB (Red+Green+Blue) = 42+102+91=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #2A665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A665B is #D599A4. Grayscale: #525252. Windows color (decimal): -13998501 or 5989930. OLE color: 5989930.

HSL color Cylindrical-coordinate representation of color #2A665B: hue angle of 169º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A665B is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB4210291-
CMYK0.5900.110.6
HSL169º41.67%28.24%-
HSV(B)169º58.82%40%-
XYZ7.5910.7511.57-
YUV82.81132.6298.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=17.87%
G=43.40%
B=38.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42102910.5900.110.616941.6728.24
Hex2A665B3B0B3Ca92a1c
Octal5214613373013742515234
Binary10101011001101011011111011010111111001010100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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