Color Hex Logo

#14811f Color Hex

#14811F
(20,129,31)
0 Favorites   0 Comments

Color spaces of #14811f

RGB 2012931
HSL0.350.730.29
HSV126°84°51°
CMYK 0.840.000.76   0.49
XYZ8.386115.94823.9326
Yxy15.94820.29670.5642
Hunter Lab39.9352-32.402922.1161
CIE-Lab46.9065-48.556042.3490

#14811f color RGB value is (20,129,31).

#14811f hex color red value is 20, green value is 129 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #14811f hue: 0.35 , saturation: 0.73 and the lightness value of 14811f is 0.29.

The process color (four color CMYK) of #14811f color hex is 0.84, 0.00, 0.76, 0.49. Web safe color of #14811f is #009933. Color #14811f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000001 00011111
Octal 24 201 37
Decimal 20 129 31
Hex 14 81 1F

RGB Percentages of Color #14811f

%11.11
%71.67
%17.22

CMYK Percentages of Color #14811f

%84
%0
%76
%49

Triadic Colors of #14811f

#14811f #1f1481 #811f14

Analogous Colors of #14811f

#14811f #148156 #408114

Monochromatic Colors of #14811f

#14811f

Complementary Color

#14811f #811476

#14811f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14811f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14811f Color CSS Codes

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

#14811f Text Font Color

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

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


#14811f Background Color

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

This div background color is #14811f


#14811f Border Color

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

This div border color is #14811f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,129,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14811f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14811f;
  -webkit-box-shadow: 1px 1px 3px 2px #14811f;
  box-shadow:         1px 1px 3px 2px #14811f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,129,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14811f


Comments

No comments written yet.

Please login to write comment.