Color Hex Logo

#127229 Color Hex

#127229
(18,114,41)
0 Favorites   0 Comments

Color spaces of #127229

RGB 1811441
HSL0.370.730.26
HSV134°84°45°
CMYK 0.840.000.64   0.55
XYZ6.667012.32334.1251
Yxy12.32330.28840.5331
Hunter Lab35.1046-27.532517.6061
CIE-Lab41.7254-42.610732.3546

#127229 color RGB value is (18,114,41).

#127229 hex color red value is 18, green value is 114 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #127229 hue: 0.37 , saturation: 0.73 and the lightness value of 127229 is 0.26.

The process color (four color CMYK) of #127229 color hex is 0.84, 0.00, 0.64, 0.55. Web safe color of #127229 is #006633. Color #127229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110010 00101001
Octal 22 162 51
Decimal 18 114 41
Hex 12 72 29

RGB Percentages of Color #127229

%10.40
%65.90
%23.70

CMYK Percentages of Color #127229

%84
%0
%64
%55

Triadic Colors of #127229

#127229 #291272 #722912

Analogous Colors of #127229

#127229 #127259 #2b7212

Monochromatic Colors of #127229

#127229

Complementary Color

#127229 #72125b

#127229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127229 Color CSS Codes

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

#127229 Text Font Color

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

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


#127229 Background Color

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

This div background color is #127229


#127229 Border Color

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

This div border color is #127229


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,114,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 #127229">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127229


Comments

No comments written yet.

Please login to write comment.