#2C685F

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

Shades of Eden #2C685F

Tints of Eden #2C685F

Color information

#2C685F (or 0x2C685F) is unknown color: approx Eden. HEX triplet: 2C, 68 and 5F. RGB value is (44,104,95). Sum of RGB (Red+Green+Blue) = 44+104+95=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #2C685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C685F is #D397A0. Grayscale: #555555. Windows color (decimal): -13866913 or 6252588. OLE color: 6252588.

HSL color Cylindrical-coordinate representation of color #2C685F: hue angle of 171º 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 #2C685F is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB4410495-
CMYK0.5800.090.59
HSL171º40.54%29.02%-
HSV(B)171º57.69%40.78%-
XYZ8.0511.2612.58-
YUV85.03133.6298.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.11%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=18.11%
G=42.80%
B=39.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104950.5800.090.5917140.5429.02
Hex2C685F3A093Bab291d
Octal5415013772011732535135
Binary10110011010001011111111010010011110111010101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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