Color Hex Logo

#012f1e Color Hex

#012F1E
(1,47,30)
0 Favorites   0 Comments

Color spaces of #012f1e

RGB 14730
HSL0.440.960.09
HSV158°98°18°
CMYK 0.980.000.36   0.82
XYZ1.26342.13321.5735
Yxy2.13320.25420.4292
Hunter Lab14.6055-10.11903.8363
CIE-Lab16.1713-20.22786.7524

#012f1e color RGB value is (1,47,30).

#012f1e hex color red value is 1, green value is 47 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #012f1e hue: 0.44 , saturation: 0.96 and the lightness value of 012f1e is 0.09.

The process color (four color CMYK) of #012f1e color hex is 0.98, 0.00, 0.36, 0.82. Web safe color of #012f1e is #003333. Color #012f1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101111 00011110
Octal 1 57 36
Decimal 1 47 30
Hex 1 2F 1E

RGB Percentages of Color #012f1e

%1.28
%60.26
%38.46

CMYK Percentages of Color #012f1e

%98
%0
%36
%82

Triadic Colors of #012f1e

#012f1e #1e012f #2f1e01

Analogous Colors of #012f1e

#012f1e #01292f #012f07

Monochromatic Colors of #012f1e

#012f1e

Complementary Color

#012f1e #2f0112

#012f1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012f1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#012f1e Color CSS Codes

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

#012f1e Text Font Color

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

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


#012f1e Background Color

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

This div background color is #012f1e


#012f1e Border Color

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

This div border color is #012f1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,47,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012f1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012f1e;
  -webkit-box-shadow: 1px 1px 3px 2px #012f1e;
  box-shadow:         1px 1px 3px 2px #012f1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012f1e


Comments

No comments written yet.

Please login to write comment.