#2C685D

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

Shades of Eden #2C685D

Tints of Eden #2C685D

Color information

#2C685D (or 0x2C685D) is unknown color: approx Eden. HEX triplet: 2C, 68 and 5D. RGB value is (44,104,93). Sum of RGB (Red+Green+Blue) = 44+104+93=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #2C685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C685D is #D397A2. Grayscale: #545454. Windows color (decimal): -13866915 or 6121516. OLE color: 6121516.

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

Color convert

RGB4410493-
CMYK0.5800.110.59
HSL169º40.54%29.02%-
HSV(B)169º57.69%40.78%-
XYZ7.9611.2312.1-
YUV84.81132.6298.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.26%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=18.26%
G=43.15%
B=38.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104930.5800.110.5916940.5429.02
Hex2C685D3A0B3Ba9291d
Octal5415013572013732515135
Binary10110011010001011101111010010111110111010100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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