Color Hex Logo

#1c491d Color Hex

#1C491D
(28,73,29)
0 Favorites   0 Comments

Color spaces of #1c491d

RGB 287329
HSL0.340.450.20
HSV121°62°29°
CMYK 0.620.000.60   0.71
XYZ3.08325.10071.9844
Yxy5.10070.30320.5016
Hunter Lab22.5847-15.155010.5998
CIE-Lab27.0198-25.967821.5396

#1c491d color RGB value is (28,73,29).

#1c491d hex color red value is 28, green value is 73 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #1c491d hue: 0.34 , saturation: 0.45 and the lightness value of 1c491d is 0.20.

The process color (four color CMYK) of #1c491d color hex is 0.62, 0.00, 0.60, 0.71. Web safe color of #1c491d is #333333. Color #1c491d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01001001 00011101
Octal 34 111 35
Decimal 28 73 29
Hex 1C 49 1D

RGB Percentages of Color #1c491d

%21.54
%56.15
%22.31

CMYK Percentages of Color #1c491d

%62
%0
%60
%71

Triadic Colors of #1c491d

#1c491d #1d1c49 #491d1c

Analogous Colors of #1c491d

#1c491d #1c4934 #32491c

Monochromatic Colors of #1c491d

#1c491d

Complementary Color

#1c491d #491c48

#1c491d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c491d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c491d Color CSS Codes

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

#1c491d Text Font Color

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

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


#1c491d Background Color

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

This div background color is #1c491d


#1c491d Border Color

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

This div border color is #1c491d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,73,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c491d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c491d;
  -webkit-box-shadow: 1px 1px 3px 2px #1c491d;
  box-shadow:         1px 1px 3px 2px #1c491d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,73,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c491d


Comments

No comments written yet.

Please login to write comment.