Color Hex Logo

#1c681c Color Hex

#1C681C
(28,104,28)
0 Favorites   0 Comments

Color spaces of #1c681c

RGB 2810428
HSL0.330.580.26
HSV120°73°41°
CMYK 0.730.000.73   0.59
XYZ5.638810.23132.7763
Yxy10.23130.30240.5487
Hunter Lab31.9864-24.508917.2443
CIE-Lab38.2544-38.847034.6759

#1c681c color RGB value is (28,104,28).

#1c681c hex color red value is 28, green value is 104 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #1c681c hue: 0.33 , saturation: 0.58 and the lightness value of 1c681c is 0.26.

The process color (four color CMYK) of #1c681c color hex is 0.73, 0.00, 0.73, 0.59. Web safe color of #1c681c is #336633. Color #1c681c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101000 00011100
Octal 34 150 34
Decimal 28 104 28
Hex 1C 68 1C

RGB Percentages of Color #1c681c

%17.50
%65.00
%17.50

CMYK Percentages of Color #1c681c

%73
%0
%73
%59

Triadic Colors of #1c681c

#1c681c #1c1c68 #681c1c

Analogous Colors of #1c681c

#1c681c #1c6842 #42681c

Monochromatic Colors of #1c681c

#1c681c

Complementary Color

#1c681c #681c68

#1c681c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c681c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c681c Color CSS Codes

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

#1c681c Text Font Color

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

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


#1c681c Background Color

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

This div background color is #1c681c


#1c681c Border Color

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

This div border color is #1c681c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c681c


Comments

No comments written yet.

Please login to write comment.