Color Hex Logo

#127d2e Color Hex

#127D2E
(18,125,46)
0 Favorites   0 Comments

Color spaces of #127d2e

RGB 1812546
HSL0.380.750.28
HSV136°86°49°
CMYK 0.860.000.63   0.51
XYZ8.076214.99315.0531
Yxy14.99310.28720.5331
Hunter Lab38.7209-30.531119.3673
CIE-Lab45.6247-45.807834.3771

#127d2e color RGB value is (18,125,46).

#127d2e hex color red value is 18, green value is 125 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #127d2e hue: 0.38 , saturation: 0.75 and the lightness value of 127d2e is 0.28.

The process color (four color CMYK) of #127d2e color hex is 0.86, 0.00, 0.63, 0.51. Web safe color of #127d2e is #006633. Color #127d2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111101 00101110
Octal 22 175 56
Decimal 18 125 46
Hex 12 7D 2E

RGB Percentages of Color #127d2e

%9.52
%66.14
%24.34

CMYK Percentages of Color #127d2e

%86
%0
%63
%51

Triadic Colors of #127d2e

#127d2e #2e127d #7d2e12

Analogous Colors of #127d2e

#127d2e #127d64 #2c7d12

Monochromatic Colors of #127d2e

#127d2e

Complementary Color

#127d2e #7d1261

#127d2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127d2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#127d2e Color CSS Codes

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

#127d2e Text Font Color

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

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


#127d2e Background Color

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

This div background color is #127d2e


#127d2e Border Color

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

This div border color is #127d2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,125,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #127d2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #127d2e;
  -webkit-box-shadow: 1px 1px 3px 2px #127d2e;
  box-shadow:         1px 1px 3px 2px #127d2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,125,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127d2e


Comments

No comments written yet.

Please login to write comment.