#2B6A56

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

Shades of Eden #2B6A56

Tints of Eden #2B6A56

Color information

#2B6A56 (or 0x2B6A56) is unknown color: approx Eden. HEX triplet: 2B, 6A and 56. RGB value is (43,106,86). Sum of RGB (Red+Green+Blue) = 43+106+86=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A56 is #D495A9. Grayscale: #545454. Windows color (decimal): -13931946 or 5663275. OLE color: 5663275.

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

Color convert

RGB4310686-
CMYK0.5900.190.58
HSL160.95º42.28%29.22%-
HSV(B)160.95º59.43%41.57%-
XYZ7.8311.4910.61-
YUV84.88128.6398.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=18.30%
G=45.11%
B=36.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43106860.5900.190.58160.9542.2829.22
Hex2B6A563B0133Aa12a1d
Octal5315212673023722415235
Binary101011110101010101101110110100111110101010000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,106,86); }

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

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

 a { background-color: rgb(43,106,86); }

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

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

 span { border-color: rgb(43,106,86); }

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