Color Hex Logo

#1c772a Color Hex

#1C772A
(28,119,42)
0 Favorites   0 Comments

Color spaces of #1c772a

RGB 2811942
HSL0.360.620.29
HSV129°76°47°
CMYK 0.760.000.65   0.53
XYZ7.493613.60774.4221
Yxy13.60770.29360.5331
Hunter Lab36.8886-28.294418.7145
CIE-Lab43.6650-42.778734.1238

#1c772a color RGB value is (28,119,42).

#1c772a hex color red value is 28, green value is 119 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #1c772a hue: 0.36 , saturation: 0.62 and the lightness value of 1c772a is 0.29.

The process color (four color CMYK) of #1c772a color hex is 0.76, 0.00, 0.65, 0.53. Web safe color of #1c772a is #336633. Color #1c772a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01110111 00101010
Octal 34 167 52
Decimal 28 119 42
Hex 1C 77 2A

RGB Percentages of Color #1c772a

%14.81
%62.96
%22.22

CMYK Percentages of Color #1c772a

%76
%0
%65
%53

Triadic Colors of #1c772a

#1c772a #2a1c77 #772a1c

Analogous Colors of #1c772a

#1c772a #1c7758 #3c771c

Monochromatic Colors of #1c772a

#1c772a

Complementary Color

#1c772a #771c69

#1c772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c772a Color CSS Codes

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

#1c772a Text Font Color

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

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


#1c772a Background Color

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

This div background color is #1c772a


#1c772a Border Color

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

This div border color is #1c772a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c772a


Comments

No comments written yet.

Please login to write comment.