#2B695D

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

Shades of Eden #2B695D

Tints of Eden #2B695D

Color information

#2B695D (or 0x2B695D) is unknown color: approx Eden. HEX triplet: 2B, 69 and 5D. RGB value is (43,105,93). Sum of RGB (Red+Green+Blue) = 43+105+93=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #2B695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B695D is #D496A2. Grayscale: #555555. Windows color (decimal): -13932195 or 6121771. OLE color: 6121771.

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

Color convert

RGB4310593-
CMYK0.5900.110.59
HSL168.39º41.89%29.02%-
HSV(B)168.39º59.05%41.18%-
XYZ8.0211.4112.13-
YUV85.09132.4697.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=17.84%
G=43.57%
B=38.59%

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
Decimal43105930.5900.110.59168.3941.8929.02
Hex2B695D3B0B3Ba82a1d
Octal5315113573013732505235
Binary10101111010011011101111011010111110111010100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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