#2B6E57

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

Shades of Eden #2B6E57

Tints of Eden #2B6E57

Color information

#2B6E57 (or 0x2B6E57) is unknown color: approx Eden. HEX triplet: 2B, 6E and 57. RGB value is (43,110,87). Sum of RGB (Red+Green+Blue) = 43+110+87=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E57 is #D491A8. Grayscale: #575757. Windows color (decimal): -13930921 or 5729835. OLE color: 5729835.

HSL color Cylindrical-coordinate representation of color #2B6E57: hue angle of 159.4º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6E57 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB4311087-
CMYK0.6100.210.57
HSL159.4º43.79%30%-
HSV(B)159.4º60.91%43.14%-
XYZ8.2912.3510.96-
YUV87.34127.896.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=17.92%
G=45.83%
B=36.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43110870.6100.210.57159.443.7930
Hex2B6E573D015399f2c1e
Octal5315612775025712375436
Binary101011110111010101111111010101011110011001111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,110,87); }

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

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

 a { background-color: rgb(43,110,87); }

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

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

 span { border-color: rgb(43,110,87); }

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