#2B6160

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

Shades of Eden #2B6160

Tints of Eden #2B6160

Color information

#2B6160 (or 0x2B6160) is unknown color: approx Eden. HEX triplet: 2B, 61 and 60. RGB value is (43,97,96). Sum of RGB (Red+Green+Blue) = 43+97+96=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6160 is #D49E9F. Grayscale: #505050. Windows color (decimal): -13934240 or 6316331. OLE color: 6316331.

HSL color Cylindrical-coordinate representation of color #2B6160: hue angle of 178.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6160 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB439796-
CMYK0.5600.010.62
HSL178.89º38.57%27.45%-
HSV(B)178.89º55.67%38.04%-
XYZ7.389.9112.59-
YUV80.74136.61101.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=18.22%
G=41.10%
B=40.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397960.5600.010.62178.8938.5727.45
Hex2B616038013Eb3271b
Octal531411407001762634733
Binary10101111000011100000111000011111101011001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,96); }

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

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

 a { background-color: rgb(43,97,96); }

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

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

 span { border-color: rgb(43,97,96); }

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