Color Hex Logo

#143000 Color Hex

#143000
(20,48,0)
0 Favorites   0 Comments

Color spaces of #143000

RGB 20480
HSL0.261.000.09
HSV95°100°19°
CMYK 0.580.001.00   0.81
XYZ1.34542.26260.3658
Yxy2.26260.33860.5694
Hunter Lab15.0419-10.35789.0875
CIE-Lab16.8091-20.467923.7490

#143000 color RGB value is (20,48,0).

#143000 hex color red value is 20, green value is 48 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #143000 hue: 0.26 , saturation: 1.00 and the lightness value of 143000 is 0.09.

The process color (four color CMYK) of #143000 color hex is 0.58, 0.00, 1.00, 0.81. Web safe color of #143000 is #003300. Color #143000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110000 00000000
Octal 24 60 0
Decimal 20 48 0
Hex 14 30 0

RGB Percentages of Color #143000

%29.41
%70.59
%0.00

CMYK Percentages of Color #143000

%58
%0
%100
%81

Triadic Colors of #143000

#143000 #001430 #300014

Analogous Colors of #143000

#143000 #003004 #2c3000

Monochromatic Colors of #143000

#143000

Complementary Color

#143000 #1c0030

#143000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143000 Color CSS Codes

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

#143000 Text Font Color

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

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


#143000 Background Color

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

This div background color is #143000


#143000 Border Color

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

This div border color is #143000


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,48,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143000; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143000;
  -webkit-box-shadow: 1px 1px 3px 2px #143000;
  box-shadow:         1px 1px 3px 2px #143000; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143000


Comments

No comments written yet.

Please login to write comment.