#2A655A

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

Shades of Eden #2A655A

Tints of Eden #2A655A

Color information

#2A655A (or 0x2A655A) is unknown color: approx Eden. HEX triplet: 2A, 65 and 5A. RGB value is (42,101,90). Sum of RGB (Red+Green+Blue) = 42+101+90=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #2A655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A655A is #D59AA5. Grayscale: #525252. Windows color (decimal): -13998758 or 5924138. OLE color: 5924138.

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

Color convert

RGB4210190-
CMYK0.5800.110.60
HSL168.81º41.26%28.04%-
HSV(B)168.81º58.42%39.61%-
XYZ7.4510.5411.31-
YUV82.1132.4599.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=18.03%
G=43.35%
B=38.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42101900.5800.110.60168.8141.2628.04
Hex2A655A3A0B3Ca9291c
Octal5214513272013742515134
Binary10101011001011011010111010010111111001010100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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