Color Hex Logo

#2b882f Color Hex

#2B882F
(43,136,47)
0 Favorites   0 Comments

Color spaces of #2b882f

RGB 4313647
HSL0.340.520.35
HSV123°68°53°
CMYK 0.680.000.65   0.47
XYZ10.313518.32715.6832
Yxy18.32710.30050.5339
Hunter Lab42.8102-31.914922.0962
CIE-Lab49.8905-45.526638.8606

#2b882f color RGB value is (43,136,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10001000 00101111
Octal 53 210 57
Decimal 43 136 47
Hex 2B 88 2F

RGB Percentages of Color #2b882f

%19.03
%60.18
%20.80

CMYK Percentages of Color #2b882f

%68
%0
%65
%47

Triadic Colors of #2b882f

#2b882f #2f2b88 #882f2b

Analogous Colors of #2b882f

#2b882f #2b885e #56882b

Monochromatic Colors of #2b882f

#2b882f

Complementary Color

#2b882f #882b84

#2b882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b882f Color CSS Codes

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

#2b882f Text Font Color

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

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


#2b882f Background Color

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

This div background color is #2b882f


#2b882f Border Color

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

This div border color is #2b882f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b882f


Comments

No comments written yet.

Please login to write comment.