Color Hex Logo

#116230 Color Hex

#116230
(17,98,48)
0 Favorites   0 Comments

Color spaces of #116230

RGB 179848
HSL0.400.700.23
HSV143°83°38°
CMYK 0.830.000.51   0.62
XYZ5.13239.06794.2761
Yxy9.06790.27780.4908
Hunter Lab30.1130-22.275012.6598
CIE-Lab36.1147-35.647121.8711

#116230 color RGB value is (17,98,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100010 00110000
Octal 21 142 60
Decimal 17 98 48
Hex 11 62 30

RGB Percentages of Color #116230

%10.43
%60.12
%29.45

CMYK Percentages of Color #116230

%83
%0
%51
%62

Triadic Colors of #116230

#116230 #301162 #623011

Analogous Colors of #116230

#116230 #116259 #1b6211

Monochromatic Colors of #116230

#116230

Complementary Color

#116230 #621143

#116230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116230 Color CSS Codes

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

#116230 Text Font Color

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

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


#116230 Background Color

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

This div background color is #116230


#116230 Border Color

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

This div border color is #116230


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,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 #116230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116230


Comments

No comments written yet.

Please login to write comment.