#2D605D

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

Shades of Eden #2D605D

Tints of Eden #2D605D

Color information

#2D605D (or 0x2D605D) is unknown color: approx Eden. HEX triplet: 2D, 60 and 5D. RGB value is (45,96,93). Sum of RGB (Red+Green+Blue) = 45+96+93=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #2D605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D605D is #D29FA2. Grayscale: #505050. Windows color (decimal): -13803427 or 6119469. OLE color: 6119469.

HSL color Cylindrical-coordinate representation of color #2D605D: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D605D is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB459693-
CMYK0.5300.030.62
HSL176.47º36.17%27.65%-
HSV(B)176.47º53.12%37.65%-
XYZ7.249.7111.85-
YUV80.41135.1102.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.23%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=19.23%
G=41.03%
B=39.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596930.5300.030.62176.4736.1727.65
Hex2D605D35033Eb0241c
Octal551401356503762604434
Binary101101110000010111011101010111111101011000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,96,93); }

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

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

 a { background-color: rgb(45,96,93); }

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

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

 span { border-color: rgb(45,96,93); }

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