color codes Logo

#01951c color codes

#01951C
(1,149,28)
0 Favorites   0 Comments

Color spaces of #01951c

RGB 114928
HSL0.360.990.29
HSV131°99°58°
CMYK 0.990.000.81   0.42
XYZ10.969621.58524.6868
Yxy21.58520.29460.5796
Hunter Lab46.4599-39.159326.5408
CIE-Lab53.5841-56.494049.8805

#01951c color RGB value is (1,149,28).

#01951c hex color red value is 1, green value is 149 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #01951c hue: 0.36 , saturation: 0.99 and the lightness value of 01951c is 0.29.

The process color (four color CMYK) of #01951c color code is 0.99, 0.00, 0.81, 0.42. Web safe color of #01951c is #009933. Color #01951c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010101 00011100
Octal 1 225 34
Decimal 1 149 28
Hex 1 95 1C

RGB Percentages of Color #01951c

%0.56
%83.71
%15.73

CMYK Percentages of Color #01951c

%99
%0
%81
%42

Triadic Colors of #01951c

#01951c #1c0195 #951c01

Analogous Colors of #01951c

#01951c #019566 #309501

Monochromatic Colors of #01951c

#01951c

Complementary Color

#01951c #95017a

#01951c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01951c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01951c Color CSS Codes

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

#01951c Text Font Color

<p style="color:#01951c">Text here</p>

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


#01951c Background Color

<div style="background-color:#01951c">
Div content here</div>

This div background color is #01951c


#01951c Border Color

<div style="border:3px solid #01951c">
Div here</div>

This div border color is #01951c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,149,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01951c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01951c;
  -webkit-box-shadow: 1px 1px 3px 2px #01951c;
  box-shadow:         1px 1px 3px 2px #01951c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01951c


Comments

No comments written yet.

Please login to write comment.