Color Hex Logo

#007129 Color Hex

#007129
(0,113,41)
0 Favorites   0 Comments

Color spaces of #007129

RGB 011341
HSL0.391.000.22
HSV142°100°44°
CMYK 1.000.000.64   0.56
XYZ6.305411.97034.0760
Yxy11.97030.28210.5355
Hunter Lab34.5981-28.015617.2337
CIE-Lab41.1689-44.009431.6626

#007129 color RGB value is (0,113,41).

#007129 hex color red value is 0, green value is 113 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #007129 hue: 0.39 , saturation: 1.00 and the lightness value of 007129 is 0.22.

The process color (four color CMYK) of #007129 color hex is 1.00, 0.00, 0.64, 0.56. Web safe color of #007129 is #006633. Color #007129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110001 00101001
Octal 0 161 51
Decimal 0 113 41
Hex 0 71 29

RGB Percentages of Color #007129

%0.00
%73.38
%26.62

CMYK Percentages of Color #007129

%100
%0
%64
%56

Triadic Colors of #007129

#007129 #290071 #712900

Analogous Colors of #007129

#007129 #007162 #107100

Monochromatic Colors of #007129

#007129

Complementary Color

#007129 #710048

#007129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007129 Color CSS Codes

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

#007129 Text Font Color

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

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


#007129 Background Color

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

This div background color is #007129


#007129 Border Color

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

This div border color is #007129


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,113,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #007129; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #007129;
  -webkit-box-shadow: 1px 1px 3px 2px #007129;
  box-shadow:         1px 1px 3px 2px #007129; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,113,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007129


Comments

No comments written yet.

Please login to write comment.