#2A605E

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

Shades of Eden #2A605E

Tints of Eden #2A605E

Color information

#2A605E (or 0x2A605E) is unknown color: approx Eden. HEX triplet: 2A, 60 and 5E. RGB value is (42,96,94). Sum of RGB (Red+Green+Blue) = 42+96+94=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #2A605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A605E is #D59FA1. Grayscale: #4F4F4F. Windows color (decimal): -14000034 or 6185002. OLE color: 6185002.

HSL color Cylindrical-coordinate representation of color #2A605E: hue angle of 177.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A605E is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB429694-
CMYK0.5600.020.62
HSL177.78º39.13%27.06%-
HSV(B)177.78º56.25%37.65%-
XYZ7.169.6712.08-
YUV79.63136.11101.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=18.10%
G=41.38%
B=40.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296940.5600.020.62177.7839.1327.06
Hex2A605E38023Eb2271b
Octal521401367002762624733
Binary101010110000010111101110000101111101011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,94); }

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

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

 a { background-color: rgb(42,96,94); }

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

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

 span { border-color: rgb(42,96,94); }

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