Color Hex Logo

#136230 Color Hex

#136230
(19,98,48)
0 Favorites   0 Comments

Color spaces of #136230

RGB 199848
HSL0.390.680.23
HSV142°81°38°
CMYK 0.810.000.51   0.62
XYZ5.16979.08724.2778
Yxy9.08720.27890.4903
Hunter Lab30.1450-22.141912.6878
CIE-Lab36.1516-35.348421.9258

#136230 color RGB value is (19,98,48).

#136230 hex color red value is 19, green value is 98 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #136230 hue: 0.39 , saturation: 0.68 and the lightness value of 136230 is 0.23.

The process color (four color CMYK) of #136230 color hex is 0.81, 0.00, 0.51, 0.62. Web safe color of #136230 is #006633. Color #136230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 00110000
Octal 23 142 60
Decimal 19 98 48
Hex 13 62 30

RGB Percentages of Color #136230

%11.52
%59.39
%29.09

CMYK Percentages of Color #136230

%81
%0
%51
%62

Triadic Colors of #136230

#136230 #301362 #623013

Analogous Colors of #136230

#136230 #136258 #1e6213

Monochromatic Colors of #136230

#136230

Complementary Color

#136230 #621345

#136230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136230 Color CSS Codes

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

#136230 Text Font Color

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

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


#136230 Background Color

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

This div background color is #136230


#136230 Border Color

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

This div border color is #136230


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,98,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #136230; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #136230;
  -webkit-box-shadow: 1px 1px 3px 2px #136230;
  box-shadow:         1px 1px 3px 2px #136230; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136230


Comments

No comments written yet.

Please login to write comment.