Color Hex Logo

#01971b Color Hex

#01971B
(1,151,27)
0 Favorites   0 Comments

Color spaces of #01971b

RGB 115127
HSL0.360.990.30
HSV130°99°59°
CMYK 0.990.000.82   0.41
XYZ11.277022.21884.7312
Yxy22.21880.29500.5812
Hunter Lab47.1368-39.785127.0447
CIE-Lab54.2584-57.147450.8225

#01971b color RGB value is (1,151,27).

#01971b hex color red value is 1, green value is 151 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #01971b hue: 0.36 , saturation: 0.99 and the lightness value of 01971b is 0.30.

The process color (four color CMYK) of #01971b color hex is 0.99, 0.00, 0.82, 0.41. Web safe color of #01971b is #009933. Color #01971b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010111 00011011
Octal 1 227 33
Decimal 1 151 27
Hex 1 97 1B

RGB Percentages of Color #01971b

%0.56
%84.36
%15.08

CMYK Percentages of Color #01971b

%99
%0
%82
%41

Triadic Colors of #01971b

#01971b #1b0197 #971b01

Analogous Colors of #01971b

#01971b #019766 #329701

Monochromatic Colors of #01971b

#01971b

Complementary Color

#01971b #97017d

#01971b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01971b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01971b Color CSS Codes

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

#01971b Text Font Color

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

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


#01971b Background Color

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

This div background color is #01971b


#01971b Border Color

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

This div border color is #01971b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,151,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01971b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01971b;
  -webkit-box-shadow: 1px 1px 3px 2px #01971b;
  box-shadow:         1px 1px 3px 2px #01971b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01971b


Comments

No comments written yet.

Please login to write comment.