Color Hex Logo

#127302 Color Hex

#127302
(18,115,2)
0 Favorites   0 Comments

Color spaces of #127302

RGB 181152
HSL0.310.970.23
HSV112°98°45°
CMYK 0.840.000.98   0.55
XYZ6.391112.39442.1130
Yxy12.39440.30580.5931
Hunter Lab35.2057-29.205821.0855
CIE-Lab41.8362-45.972945.9720

#127302 color RGB value is (18,115,2).

#127302 hex color red value is 18, green value is 115 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #127302 hue: 0.31 , saturation: 0.97 and the lightness value of 127302 is 0.23.

The process color (four color CMYK) of #127302 color hex is 0.84, 0.00, 0.98, 0.55. Web safe color of #127302 is #006600. Color #127302 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110011 00000010
Octal 22 163 2
Decimal 18 115 2
Hex 12 73 2

RGB Percentages of Color #127302

%13.33
%85.19
%1.48

CMYK Percentages of Color #127302

%84
%0
%98
%55

Triadic Colors of #127302

#127302 #021273 #730212

Analogous Colors of #127302

#127302 #02732a #4b7302

Monochromatic Colors of #127302

#127302

Complementary Color

#127302 #630273

#127302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127302 Color CSS Codes

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

#127302 Text Font Color

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

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


#127302 Background Color

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

This div background color is #127302


#127302 Border Color

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

This div border color is #127302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127302


Comments

No comments written yet.

Please login to write comment.