Color Hex Logo

#01961d Color Hex

#01961D
(1,150,29)
0 Favorites   0 Comments

Color spaces of #01961d

RGB 115029
HSL0.360.990.30
HSV131°99°59°
CMYK 0.990.000.81   0.41
XYZ11.140621.90794.8039
Yxy21.90790.29430.5788
Hunter Lab46.8059-39.424226.6789
CIE-Lab53.9291-56.722849.8965

#01961d color RGB value is (1,150,29).

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

The process color (four color CMYK) of #01961d color hex is 0.99, 0.00, 0.81, 0.41. Web safe color of #01961d is #009933. Color #01961d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010110 00011101
Octal 1 226 35
Decimal 1 150 29
Hex 1 96 1D

RGB Percentages of Color #01961d

%0.56
%83.33
%16.11

CMYK Percentages of Color #01961d

%99
%0
%81
%41

Triadic Colors of #01961d

#01961d #1d0196 #961d01

Analogous Colors of #01961d

#01961d #019668 #309601

Monochromatic Colors of #01961d

#01961d

Complementary Color

#01961d #96017a

#01961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01961d Color CSS Codes

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

#01961d Text Font Color

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

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


#01961d Background Color

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

This div background color is #01961d


#01961d Border Color

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

This div border color is #01961d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01961d


Comments

No comments written yet.

Please login to write comment.