Color Hex Logo

#18492a Color Hex

#18492A
(24,73,42)
0 Favorites   0 Comments

Color spaces of #18492a

RGB 247342
HSL0.390.510.19
HSV142°67°29°
CMYK 0.670.000.42   0.71
XYZ3.17725.12643.0125
Yxy5.12640.28080.4530
Hunter Lab22.6416-14.57457.9604
CIE-Lab27.0919-24.674313.8061

#18492a color RGB value is (24,73,42).

#18492a hex color red value is 24, green value is 73 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #18492a hue: 0.39 , saturation: 0.51 and the lightness value of 18492a is 0.19.

The process color (four color CMYK) of #18492a color hex is 0.67, 0.00, 0.42, 0.71. Web safe color of #18492a is #003333. Color #18492a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001001 00101010
Octal 30 111 52
Decimal 24 73 42
Hex 18 49 2A

RGB Percentages of Color #18492a

%17.27
%52.52
%30.22

CMYK Percentages of Color #18492a

%67
%0
%42
%71

Triadic Colors of #18492a

#18492a #2a1849 #492a18

Analogous Colors of #18492a

#18492a #184943 #1f4918

Monochromatic Colors of #18492a

#18492a

Complementary Color

#18492a #491837

#18492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#18492a Color CSS Codes

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

#18492a Text Font Color

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

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


#18492a Background Color

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

This div background color is #18492a


#18492a Border Color

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

This div border color is #18492a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18492a


Comments

No comments written yet.

Please login to write comment.