#2B7059

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

Shades of Eden #2B7059

Tints of Eden #2B7059

Color information

#2B7059 (or 0x2B7059) is unknown color: approx Eden. HEX triplet: 2B, 70 and 59. RGB value is (43,112,89). Sum of RGB (Red+Green+Blue) = 43+112+89=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7059 is #D48FA6. Grayscale: #585858. Windows color (decimal): -13930407 or 5861419. OLE color: 5861419.

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

Color convert

RGB4311289-
CMYK0.6200.210.56
HSL160º44.52%30.39%-
HSV(B)160º61.61%43.92%-
XYZ8.5912.8211.47-
YUV88.75128.1495.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=17.62%
G=45.90%
B=36.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43112890.6200.210.5616044.5230.39
Hex2B70593E01538a02d1e
Octal5316013176025702405536
Binary101011111000010110011111100101011110001010000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,112,89); }

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

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

 a { background-color: rgb(43,112,89); }

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

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

 span { border-color: rgb(43,112,89); }

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