Color Hex Logo

#01962e Color Hex

#01962E
(1,150,46)
0 Favorites   0 Comments

Color spaces of #01962e

RGB 115046
HSL0.380.990.30
HSV138°99°59°
CMYK 0.990.000.69   0.41
XYZ11.412022.01646.2329
Yxy22.01640.28770.5551
Hunter Lab46.9216-38.699224.9693
CIE-Lab54.0444-55.248543.6865

#01962e color RGB value is (1,150,46).

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

The process color (four color CMYK) of #01962e color hex is 0.99, 0.00, 0.69, 0.41. Web safe color of #01962e is #009933. Color #01962e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010110 00101110
Octal 1 226 56
Decimal 1 150 46
Hex 1 96 2E

RGB Percentages of Color #01962e

%0.51
%76.14
%23.35

CMYK Percentages of Color #01962e

%99
%0
%69
%41

Triadic Colors of #01962e

#01962e #2e0196 #962e01

Analogous Colors of #01962e

#01962e #019679 #1e9601

Monochromatic Colors of #01962e

#01962e

Complementary Color

#01962e #960169

#01962e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01962e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01962e Color CSS Codes

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

#01962e Text Font Color

<p style="color:#01962e">Text here</p>

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


#01962e Background Color

<div style="background-color:#01962e">
Div content here</div>

This div background color is #01962e


#01962e Border Color

<div style="border:3px solid #01962e">
Div here</div>

This div border color is #01962e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01962e


Comments

No comments written yet.

Please login to write comment.