Color Hex Logo

#188320 Color Hex

#188320
(24,131,32)
0 Favorites   0 Comments

Color spaces of #188320

RGB 2413132
HSL0.350.690.30
HSV124°82°51°
CMYK 0.820.000.76   0.49
XYZ8.753716.53114.0959
Yxy16.53110.29790.5627
Hunter Lab40.6585-32.721522.4881
CIE-Lab47.6637-48.614042.7519

#188320 color RGB value is (24,131,32).

#188320 hex color red value is 24, green value is 131 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #188320 hue: 0.35 , saturation: 0.69 and the lightness value of 188320 is 0.30.

The process color (four color CMYK) of #188320 color hex is 0.82, 0.00, 0.76, 0.49. Web safe color of #188320 is #009933. Color #188320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000011 00100000
Octal 30 203 40
Decimal 24 131 32
Hex 18 83 20

RGB Percentages of Color #188320

%12.83
%70.05
%17.11

CMYK Percentages of Color #188320

%82
%0
%76
%49

Triadic Colors of #188320

#188320 #201883 #832018

Analogous Colors of #188320

#188320 #188356 #468318

Monochromatic Colors of #188320

#188320

Complementary Color

#188320 #83187b

#188320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#188320 Color CSS Codes

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

#188320 Text Font Color

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

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


#188320 Background Color

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

This div background color is #188320


#188320 Border Color

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

This div border color is #188320


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,131,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #188320; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #188320;
  -webkit-box-shadow: 1px 1px 3px 2px #188320;
  box-shadow:         1px 1px 3px 2px #188320; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188320


Comments

No comments written yet.

Please login to write comment.