#2D5F53

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

Shades of Eden #2D5F53

Tints of Eden #2D5F53

Color information

#2D5F53 (or 0x2D5F53) is unknown color: approx Eden. HEX triplet: 2D, 5F and 53. RGB value is (45,95,83). Sum of RGB (Red+Green+Blue) = 45+95+83=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5F53 is #D2A0AC. Grayscale: #4E4E4E. Windows color (decimal): -13803693 or 5463853. OLE color: 5463853.

HSL color Cylindrical-coordinate representation of color #2D5F53: hue angle of 165.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5F53 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB459583-
CMYK0.5300.130.63
HSL165.6º35.71%27.45%-
HSV(B)165.6º52.63%37.25%-
XYZ6.749.379.64-
YUV78.68130.44103.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=20.18%
G=42.60%
B=37.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4595830.5300.130.63165.635.7127.45
Hex2D5F53350D3Fa6241b
Octal5513712365015772464433
Binary10110110111111010011110101011011111111010011010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,95,83); }

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

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

 a { background-color: rgb(45,95,83); }

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

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

 span { border-color: rgb(45,95,83); }

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