Color Hex Logo

#127a3c Color Hex

#127A3C
(18,122,60)
0 Favorites   0 Comments

Color spaces of #127a3c

RGB 1812260
HSL0.400.740.27
HSV144°85°48°
CMYK 0.850.000.51   0.52
XYZ8.024614.37396.6265
Yxy14.37390.27650.4952
Hunter Lab37.9129-28.566516.1762
CIE-Lab44.7644-42.568726.0971

#127a3c color RGB value is (18,122,60).

#127a3c hex color red value is 18, green value is 122 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #127a3c hue: 0.40 , saturation: 0.74 and the lightness value of 127a3c is 0.27.

The process color (four color CMYK) of #127a3c color hex is 0.85, 0.00, 0.51, 0.52. Web safe color of #127a3c is #006633. Color #127a3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 00111100
Octal 22 172 74
Decimal 18 122 60
Hex 12 7A 3C

RGB Percentages of Color #127a3c

%9.00
%61.00
%30.00

CMYK Percentages of Color #127a3c

%85
%0
%51
%52

Triadic Colors of #127a3c

#127a3c #3c127a #7a3c12

Analogous Colors of #127a3c

#127a3c #127a70 #1c7a12

Monochromatic Colors of #127a3c

#127a3c

Complementary Color

#127a3c #7a1250

#127a3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127a3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#127a3c Color CSS Codes

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

#127a3c Text Font Color

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

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


#127a3c Background Color

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

This div background color is #127a3c


#127a3c Border Color

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

This div border color is #127a3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127a3c


Comments

No comments written yet.

Please login to write comment.