Color Hex Logo

#014f2b Color Hex

#014F2B
(1,79,43)
0 Favorites   0 Comments

Color spaces of #014f2b

RGB 17943
HSL0.420.980.16
HSV152°99°31°
CMYK 0.990.000.46   0.69
XYZ3.24455.77283.2288
Yxy5.77280.26490.4714
Hunter Lab24.0267-17.94248.8510
CIE-Lab28.8319-31.044915.3916

#014f2b color RGB value is (1,79,43).

#014f2b hex color red value is 1, green value is 79 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #014f2b hue: 0.42 , saturation: 0.98 and the lightness value of 014f2b is 0.16.

The process color (four color CMYK) of #014f2b color hex is 0.99, 0.00, 0.46, 0.69. Web safe color of #014f2b is #006633. Color #014f2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001111 00101011
Octal 1 117 53
Decimal 1 79 43
Hex 1 4F 2B

RGB Percentages of Color #014f2b

%0.81
%64.23
%34.96

CMYK Percentages of Color #014f2b

%99
%0
%46
%69

Triadic Colors of #014f2b

#014f2b #2b014f #4f2b01

Analogous Colors of #014f2b

#014f2b #014c4f #014f04

Monochromatic Colors of #014f2b

#014f2b

Complementary Color

#014f2b #4f0125

#014f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#014f2b Color CSS Codes

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

#014f2b Text Font Color

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

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


#014f2b Background Color

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

This div background color is #014f2b


#014f2b Border Color

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

This div border color is #014f2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,79,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014f2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014f2b;
  -webkit-box-shadow: 1px 1px 3px 2px #014f2b;
  box-shadow:         1px 1px 3px 2px #014f2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014f2b


Comments

No comments written yet.

Please login to write comment.