#2D685C

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

Shades of Eden #2D685C

Tints of Eden #2D685C

Color information

#2D685C (or 0x2D685C) is unknown color: approx Eden. HEX triplet: 2D, 68 and 5C. RGB value is (45,104,92). Sum of RGB (Red+Green+Blue) = 45+104+92=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #2D685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D685C is #D297A3. Grayscale: #545454. Windows color (decimal): -13801380 or 6055981. OLE color: 6055981.

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

Color convert

RGB4510492-
CMYK0.5700.120.59
HSL167.8º39.6%29.22%-
HSV(B)167.8º56.73%40.78%-
XYZ7.9611.2311.87-
YUV84.99131.9599.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.67%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=18.67%
G=43.15%
B=38.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45104920.5700.120.59167.839.629.22
Hex2D685C390C3Ba8281d
Octal5515013471014732505035
Binary10110111010001011100111001011001110111010100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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