#2B685D

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

Shades of Eden #2B685D

Tints of Eden #2B685D

Color information

#2B685D (or 0x2B685D) is unknown color: approx Eden. HEX triplet: 2B, 68 and 5D. RGB value is (43,104,93). Sum of RGB (Red+Green+Blue) = 43+104+93=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #2B685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B685D is #D497A2. Grayscale: #545454. Windows color (decimal): -13932451 or 6121515. OLE color: 6121515.

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

Color convert

RGB4310493-
CMYK0.5900.110.59
HSL169.18º41.5%28.82%-
HSV(B)169.18º58.65%40.78%-
XYZ7.9211.212.1-
YUV84.51132.7998.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=17.92%
G=43.33%
B=38.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104930.5900.110.59169.1841.528.82
Hex2B685D3B0B3Ba9291d
Octal5315013573013732515135
Binary10101111010001011101111011010111110111010100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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