Color Hex Logo

#185a2d Color Hex

#185A2D
(24,90,45)
0 Favorites   0 Comments

Color spaces of #185a2d

RGB 249045
HSL0.390.580.22
HSV139°73°35°
CMYK 0.730.000.50   0.65
XYZ4.50657.69603.7306
Yxy7.69600.28280.4830
Hunter Lab27.7417-19.551411.4461
CIE-Lab33.3416-31.710420.1131

#185a2d color RGB value is (24,90,45).

#185a2d hex color red value is 24, green value is 90 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #185a2d hue: 0.39 , saturation: 0.58 and the lightness value of 185a2d is 0.22.

The process color (four color CMYK) of #185a2d color hex is 0.73, 0.00, 0.50, 0.65. Web safe color of #185a2d is #006633. Color #185a2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011010 00101101
Octal 30 132 55
Decimal 24 90 45
Hex 18 5A 2D

RGB Percentages of Color #185a2d

%15.09
%56.60
%28.30

CMYK Percentages of Color #185a2d

%73
%0
%50
%65

Triadic Colors of #185a2d

#185a2d #2d185a #5a2d18

Analogous Colors of #185a2d

#185a2d #185a4e #245a18

Monochromatic Colors of #185a2d

#185a2d

Complementary Color

#185a2d #5a1845

#185a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#185a2d Color CSS Codes

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

#185a2d Text Font Color

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

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


#185a2d Background Color

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

This div background color is #185a2d


#185a2d Border Color

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

This div border color is #185a2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,90,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185a2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185a2d;
  -webkit-box-shadow: 1px 1px 3px 2px #185a2d;
  box-shadow:         1px 1px 3px 2px #185a2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185a2d


Comments

No comments written yet.

Please login to write comment.