Color Hex Logo

#2b6341 Color Hex

#2B6341
(43,99,65)
0 Favorites   0 Comments

Color spaces of #2b6341

RGB 439965
HSL0.400.390.28
HSV144°57°39°
CMYK 0.570.000.34   0.61
XYZ6.41229.81896.5583
Yxy9.81890.28140.4309
Hunter Lab31.3351-18.30959.5255
CIE-Lab37.5154-27.125313.8696

#2b6341 color RGB value is (43,99,65).

#2b6341 hex color red value is 43, green value is 99 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #2b6341 hue: 0.40 , saturation: 0.39 and the lightness value of 2b6341 is 0.28.

The process color (four color CMYK) of #2b6341 color hex is 0.57, 0.00, 0.34, 0.61. Web safe color of #2b6341 is #336633. Color #2b6341 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01100011 01000001
Octal 53 143 101
Decimal 43 99 65
Hex 2B 63 41

RGB Percentages of Color #2b6341

%20.77
%47.83
%31.40

CMYK Percentages of Color #2b6341

%57
%0
%34
%61

Triadic Colors of #2b6341

#2b6341 #412b63 #63412b

Analogous Colors of #2b6341

#2b6341 #2b635d #31632b

Monochromatic Colors of #2b6341

#2b6341

Complementary Color

#2b6341 #632b4d

#2b6341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b6341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b6341 Color CSS Codes

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

#2b6341 Text Font Color

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

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


#2b6341 Background Color

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

This div background color is #2b6341


#2b6341 Border Color

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

This div border color is #2b6341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b6341


Comments

No comments written yet.

Please login to write comment.