Color Hex Logo

#319c30 Color Hex

#319C30
(49,156,48)
0 Favorites   0 Comments

Color spaces of #319c30

RGB 4915648
HSL0.330.530.40
HSV119°69°61°
CMYK 0.690.000.69   0.39
XYZ13.688624.64336.8315
Yxy24.64330.30310.5456
Hunter Lab49.6420-37.652826.5902
CIE-Lab56.7262-51.389245.9178

#319c30 color RGB value is (49,156,48).

#319c30 hex color red value is 49, green value is 156 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #319c30 hue: 0.33 , saturation: 0.53 and the lightness value of 319c30 is 0.40.

The process color (four color CMYK) of #319c30 color hex is 0.69, 0.00, 0.69, 0.39. Web safe color of #319c30 is #339933. Color #319c30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011100 00110000
Octal 61 234 60
Decimal 49 156 48
Hex 31 9C 30

RGB Percentages of Color #319c30

%19.37
%61.66
%18.97

CMYK Percentages of Color #319c30

%69
%0
%69
%39

Triadic Colors of #319c30

#319c30 #30319c #9c3031

Analogous Colors of #319c30

#319c30 #309c65 #679c30

Monochromatic Colors of #319c30

#319c30

Complementary Color

#319c30 #9b309c

#319c30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319c30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319c30 Color CSS Codes

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

#319c30 Text Font Color

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

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


#319c30 Background Color

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

This div background color is #319c30


#319c30 Border Color

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

This div border color is #319c30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,156,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #319c30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #319c30;
  -webkit-box-shadow: 1px 1px 3px 2px #319c30;
  box-shadow:         1px 1px 3px 2px #319c30; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,156,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 #319c30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319c30


Comments

No comments written yet.

Please login to write comment.