Color Hex Logo

#2c852b Color Hex

#2C852B
(44,133,43)
0 Favorites   0 Comments

Color spaces of #2c852b

RGB 4413343
HSL0.330.510.35
HSV119°68°52°
CMYK 0.670.000.68   0.48
XYZ9.862317.48495.1406
Yxy17.48490.30360.5382
Hunter Lab41.8149-31.075921.9815
CIE-Lab48.8653-44.637539.5518

#2c852b color RGB value is (44,133,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10000101 00101011
Octal 54 205 53
Decimal 44 133 43
Hex 2C 85 2B

RGB Percentages of Color #2c852b

%20.00
%60.45
%19.55

CMYK Percentages of Color #2c852b

%67
%0
%68
%48

Triadic Colors of #2c852b

#2c852b #2b2c85 #852b2c

Analogous Colors of #2c852b

#2c852b #2b8557 #59852b

Monochromatic Colors of #2c852b

#2c852b

Complementary Color

#2c852b #842b85

#2c852b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c852b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c852b Color CSS Codes

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

#2c852b Text Font Color

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

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


#2c852b Background Color

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

This div background color is #2c852b


#2c852b Border Color

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

This div border color is #2c852b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c852b


Comments

No comments written yet.

Please login to write comment.