#2A655B

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

Shades of Eden #2A655B

Tints of Eden #2A655B

Color information

#2A655B (or 0x2A655B) is unknown color: approx Eden. HEX triplet: 2A, 65 and 5B. RGB value is (42,101,91). Sum of RGB (Red+Green+Blue) = 42+101+91=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #2A655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A655B is #D59AA4. Grayscale: #525252. Windows color (decimal): -13998757 or 5989674. OLE color: 5989674.

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

Color convert

RGB4210191-
CMYK0.5800.100.60
HSL169.83º41.26%28.04%-
HSV(B)169.83º58.42%39.61%-
XYZ7.510.5511.54-
YUV82.22132.9599.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 101 (39.84% from 255) = 43.16%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=17.95%
G=43.16%
B=38.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42101910.5800.100.60169.8341.2628.04
Hex2A655B3A0A3Caa291c
Octal5214513372012742525134
Binary10101011001011011011111010010101111001010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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