Color Hex Logo

#31a419 Color Hex

#31A419
(49,164,25)
0 Favorites   0 Comments

Color spaces of #31a419

RGB 4916425
HSL0.300.740.37
HSV110°85°64°
CMYK 0.700.000.85   0.36
XYZ14.717527.27415.4084
Yxy27.27410.31050.5754
Hunter Lab52.2246-41.089730.4171
CIE-Lab59.2272-55.760756.1830

#31a419 color RGB value is (49,164,25).

#31a419 hex color red value is 49, green value is 164 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #31a419 hue: 0.30 , saturation: 0.74 and the lightness value of 31a419 is 0.37.

The process color (four color CMYK) of #31a419 color hex is 0.70, 0.00, 0.85, 0.36. Web safe color of #31a419 is #339900. Color #31a419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10100100 00011001
Octal 61 244 31
Decimal 49 164 25
Hex 31 A4 19

RGB Percentages of Color #31a419

%20.59
%68.91
%10.50

CMYK Percentages of Color #31a419

%70
%0
%85
%36

Triadic Colors of #31a419

#31a419 #1931a4 #a41931

Analogous Colors of #31a419

#31a419 #19a446 #77a419

Monochromatic Colors of #31a419

#31a419

Complementary Color

#31a419 #8c19a4

#31a419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31a419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31a419 Color CSS Codes

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

#31a419 Text Font Color

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

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


#31a419 Background Color

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

This div background color is #31a419


#31a419 Border Color

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

This div border color is #31a419


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,164,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31a419; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31a419;
  -webkit-box-shadow: 1px 1px 3px 2px #31a419;
  box-shadow:         1px 1px 3px 2px #31a419; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31a419


Comments

No comments written yet.

Please login to write comment.