Color Hex Logo

#14802f Color Hex

#14802F
(20,128,47)
0 Favorites   0 Comments

Color spaces of #14802f

RGB 2012847
HSL0.380.730.29
HSV135°84°50°
CMYK 0.840.000.63   0.50
XYZ8.520815.79235.2885
Yxy15.79230.28780.5335
Hunter Lab39.7395-31.270919.9274
CIE-Lab46.7008-46.484135.1332

#14802f color RGB value is (20,128,47).

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

The process color (four color CMYK) of #14802f color hex is 0.84, 0.00, 0.63, 0.50. Web safe color of #14802f is #009933. Color #14802f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000000 00101111
Octal 24 200 57
Decimal 20 128 47
Hex 14 80 2F

RGB Percentages of Color #14802f

%10.26
%65.64
%24.10

CMYK Percentages of Color #14802f

%84
%0
%63
%50

Triadic Colors of #14802f

#14802f #2f1480 #802f14

Analogous Colors of #14802f

#14802f #148065 #2f8014

Monochromatic Colors of #14802f

#14802f

Complementary Color

#14802f #801465

#14802f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14802f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14802f Color CSS Codes

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

#14802f Text Font Color

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

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


#14802f Background Color

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

This div background color is #14802f


#14802f Border Color

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

This div border color is #14802f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14802f


Comments

No comments written yet.

Please login to write comment.