Color Hex Logo

#197035 Color Hex

#197035
(25,112,53)
0 Favorites   0 Comments

Color spaces of #197035

RGB 2511253
HSL0.390.640.27
HSV139°78°44°
CMYK 0.780.000.53   0.56
XYZ6.837712.05215.3341
Yxy12.05210.28230.4975
Hunter Lab34.7161-25.595815.1914
CIE-Lab41.2988-39.026825.6103

#197035 color RGB value is (25,112,53).

#197035 hex color red value is 25, green value is 112 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #197035 hue: 0.39 , saturation: 0.64 and the lightness value of 197035 is 0.27.

The process color (four color CMYK) of #197035 color hex is 0.78, 0.00, 0.53, 0.56. Web safe color of #197035 is #006633. Color #197035 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110000 00110101
Octal 31 160 65
Decimal 25 112 53
Hex 19 70 35

RGB Percentages of Color #197035

%13.16
%58.95
%27.89

CMYK Percentages of Color #197035

%78
%0
%53
%56

Triadic Colors of #197035

#197035 #351970 #703519

Analogous Colors of #197035

#197035 #197061 #297019

Monochromatic Colors of #197035

#197035

Complementary Color

#197035 #701954

#197035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197035 Color CSS Codes

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

#197035 Text Font Color

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

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


#197035 Background Color

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

This div background color is #197035


#197035 Border Color

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

This div border color is #197035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197035


Comments

No comments written yet.

Please login to write comment.