Color Hex Logo

#2b8547 Color Hex

#2B8547
(43,133,71)
0 Favorites   0 Comments

Color spaces of #2b8547

RGB 4313371
HSL0.390.510.35
HSV139°68°52°
CMYK 0.680.000.47   0.48
XYZ10.521117.74368.8316
Yxy17.74360.28360.4783
Hunter Lab42.1232-29.131617.0554
CIE-Lab49.1836-40.890425.8111

#2b8547 color RGB value is (43,133,71).

#2b8547 hex color red value is 43, green value is 133 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #2b8547 hue: 0.39 , saturation: 0.51 and the lightness value of 2b8547 is 0.35.

The process color (four color CMYK) of #2b8547 color hex is 0.68, 0.00, 0.47, 0.48. Web safe color of #2b8547 is #339933. Color #2b8547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10000101 01000111
Octal 53 205 107
Decimal 43 133 71
Hex 2B 85 47

RGB Percentages of Color #2b8547

%17.41
%53.85
%28.74

CMYK Percentages of Color #2b8547

%68
%0
%47
%48

Triadic Colors of #2b8547

#2b8547 #472b85 #85472b

Analogous Colors of #2b8547

#2b8547 #2b8574 #3c852b

Monochromatic Colors of #2b8547

#2b8547

Complementary Color

#2b8547 #852b69

#2b8547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b8547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b8547 Color CSS Codes

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

#2b8547 Text Font Color

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

This sample text font color is #2b8547
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.


#2b8547 Background Color

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

This div background color is #2b8547


#2b8547 Border Color

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

This div border color is #2b8547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b8547


Comments

No comments written yet.

Please login to write comment.