Color Hex Logo

#1c992a Color Hex

#1C992A
(28,153,42)
0 Favorites   0 Comments

Color spaces of #1c992a

RGB 2815342
HSL0.350.690.35
HSV127°82°60°
CMYK 0.820.000.73   0.40
XYZ12.288023.19656.0202
Yxy23.19650.29610.5589
Hunter Lab48.1627-38.743226.3028
CIE-Lab55.2742-54.392646.6937

#1c992a color RGB value is (28,153,42).

#1c992a hex color red value is 28, green value is 153 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #1c992a hue: 0.35 , saturation: 0.69 and the lightness value of 1c992a is 0.35.

The process color (four color CMYK) of #1c992a color hex is 0.82, 0.00, 0.73, 0.40. Web safe color of #1c992a is #339933. Color #1c992a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10011001 00101010
Octal 34 231 52
Decimal 28 153 42
Hex 1C 99 2A

RGB Percentages of Color #1c992a

%12.56
%68.61
%18.83

CMYK Percentages of Color #1c992a

%82
%0
%73
%40

Triadic Colors of #1c992a

#1c992a #2a1c99 #992a1c

Analogous Colors of #1c992a

#1c992a #1c9969 #4d991c

Monochromatic Colors of #1c992a

#1c992a

Complementary Color

#1c992a #991c8b

#1c992a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c992a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c992a Color CSS Codes

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

#1c992a Text Font Color

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

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


#1c992a Background Color

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

This div background color is #1c992a


#1c992a Border Color

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

This div border color is #1c992a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,153,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 #1c992a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c992a


Comments

No comments written yet.

Please login to write comment.