#2C6E57

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

Shades of Eden #2C6E57

Tints of Eden #2C6E57

Color information

#2C6E57 (or 0x2C6E57) is unknown color: approx Eden. HEX triplet: 2C, 6E and 57. RGB value is (44,110,87). Sum of RGB (Red+Green+Blue) = 44+110+87=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6E57 is #D391A8. Grayscale: #575757. Windows color (decimal): -13865385 or 5729836. OLE color: 5729836.

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

Color convert

RGB4411087-
CMYK0.600.210.57
HSL159.09º42.86%30.2%-
HSV(B)159.09º60%43.14%-
XYZ8.3312.3810.97-
YUV87.64127.6396.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.26%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=18.26%
G=45.64%
B=36.10%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44110870.600.210.57159.0942.8630.2
Hex2C6E573C015399f2b1e
Octal5415612774025712375336
Binary101100110111010101111111000101011110011001111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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