#2A615B

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

Shades of Eden #2A615B

Tints of Eden #2A615B

Color information

#2A615B (or 0x2A615B) is unknown color: approx Eden. HEX triplet: 2A, 61 and 5B. RGB value is (42,97,91). Sum of RGB (Red+Green+Blue) = 42+97+91=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #2A615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A615B is #D59EA4. Grayscale: #4F4F4F. Windows color (decimal): -13999781 or 5988650. OLE color: 5988650.

HSL color Cylindrical-coordinate representation of color #2A615B: hue angle of 173.45º 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 #2A615B is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB429791-
CMYK0.5700.060.62
HSL173.45º39.57%27.25%-
HSV(B)173.45º56.7%38.04%-
XYZ7.129.811.41-
YUV79.87134.28100.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=18.26%
G=42.17%
B=39.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297910.5700.060.62173.4539.5727.25
Hex2A615B39063Ead281b
Octal521411337106762555033
Binary1010101100001101101111100101101111101010110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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