Color Hex Logo

#2b492e Color Hex

#2B492E
(43,73,46)
0 Favorites   0 Comments

Color spaces of #2b492e

RGB 437346
HSL0.350.260.23
HSV126°41°29°
CMYK 0.410.000.37   0.71
XYZ3.87195.47593.4377
Yxy5.47590.30280.4283
Hunter Lab23.4006-11.41637.6704
CIE-Lab28.0497-17.828512.7358

#2b492e color RGB value is (43,73,46).

#2b492e hex color red value is 43, green value is 73 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #2b492e hue: 0.35 , saturation: 0.26 and the lightness value of 2b492e is 0.23.

The process color (four color CMYK) of #2b492e color hex is 0.41, 0.00, 0.37, 0.71. Web safe color of #2b492e is #333333. Color #2b492e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01001001 00101110
Octal 53 111 56
Decimal 43 73 46
Hex 2B 49 2E

RGB Percentages of Color #2b492e

%26.54
%45.06
%28.40

CMYK Percentages of Color #2b492e

%41
%0
%37
%71

Triadic Colors of #2b492e

#2b492e #2e2b49 #492e2b

Analogous Colors of #2b492e

#2b492e #2b493d #37492b

Monochromatic Colors of #2b492e

#2b492e

Complementary Color

#2b492e #492b46

#2b492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b492e Color CSS Codes

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

#2b492e Text Font Color

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

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


#2b492e Background Color

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

This div background color is #2b492e


#2b492e Border Color

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

This div border color is #2b492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b492e


Comments

No comments written yet.

Please login to write comment.