Color Hex Logo

#18742a Color Hex

#18742A
(24,116,42)
0 Favorites   0 Comments

Color spaces of #18742a

RGB 2411642
HSL0.370.660.27
HSV132°79°45°
CMYK 0.790.000.64   0.55
XYZ7.040012.85214.3002
Yxy12.85210.29100.5312
Hunter Lab35.8498-27.684317.9830
CIE-Lab42.5395-42.343932.8210

#18742a color RGB value is (24,116,42).

#18742a hex color red value is 24, green value is 116 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #18742a hue: 0.37 , saturation: 0.66 and the lightness value of 18742a is 0.27.

The process color (four color CMYK) of #18742a color hex is 0.79, 0.00, 0.64, 0.55. Web safe color of #18742a is #006633. Color #18742a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110100 00101010
Octal 30 164 52
Decimal 24 116 42
Hex 18 74 2A

RGB Percentages of Color #18742a

%13.19
%63.74
%23.08

CMYK Percentages of Color #18742a

%79
%0
%64
%55

Triadic Colors of #18742a

#18742a #2a1874 #742a18

Analogous Colors of #18742a

#18742a #187458 #347418

Monochromatic Colors of #18742a

#18742a

Complementary Color

#18742a #741862

#18742a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18742a Color Preview on White Background

Lorem ipsum dolor sit amet.

#18742a Color CSS Codes

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

#18742a Text Font Color

<p style="color:#18742a">Text here</p>

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


#18742a Background Color

<div style="background-color:#18742a">
Div content here</div>

This div background color is #18742a


#18742a Border Color

<div style="border:3px solid #18742a">
Div here</div>

This div border color is #18742a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,116,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18742a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18742a;
  -webkit-box-shadow: 1px 1px 3px 2px #18742a;
  box-shadow:         1px 1px 3px 2px #18742a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18742a


Comments

No comments written yet.

Please login to write comment.