#2A615C

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

Shades of Eden #2A615C

Tints of Eden #2A615C

Color information

#2A615C (or 0x2A615C) is unknown color: approx Eden. HEX triplet: 2A, 61 and 5C. RGB value is (42,97,92). Sum of RGB (Red+Green+Blue) = 42+97+92=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #2A615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A615C is #D59EA3. Grayscale: #4F4F4F. Windows color (decimal): -13999780 or 6054186. OLE color: 6054186.

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

Color convert

RGB429792-
CMYK0.5700.050.62
HSL174.55º39.57%27.25%-
HSV(B)174.55º56.7%38.04%-
XYZ7.169.8111.64-
YUV79.98134.78100.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=18.18%
G=41.99%
B=39.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297920.5700.050.62174.5539.5727.25
Hex2A615C39053Eaf281b
Octal521411347105762575033
Binary1010101100001101110011100101011111101010111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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