#2C685C

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

Shades of Eden #2C685C

Tints of Eden #2C685C

Color information

#2C685C (or 0x2C685C) is unknown color: approx Eden. HEX triplet: 2C, 68 and 5C. RGB value is (44,104,92). Sum of RGB (Red+Green+Blue) = 44+104+92=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #2C685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C685C is #D397A3. Grayscale: #545454. Windows color (decimal): -13866916 or 6055980. OLE color: 6055980.

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

Color convert

RGB4410492-
CMYK0.5800.120.59
HSL168º40.54%29.02%-
HSV(B)168º57.69%40.78%-
XYZ7.9211.2111.87-
YUV84.69132.1298.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.33%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=18.33%
G=43.33%
B=38.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104920.5800.120.5916840.5429.02
Hex2C685C3A0C3Ba8291d
Octal5415013472014732505135
Binary10110011010001011100111010011001110111010100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,104,92); }

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

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

 a { background-color: rgb(44,104,92); }

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

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

 span { border-color: rgb(44,104,92); }

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