#2A655C

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

Shades of Eden #2A655C

Tints of Eden #2A655C

Color information

#2A655C (or 0x2A655C) is unknown color: approx Eden. HEX triplet: 2A, 65 and 5C. RGB value is (42,101,92). Sum of RGB (Red+Green+Blue) = 42+101+92=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #2A655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A655C is #D59AA3. Grayscale: #525252. Windows color (decimal): -13998756 or 6055210. OLE color: 6055210.

HSL color Cylindrical-coordinate representation of color #2A655C: hue angle of 170.85º 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 #2A655C is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB4210192-
CMYK0.5800.090.60
HSL170.85º41.26%28.04%-
HSV(B)170.85º58.42%39.61%-
XYZ7.5410.5711.77-
YUV82.33133.4599.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=17.87%
G=42.98%
B=39.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42101920.5800.090.60170.8541.2628.04
Hex2A655C3A093Cab291c
Octal5214513472011742535134
Binary10101011001011011100111010010011111001010101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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