#2B6F57

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

Shades of Eden #2B6F57

Tints of Eden #2B6F57

Color information

#2B6F57 (or 0x2B6F57) is unknown color: approx Eden. HEX triplet: 2B, 6F and 57. RGB value is (43,111,87). Sum of RGB (Red+Green+Blue) = 43+111+87=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6F57 is #D490A8. Grayscale: #575757. Windows color (decimal): -13930665 or 5730091. OLE color: 5730091.

HSL color Cylindrical-coordinate representation of color #2B6F57: hue angle of 158.82º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6F57 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB4311187-
CMYK0.6100.220.56
HSL158.82º44.16%30.2%-
HSV(B)158.82º61.26%43.53%-
XYZ8.412.5711-
YUV87.93127.4795.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 111 (43.75% from 255) = 46.06%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=17.84%
G=46.06%
B=36.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43111870.6100.220.56158.8244.1630.2
Hex2B6F573D016389f2c1e
Octal5315712775026702375436
Binary101011110111110101111111010101101110001001111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,111,87); }

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

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

 a { background-color: rgb(43,111,87); }

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

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

 span { border-color: rgb(43,111,87); }

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