#2A615E

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

Shades of Eden #2A615E

Tints of Eden #2A615E

Color information

#2A615E (or 0x2A615E) is unknown color: approx Eden. HEX triplet: 2A, 61 and 5E. RGB value is (42,97,94). Sum of RGB (Red+Green+Blue) = 42+97+94=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #2A615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A615E is #D59EA1. Grayscale: #505050. Windows color (decimal): -13999778 or 6185258. OLE color: 6185258.

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

Color convert

RGB429794-
CMYK0.5700.030.62
HSL176.73º39.57%27.25%-
HSV(B)176.73º56.7%38.04%-
XYZ7.259.8512.11-
YUV80.21135.78100.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=18.03%
G=41.63%
B=40.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297940.5700.030.62176.7339.5727.25
Hex2A615E39033Eb1281b
Octal521411367103762615033
Binary101010110000110111101110010111111101011000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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