Color Hex Logo

#1c590c Color Hex

#1C590C
(28,89,12)
0 Favorites   0 Comments

Color spaces of #1c590c

RGB 288912
HSL0.300.760.20
HSV108°87°35°
CMYK 0.690.000.87   0.65
XYZ4.11767.41821.5627
Yxy7.41820.31440.5663
Hunter Lab27.2364-20.678015.6637
CIE-Lab32.7406-34.483135.4319

#1c590c color RGB value is (28,89,12).

#1c590c hex color red value is 28, green value is 89 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #1c590c hue: 0.30 , saturation: 0.76 and the lightness value of 1c590c is 0.20.

The process color (four color CMYK) of #1c590c color hex is 0.69, 0.00, 0.87, 0.65. Web safe color of #1c590c is #336600. Color #1c590c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01011001 00001100
Octal 34 131 14
Decimal 28 89 12
Hex 1C 59 C

RGB Percentages of Color #1c590c

%21.71
%68.99
%9.30

CMYK Percentages of Color #1c590c

%69
%0
%87
%65

Triadic Colors of #1c590c

#1c590c #0c1c59 #590c1c

Analogous Colors of #1c590c

#1c590c #0c5923 #42590c

Monochromatic Colors of #1c590c

#1c590c

Complementary Color

#1c590c #490c59

#1c590c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c590c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c590c Color CSS Codes

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

#1c590c Text Font Color

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

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


#1c590c Background Color

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

This div background color is #1c590c


#1c590c Border Color

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

This div border color is #1c590c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c590c


Comments

No comments written yet.

Please login to write comment.