#2B6A5B

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

Shades of Eden #2B6A5B

Tints of Eden #2B6A5B

Color information

#2B6A5B (or 0x2B6A5B) is unknown color: approx Eden. HEX triplet: 2B, 6A and 5B. RGB value is (43,106,91). Sum of RGB (Red+Green+Blue) = 43+106+91=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A5B is #D495A4. Grayscale: #555555. Windows color (decimal): -13931941 or 5990955. OLE color: 5990955.

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

Color convert

RGB4310691-
CMYK0.5900.140.58
HSL165.71º42.28%29.22%-
HSV(B)165.71º59.43%41.57%-
XYZ8.0411.5811.71-
YUV85.45131.1397.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=17.92%
G=44.17%
B=37.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43106910.5900.140.58165.7142.2829.22
Hex2B6A5B3B0E3Aa62a1d
Octal5315213373016722465235
Binary10101111010101011011111011011101110101010011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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