Color Hex Logo

#1c841e Color Hex

#1C841E
(28,132,30)
0 Favorites   0 Comments

Color spaces of #1c841e

RGB 2813230
HSL0.340.650.31
HSV121°79°52°
CMYK 0.790.000.77   0.48
XYZ8.964516.84314.0069
Yxy16.84310.30070.5649
Hunter Lab41.0403-32.830622.9396
CIE-Lab48.0617-48.531543.9271

#1c841e color RGB value is (28,132,30).

#1c841e hex color red value is 28, green value is 132 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #1c841e hue: 0.34 , saturation: 0.65 and the lightness value of 1c841e is 0.31.

The process color (four color CMYK) of #1c841e color hex is 0.79, 0.00, 0.77, 0.48. Web safe color of #1c841e is #339933. Color #1c841e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10000100 00011110
Octal 34 204 36
Decimal 28 132 30
Hex 1C 84 1E

RGB Percentages of Color #1c841e

%14.74
%69.47
%15.79

CMYK Percentages of Color #1c841e

%79
%0
%77
%48

Triadic Colors of #1c841e

#1c841e #1e1c84 #841e1c

Analogous Colors of #1c841e

#1c841e #1c8452 #4e841c

Monochromatic Colors of #1c841e

#1c841e

Complementary Color

#1c841e #841c82

#1c841e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c841e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c841e Color CSS Codes

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

#1c841e Text Font Color

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

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


#1c841e Background Color

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

This div background color is #1c841e


#1c841e Border Color

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

This div border color is #1c841e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,132,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c841e


Comments

No comments written yet.

Please login to write comment.