Color Hex Logo

#017825 Color Hex

#017825
(1,120,37)
0 Favorites   0 Comments

Color spaces of #017825

RGB 112037
HSL0.380.980.24
HSV138°99°47°
CMYK 0.990.000.69   0.53
XYZ7.062913.57303.9979
Yxy13.57300.28670.5510
Hunter Lab36.8416-30.252519.3552
CIE-Lab43.6142-46.748836.3088

#017825 color RGB value is (1,120,37).

#017825 hex color red value is 1, green value is 120 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #017825 hue: 0.38 , saturation: 0.98 and the lightness value of 017825 is 0.24.

The process color (four color CMYK) of #017825 color hex is 0.99, 0.00, 0.69, 0.53. Web safe color of #017825 is #006633. Color #017825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111000 00100101
Octal 1 170 45
Decimal 1 120 37
Hex 1 78 25

RGB Percentages of Color #017825

%0.63
%75.95
%23.42

CMYK Percentages of Color #017825

%99
%0
%69
%53

Triadic Colors of #017825

#017825 #250178 #782501

Analogous Colors of #017825

#017825 #017861 #197801

Monochromatic Colors of #017825

#017825

Complementary Color

#017825 #780154

#017825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017825 Color CSS Codes

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

#017825 Text Font Color

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

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


#017825 Background Color

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

This div background color is #017825


#017825 Border Color

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

This div border color is #017825


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,120,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #017825; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #017825;
  -webkit-box-shadow: 1px 1px 3px 2px #017825;
  box-shadow:         1px 1px 3px 2px #017825; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017825


Comments

No comments written yet.

Please login to write comment.