#2B685C

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

Shades of Eden #2B685C

Tints of Eden #2B685C

Color information

#2B685C (or 0x2B685C) is unknown color: approx Eden. HEX triplet: 2B, 68 and 5C. RGB value is (43,104,92). Sum of RGB (Red+Green+Blue) = 43+104+92=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #2B685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B685C is #D497A3. Grayscale: #545454. Windows color (decimal): -13932452 or 6055979. OLE color: 6055979.

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

Color convert

RGB4310492-
CMYK0.5900.120.59
HSL168.2º41.5%28.82%-
HSV(B)168.2º58.65%40.78%-
XYZ7.8811.1911.87-
YUV84.39132.2998.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=17.99%
G=43.51%
B=38.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104920.5900.120.59168.241.528.82
Hex2B685C3B0C3Ba8291d
Octal5315013473014732505135
Binary10101111010001011100111011011001110111010100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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