Color Hex Logo

#196242 Color Hex

#196242
(25,98,66)
0 Favorites   0 Comments

Color spaces of #196242

RGB 259866
HSL0.430.590.24
HSV154°74°38°
CMYK 0.740.000.33   0.62
XYZ5.75209.33546.6530
Yxy9.33540.26460.4294
Hunter Lab30.5539-19.86538.4775
CIE-Lab36.6222-30.515411.9540

#196242 color RGB value is (25,98,66).

#196242 hex color red value is 25, green value is 98 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #196242 hue: 0.43 , saturation: 0.59 and the lightness value of 196242 is 0.24.

The process color (four color CMYK) of #196242 color hex is 0.74, 0.00, 0.33, 0.62. Web safe color of #196242 is #006633. Color #196242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100010 01000010
Octal 31 142 102
Decimal 25 98 66
Hex 19 62 42

RGB Percentages of Color #196242

%13.23
%51.85
%34.92

CMYK Percentages of Color #196242

%74
%0
%33
%62

Triadic Colors of #196242

#196242 #421962 #624219

Analogous Colors of #196242

#196242 #195e62 #19621e

Monochromatic Colors of #196242

#196242

Complementary Color

#196242 #621939

#196242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196242 Color CSS Codes

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

#196242 Text Font Color

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

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


#196242 Background Color

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

This div background color is #196242


#196242 Border Color

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

This div border color is #196242


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,98,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #196242; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #196242;
  -webkit-box-shadow: 1px 1px 3px 2px #196242;
  box-shadow:         1px 1px 3px 2px #196242; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196242


Comments

No comments written yet.

Please login to write comment.