Color Hex Logo

#2c512b Color Hex

#2C512B
(44,81,43)
0 Favorites   0 Comments

Color spaces of #2c512b

RGB 448143
HSL0.330.310.24
HSV118°47°32°
CMYK 0.460.000.47   0.68
XYZ4.41726.59473.3256
Yxy6.59470.30810.4600
Hunter Lab25.6801-14.236810.2980
CIE-Lab30.8658-22.242518.2859

#2c512b color RGB value is (44,81,43).

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

The process color (four color CMYK) of #2c512b color hex is 0.46, 0.00, 0.47, 0.68. Web safe color of #2c512b is #336633. Color #2c512b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01010001 00101011
Octal 54 121 53
Decimal 44 81 43
Hex 2C 51 2B

RGB Percentages of Color #2c512b

%26.19
%48.21
%25.60

CMYK Percentages of Color #2c512b

%46
%0
%47
%68

Triadic Colors of #2c512b

#2c512b #2b2c51 #512b2c

Analogous Colors of #2c512b

#2c512b #2b513d #3f512b

Monochromatic Colors of #2c512b

#2c512b

Complementary Color

#2c512b #502b51

#2c512b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c512b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c512b Color CSS Codes

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

#2c512b Text Font Color

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

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


#2c512b Background Color

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

This div background color is #2c512b


#2c512b Border Color

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

This div border color is #2c512b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,81,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 #2c512b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c512b


Comments

No comments written yet.

Please login to write comment.