#2B755A

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

Shades of Eden #2B755A

Tints of Eden #2B755A

Color information

#2B755A (or 0x2B755A) is unknown color: approx Eden. HEX triplet: 2B, 75 and 5A. RGB value is (43,117,90). Sum of RGB (Red+Green+Blue) = 43+117+90=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #2B755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B755A is #D48AA5. Grayscale: #5B5B5B. Windows color (decimal): -13929126 or 5928235. OLE color: 5928235.

HSL color Cylindrical-coordinate representation of color #2B755A: hue angle of 158.11º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B755A is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB4311790-
CMYK0.6300.230.54
HSL158.11º46.25%31.37%-
HSV(B)158.11º63.25%45.88%-
XYZ9.213.9711.89-
YUV91.8126.9893.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 90 (35.55% from 255) = 36%
R=17.2%
G=46.8%
B=36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117900.6300.230.54158.1146.2531.37
Hex2B755A3F017369e2e1f
Octal5316513277027662365637
Binary101011111010110110101111110101111101101001111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,90); }

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

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

 a { background-color: rgb(43,117,90); }

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

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

 span { border-color: rgb(43,117,90); }

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