color codes Logo

#01841f color codes

#01841F
(1,132,31)
0 Favorites   0 Comments

Color spaces of #01841f

RGB 113231
HSL0.370.980.26
HSV134°99°52°
CMYK 0.990.000.77   0.48
XYZ8.511116.60794.0534
Yxy16.60790.29180.5693
Hunter Lab40.7528-34.038222.6298
CIE-Lab47.7621-51.143843.1542

#01841f color RGB value is (1,132,31).

#01841f hex color red value is 1, green value is 132 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #01841f hue: 0.37 , saturation: 0.98 and the lightness value of 01841f is 0.26.

The process color (four color CMYK) of #01841f color code is 0.99, 0.00, 0.77, 0.48. Web safe color of #01841f is #009933. Color #01841f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000100 00011111
Octal 1 204 37
Decimal 1 132 31
Hex 1 84 1F

RGB Percentages of Color #01841f

%0.61
%80.49
%18.90

CMYK Percentages of Color #01841f

%99
%0
%77
%48

Triadic Colors of #01841f

#01841f #1f0184 #841f01

Analogous Colors of #01841f

#01841f #018461 #258401

Monochromatic Colors of #01841f

#01841f

Complementary Color

#01841f #840166

#01841f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01841f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01841f Color CSS Codes

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

#01841f Text Font Color

<p style="color:#01841f">Text here</p>

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


#01841f Background Color

<div style="background-color:#01841f">
Div content here</div>

This div background color is #01841f


#01841f Border Color

<div style="border:3px solid #01841f">
Div here</div>

This div border color is #01841f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,132,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01841f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01841f;
  -webkit-box-shadow: 1px 1px 3px 2px #01841f;
  box-shadow:         1px 1px 3px 2px #01841f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01841f


Comments

No comments written yet.

Please login to write comment.