Color Hex Logo

#1c6c1f Color Hex

#1C6C1F
(28,108,31)
0 Favorites   0 Comments

Color spaces of #1c6c1f

RGB 2810831
HSL0.340.590.27
HSV122°74°42°
CMYK 0.740.000.71   0.58
XYZ6.088811.07093.1123
Yxy11.07090.30040.5461
Hunter Lab33.2730-25.563017.7452
CIE-Lab39.6996-40.021134.8828

#1c6c1f color RGB value is (28,108,31).

#1c6c1f hex color red value is 28, green value is 108 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #1c6c1f hue: 0.34 , saturation: 0.59 and the lightness value of 1c6c1f is 0.27.

The process color (four color CMYK) of #1c6c1f color hex is 0.74, 0.00, 0.71, 0.58. Web safe color of #1c6c1f is #336633. Color #1c6c1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101100 00011111
Octal 34 154 37
Decimal 28 108 31
Hex 1C 6C 1F

RGB Percentages of Color #1c6c1f

%16.77
%64.67
%18.56

CMYK Percentages of Color #1c6c1f

%74
%0
%71
%58

Triadic Colors of #1c6c1f

#1c6c1f #1f1c6c #6c1f1c

Analogous Colors of #1c6c1f

#1c6c1f #1c6c47 #416c1c

Monochromatic Colors of #1c6c1f

#1c6c1f

Complementary Color

#1c6c1f #6c1c69

#1c6c1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c6c1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c6c1f Color CSS Codes

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

#1c6c1f Text Font Color

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

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


#1c6c1f Background Color

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

This div background color is #1c6c1f


#1c6c1f Border Color

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

This div border color is #1c6c1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c6c1f


Comments

No comments written yet.

Please login to write comment.