Color Hex Logo

#127c2b Color Hex

#127C2B
(18,124,43)
0 Favorites   0 Comments

Color spaces of #127c2b

RGB 1812443
HSL0.370.750.28
HSV134°85°49°
CMYK 0.850.000.65   0.51
XYZ7.893214.71834.7104
Yxy14.71830.28890.5387
Hunter Lab38.3644-30.412719.5755
CIE-Lab45.2459-45.847935.3869

#127c2b color RGB value is (18,124,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111100 00101011
Octal 22 174 53
Decimal 18 124 43
Hex 12 7C 2B

RGB Percentages of Color #127c2b

%9.73
%67.03
%23.24

CMYK Percentages of Color #127c2b

%85
%0
%65
%51

Triadic Colors of #127c2b

#127c2b #2b127c #7c2b12

Analogous Colors of #127c2b

#127c2b #127c60 #2e7c12

Monochromatic Colors of #127c2b

#127c2b

Complementary Color

#127c2b #7c1263

#127c2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127c2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#127c2b Color CSS Codes

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

#127c2b Text Font Color

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

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


#127c2b Background Color

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

This div background color is #127c2b


#127c2b Border Color

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

This div border color is #127c2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127c2b


Comments

No comments written yet.

Please login to write comment.