Color Hex Logo

#019522 Color Hex

#019522
(1,149,34)
0 Favorites   0 Comments

Color spaces of #019522

RGB 114934
HSL0.370.990.29
HSV133°99°58°
CMYK 0.990.000.77   0.42
XYZ11.048721.61685.1035
Yxy21.61680.29250.5723
Hunter Lab46.4939-38.945926.0376
CIE-Lab53.6180-56.056547.9205

#019522 color RGB value is (1,149,34).

#019522 hex color red value is 1, green value is 149 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #019522 hue: 0.37 , saturation: 0.99 and the lightness value of 019522 is 0.29.

The process color (four color CMYK) of #019522 color hex is 0.99, 0.00, 0.77, 0.42. Web safe color of #019522 is #009933. Color #019522 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010101 00100010
Octal 1 225 42
Decimal 1 149 34
Hex 1 95 22

RGB Percentages of Color #019522

%0.54
%80.98
%18.48

CMYK Percentages of Color #019522

%99
%0
%77
%42

Triadic Colors of #019522

#019522 #220195 #952201

Analogous Colors of #019522

#019522 #01956c #2a9501

Monochromatic Colors of #019522

#019522

Complementary Color

#019522 #950174

#019522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#019522 Color CSS Codes

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

#019522 Text Font Color

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

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


#019522 Background Color

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

This div background color is #019522


#019522 Border Color

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

This div border color is #019522


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,149,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #019522; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #019522;
  -webkit-box-shadow: 1px 1px 3px 2px #019522;
  box-shadow:         1px 1px 3px 2px #019522; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,149,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019522


Comments

No comments written yet.

Please login to write comment.