Color Hex Logo

#18841f Color Hex

#18841F
(24,132,31)
0 Favorites   0 Comments

Color spaces of #18841f

RGB 2413231
HSL0.340.690.31
HSV124°82°52°
CMYK 0.820.000.77   0.48
XYZ8.875316.79564.0704
Yxy16.79560.29840.5647
Hunter Lab40.9824-33.062722.7990
CIE-Lab48.0015-49.029143.4736

#18841f color RGB value is (24,132,31).

#18841f hex color red value is 24, green value is 132 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #18841f hue: 0.34 , saturation: 0.69 and the lightness value of 18841f is 0.31.

The process color (four color CMYK) of #18841f color hex is 0.82, 0.00, 0.77, 0.48. Web safe color of #18841f is #009933. Color #18841f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000100 00011111
Octal 30 204 37
Decimal 24 132 31
Hex 18 84 1F

RGB Percentages of Color #18841f

%12.83
%70.59
%16.58

CMYK Percentages of Color #18841f

%82
%0
%77
%48

Triadic Colors of #18841f

#18841f #1f1884 #841f18

Analogous Colors of #18841f

#18841f #188455 #478418

Monochromatic Colors of #18841f

#18841f

Complementary Color

#18841f #84187d

#18841f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18841f Color Preview on White Background

Lorem ipsum dolor sit amet.

#18841f Color CSS Codes

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

#18841f Text Font Color

<p style="color:#18841f">Text here</p>

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


#18841f Background Color

<div style="background-color:#18841f">
Div content here</div>

This div background color is #18841f


#18841f Border Color

<div style="border:3px solid #18841f">
Div here</div>

This div border color is #18841f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,132,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18841f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18841f;
  -webkit-box-shadow: 1px 1px 3px 2px #18841f;
  box-shadow:         1px 1px 3px 2px #18841f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18841f


Comments

No comments written yet.

Please login to write comment.