#2B655C

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

Shades of Eden #2B655C

Tints of Eden #2B655C

Color information

#2B655C (or 0x2B655C) is unknown color: approx Eden. HEX triplet: 2B, 65 and 5C. RGB value is (43,101,92). Sum of RGB (Red+Green+Blue) = 43+101+92=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #2B655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B655C is #D49AA3. Grayscale: #525252. Windows color (decimal): -13933220 or 6055211. OLE color: 6055211.

HSL color Cylindrical-coordinate representation of color #2B655C: hue angle of 170.69º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B655C is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB4310192-
CMYK0.5700.090.60
HSL170.69º40.28%28.24%-
HSV(B)170.69º57.43%39.61%-
XYZ7.5810.5911.77-
YUV82.63133.2899.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=18.22%
G=42.80%
B=38.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43101920.5700.090.60170.6940.2828.24
Hex2B655C39093Cab281c
Octal5314513471011742535034
Binary10101111001011011100111001010011111001010101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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