Color Hex Logo

#2b854f Color Hex

#2B854F
(43,133,79)
0 Favorites   0 Comments

Color spaces of #2b854f

RGB 4313379
HSL0.400.510.35
HSV144°68°52°
CMYK 0.680.000.41   0.48
XYZ10.795117.853210.2742
Yxy17.85320.27730.4587
Hunter Lab42.2530-28.338415.1602
CIE-Lab49.3176-39.401521.5638

#2b854f color RGB value is (43,133,79).

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

The process color (four color CMYK) of #2b854f color hex is 0.68, 0.00, 0.41, 0.48. Web safe color of #2b854f is #339966. Color #2b854f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10000101 01001111
Octal 53 205 117
Decimal 43 133 79
Hex 2B 85 4F

RGB Percentages of Color #2b854f

%16.86
%52.16
%30.98

CMYK Percentages of Color #2b854f

%68
%0
%41
%48

Triadic Colors of #2b854f

#2b854f #4f2b85 #854f2b

Analogous Colors of #2b854f

#2b854f #2b857c #34852b

Monochromatic Colors of #2b854f

#2b854f

Complementary Color

#2b854f #852b61

#2b854f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b854f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b854f Color CSS Codes

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

#2b854f Text Font Color

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

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


#2b854f Background Color

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

This div background color is #2b854f


#2b854f Border Color

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

This div border color is #2b854f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b854f


Comments

No comments written yet.

Please login to write comment.