#2D6B57

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

Shades of Eden #2D6B57

Tints of Eden #2D6B57

Color information

#2D6B57 (or 0x2D6B57) is unknown color: approx Eden. HEX triplet: 2D, 6B and 57. RGB value is (45,107,87). Sum of RGB (Red+Green+Blue) = 45+107+87=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B57 is #D294A8. Grayscale: #565656. Windows color (decimal): -13800617 or 5729069. OLE color: 5729069.

HSL color Cylindrical-coordinate representation of color #2D6B57: hue angle of 160.65º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6B57 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB4510787-
CMYK0.5800.190.58
HSL160.65º40.79%29.8%-
HSV(B)160.65º57.94%41.96%-
XYZ8.0611.7610.86-
YUV86.18128.4698.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.83%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=18.83%
G=44.77%
B=36.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45107870.5800.190.58160.6540.7929.8
Hex2D6B573A0133Aa1291e
Octal5515312772023722415136
Binary101101110101110101111110100100111110101010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,107,87); }

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

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

 a { background-color: rgb(45,107,87); }

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

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

 span { border-color: rgb(45,107,87); }

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