Color Hex Logo

#2b884e Color Hex

#2B884E
(43,136,78)
0 Favorites   0 Comments

Color spaces of #2b884e

RGB 4313678
HSL0.400.520.35
HSV143°68°53°
CMYK 0.680.000.43   0.47
XYZ11.175618.672010.2228
Yxy18.67200.27890.4660
Hunter Lab43.2111-29.454416.2211
CIE-Lab50.3012-40.829323.4119

#2b884e color RGB value is (43,136,78).

#2b884e hex color red value is 43, green value is 136 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2b884e hue: 0.40 , saturation: 0.52 and the lightness value of 2b884e is 0.35.

The process color (four color CMYK) of #2b884e color hex is 0.68, 0.00, 0.43, 0.47. Web safe color of #2b884e is #339966. Color #2b884e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10001000 01001110
Octal 53 210 116
Decimal 43 136 78
Hex 2B 88 4E

RGB Percentages of Color #2b884e

%16.73
%52.92
%30.35

CMYK Percentages of Color #2b884e

%68
%0
%43
%47

Triadic Colors of #2b884e

#2b884e #4e2b88 #884e2b

Analogous Colors of #2b884e

#2b884e #2b887d #37882b

Monochromatic Colors of #2b884e

#2b884e

Complementary Color

#2b884e #882b65

#2b884e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b884e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b884e Color CSS Codes

.mybgcolor {background-color:#2b884e; } 
.myforecolor {color:#2b884e; }
.mybordercolor {border:3px solid #2b884e; }

#2b884e Text Font Color

<p style="color:#2b884e">Text here</p>

This sample text font color is #2b884e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2b884e Background Color

<div style="background-color:#2b884e">
Div content here</div>

This div background color is #2b884e


#2b884e Border Color

<div style="border:3px solid #2b884e">
Div here</div>

This div border color is #2b884e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,136,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b884e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b884e;
  -webkit-box-shadow: 1px 1px 3px 2px #2b884e;
  box-shadow:         1px 1px 3px 2px #2b884e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,136,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2b884e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2b884e;
  -webkit-box-shadow: 1px 1px 3px 2px #2b884e;
  box-shadow:         1px 1px 3px 2px #2b884e;">
Div content here</div>

This div box has shadow with color #2b884e


Comments

No comments written yet.

Please login to write comment.