#2B705E

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

Shades of Eden #2B705E

Tints of Eden #2B705E

Color information

#2B705E (or 0x2B705E) is unknown color: approx Eden. HEX triplet: 2B, 70 and 5E. RGB value is (43,112,94). Sum of RGB (Red+Green+Blue) = 43+112+94=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #2B705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B705E is #D48FA1. Grayscale: #595959. Windows color (decimal): -13930402 or 6189099. OLE color: 6189099.

HSL color Cylindrical-coordinate representation of color #2B705E: hue angle of 164.35º 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 #2B705E is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB4311294-
CMYK0.6200.160.56
HSL164.35º44.52%30.39%-
HSV(B)164.35º61.61%43.92%-
XYZ8.8112.9112.62-
YUV89.32130.6494.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=17.27%
G=44.98%
B=37.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43112940.6200.160.56164.3544.5230.39
Hex2B705E3E01038a42d1e
Octal5316013676020702445536
Binary101011111000010111101111100100001110001010010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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