Color Hex Logo

#18851e Color Hex

#18851E
(24,133,30)
0 Favorites   0 Comments

Color spaces of #18851e

RGB 2413330
HSL0.340.690.31
HSV123°82°52°
CMYK 0.820.000.77   0.48
XYZ8.998617.06304.0475
Yxy17.06300.29890.5667
Hunter Lab41.3074-33.402623.1056
CIE-Lab48.3393-49.439844.1818

#18851e color RGB value is (24,133,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000101 00011110
Octal 30 205 36
Decimal 24 133 30
Hex 18 85 1E

RGB Percentages of Color #18851e

%12.83
%71.12
%16.04

CMYK Percentages of Color #18851e

%82
%0
%77
%48

Triadic Colors of #18851e

#18851e #1e1885 #851e18

Analogous Colors of #18851e

#18851e #188555 #488518

Monochromatic Colors of #18851e

#18851e

Complementary Color

#18851e #85187f

#18851e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18851e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18851e Color CSS Codes

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

#18851e Text Font Color

<p style="color:#18851e">Text here</p>

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


#18851e Background Color

<div style="background-color:#18851e">
Div content here</div>

This div background color is #18851e


#18851e Border Color

<div style="border:3px solid #18851e">
Div here</div>

This div border color is #18851e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,133,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18851e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18851e;
  -webkit-box-shadow: 1px 1px 3px 2px #18851e;
  box-shadow:         1px 1px 3px 2px #18851e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,133,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 #18851e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18851e


Comments

No comments written yet.

Please login to write comment.