Color Hex Logo

#196e47 Color Hex

#196E47
(25,110,71)
0 Favorites   0 Comments

Color spaces of #196e47

RGB 2511071
HSL0.420.630.26
HSV152°77°43°
CMYK 0.770.000.35   0.57
XYZ7.114211.81357.8665
Yxy11.81350.26550.4409
Hunter Lab34.3708-23.202210.4897
CIE-Lab40.9182-34.620114.8363

#196e47 color RGB value is (25,110,71).

#196e47 hex color red value is 25, green value is 110 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #196e47 hue: 0.42 , saturation: 0.63 and the lightness value of 196e47 is 0.26.

The process color (four color CMYK) of #196e47 color hex is 0.77, 0.00, 0.35, 0.57. Web safe color of #196e47 is #006633. Color #196e47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101110 01000111
Octal 31 156 107
Decimal 25 110 71
Hex 19 6E 47

RGB Percentages of Color #196e47

%12.14
%53.40
%34.47

CMYK Percentages of Color #196e47

%77
%0
%35
%57

Triadic Colors of #196e47

#196e47 #47196e #6e4719

Analogous Colors of #196e47

#196e47 #196b6e #196e1d

Monochromatic Colors of #196e47

#196e47

Complementary Color

#196e47 #6e1940

#196e47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196e47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196e47 Color CSS Codes

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

#196e47 Text Font Color

<p style="color:#196e47">Text here</p>

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


#196e47 Background Color

<div style="background-color:#196e47">
Div content here</div>

This div background color is #196e47


#196e47 Border Color

<div style="border:3px solid #196e47">
Div here</div>

This div border color is #196e47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,110,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #196e47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #196e47;
  -webkit-box-shadow: 1px 1px 3px 2px #196e47;
  box-shadow:         1px 1px 3px 2px #196e47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196e47


Comments

No comments written yet.

Please login to write comment.