Color Hex Logo

#1b842e Color Hex

#1B842E
(27,132,46)
0 Favorites   0 Comments

Color spaces of #1b842e

RGB 2713246
HSL0.360.660.31
HSV131°80°52°
CMYK 0.800.000.65   0.48
XYZ9.196416.93285.3684
Yxy16.93280.29200.5376
Hunter Lab41.1495-32.119121.0696
CIE-Lab48.1753-47.074937.3097

#1b842e color RGB value is (27,132,46).

#1b842e hex color red value is 27, green value is 132 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #1b842e hue: 0.36 , saturation: 0.66 and the lightness value of 1b842e is 0.31.

The process color (four color CMYK) of #1b842e color hex is 0.80, 0.00, 0.65, 0.48. Web safe color of #1b842e is #339933. Color #1b842e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10000100 00101110
Octal 33 204 56
Decimal 27 132 46
Hex 1B 84 2E

RGB Percentages of Color #1b842e

%13.17
%64.39
%22.44

CMYK Percentages of Color #1b842e

%80
%0
%65
%48

Triadic Colors of #1b842e

#1b842e #2e1b84 #842e1b

Analogous Colors of #1b842e

#1b842e #1b8463 #3d841b

Monochromatic Colors of #1b842e

#1b842e

Complementary Color

#1b842e #841b71

#1b842e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b842e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b842e Color CSS Codes

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

#1b842e Text Font Color

<p style="color:#1b842e">Text here</p>

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


#1b842e Background Color

<div style="background-color:#1b842e">
Div content here</div>

This div background color is #1b842e


#1b842e Border Color

<div style="border:3px solid #1b842e">
Div here</div>

This div border color is #1b842e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,132,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 #1b842e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b842e


Comments

No comments written yet.

Please login to write comment.