Color Hex Logo

#121d01 Color Hex

#121D01
(18,29,1)
0 Favorites   0 Comments

Color spaces of #121d01

RGB 18291
HSL0.230.930.06
HSV84°97°11°
CMYK 0.380.000.97   0.89
XYZ0.69431.00950.1870
Yxy1.00950.36720.5339
Hunter Lab10.0474-5.24815.9297
CIE-Lab9.0703-10.655012.9638

#121d01 color RGB value is (18,29,1).

#121d01 hex color red value is 18, green value is 29 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #121d01 hue: 0.23 , saturation: 0.93 and the lightness value of 121d01 is 0.06.

The process color (four color CMYK) of #121d01 color hex is 0.38, 0.00, 0.97, 0.89. Web safe color of #121d01 is #003300. Color #121d01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011101 00000001
Octal 22 35 1
Decimal 18 29 1
Hex 12 1D 1

RGB Percentages of Color #121d01

%37.50
%60.42
%2.08

CMYK Percentages of Color #121d01

%38
%0
%97
%89

Triadic Colors of #121d01

#121d01 #01121d #1d0112

Analogous Colors of #121d01

#121d01 #041d01 #1d1a01

Monochromatic Colors of #121d01

#121d01

Complementary Color

#121d01 #0c011d

#121d01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121d01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121d01 Color CSS Codes

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

#121d01 Text Font Color

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

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


#121d01 Background Color

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

This div background color is #121d01


#121d01 Border Color

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

This div border color is #121d01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,29,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121d01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121d01;
  -webkit-box-shadow: 1px 1px 3px 2px #121d01;
  box-shadow:         1px 1px 3px 2px #121d01; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,29,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121d01


Comments

No comments written yet.

Please login to write comment.