Color Hex Logo

#195130 Color Hex

#195130
(25,81,48)
0 Favorites   0 Comments

Color spaces of #195130

RGB 258148
HSL0.400.530.21
HSV145°69°32°
CMYK 0.690.000.41   0.68
XYZ3.87686.30493.8089
Yxy6.30490.27710.4507
Hunter Lab25.1096-16.38228.5829
CIE-Lab30.1690-26.890914.1919

#195130 color RGB value is (25,81,48).

#195130 hex color red value is 25, green value is 81 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #195130 hue: 0.40 , saturation: 0.53 and the lightness value of 195130 is 0.21.

The process color (four color CMYK) of #195130 color hex is 0.69, 0.00, 0.41, 0.68. Web safe color of #195130 is #006633. Color #195130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010001 00110000
Octal 31 121 60
Decimal 25 81 48
Hex 19 51 30

RGB Percentages of Color #195130

%16.23
%52.60
%31.17

CMYK Percentages of Color #195130

%69
%0
%41
%68

Triadic Colors of #195130

#195130 #301951 #513019

Analogous Colors of #195130

#195130 #19514c #1e5119

Monochromatic Colors of #195130

#195130

Complementary Color

#195130 #51193a

#195130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195130 Color CSS Codes

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

#195130 Text Font Color

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

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


#195130 Background Color

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

This div background color is #195130


#195130 Border Color

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

This div border color is #195130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195130


Comments

No comments written yet.

Please login to write comment.