COLOR #115E19

HEX: #115E19
RGB: (17,94,25)

Color info

#115E19 contains mainly green color. Web safe color of #115E19 is #006600 (or #060).

RGB color model

#115E19 color RGB value is (17,94,25).

  • red value is 17;
  • green value is 94;
  • blue value is 25.
RGB:
(17,94,25)
(7%,37%,10%)

RGB channels and saturation

R 17 of 255 = 7%
G 94 of 255 = 37%
B 25 of 255 = 10%

17
94
25

R + G + B ~ 18%. #115E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 94 + 25 = 136 (100%)
R 17 of 136 ~ 12.5%
G 94 of 136 ~ 69.12%
B 25 of 136 ~ 18.38%

%12.5
%69.12
%18.38

CMYK color model

#115E19 color CMYK value is (82,0,73,63).

  • cyan value is 81.91%
  • magenta value is 0.00%
  • yellow value is 73.40%
  • key color value is 63.14%
CMYK:
(82,0,73,63)
C82M0Y73K63 
(82%,0%,73%,63%)
(0.82/0.00/0.73/0.63)	

CMYK percentages

%81.91
%0
%73.4
%63.14

Codes

Color #115E19 in popluar color models

115E19
RGB179425
HSL126°69.37%21.76%
HSB/HSV126°81.91%36.86%
CMYK81.91%0.00%73.40%
63.14%

Color #115E19 in popluar number systems.

HEX115E19
Decimal179425
Binary10001101111011001
Octal2113631

Shades and tints

Shades of #115E19

#115E19
(17,94,25)
#105617
(16,86,23)
#0F4E15
(15,78,21)
#0E4613
(14,70,19)
#0D3E11
(13,62,17)
#0C360F
(12,54,15)
#0B2E0D
(11,46,13)
#0A260B
(10,38,11)
#091E09
(9,30,9)
#081607
(8,22,7)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #115E19

#115E19
(17,94,25)
#266C2D
(38,108,45)
#3B7A41
(59,122,65)
#508855
(80,136,85)
#659669
(101,150,105)
#7AA47D
(122,164,125)
#8FB291
(143,178,145)
#A4C0A5
(164,192,165)
#B9CEB9
(185,206,185)
#CEDCCD
(206,220,205)
#E3EAE1
(227,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115E19 color. Also use rgb(17,94,25) instead hex code.

Text Font Color

.myTextColor { color: #115E19; }

<p style="color:#115E19">This sample text font color is #115E19.</p>

This text font color is #115E19.


Background Color

.myBgColor { background-color: #115E19; }

<div style="background-color:#115E19">Inner text</div>

This div background color is #115E19.


Border color

.myBorderColor { border: 1px solid #115E19; }

<div style="border:3px solid #115E19">Div</div>

This div border color is #115E19.


Opacity

.myOpacity80 { color: #115E19; opacity: 0.8; }

<p style="color:#115E19;opacity:0.8;">80%</p>

Text with #115E19 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #115E19;}

<p style="text-shadow: 3px 3px 1px #115E19">Text here.</p>

This text has shadow with #115E19 color.

.textShadow {text-shadow: 3px 3px 1px #115E19, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #115E19, 5px 5px 20px red">Text here.</p>

This text has shadow with #115E19 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#115E19, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#115E19, Direction=45, Strength=4)">Text</p>

This text has shadow with #115E19 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #115E19;
  -webkit-box-shadow:	1px 1px 3px 2px #115E19;
  box-shadow:		1px 1px 3px 2px #115E19;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #115E19;
-webkit-box-shadow: 1px 1px 3px 2px #115E19;
box-shadow:1px 1px 3px 2px #115E19;">
Div content here</div>
This div box has shadow with color #115E19.

Preview

Color preview on black background

This text has color #115E19 on black background.


Color preview on white background

This text has color #115E19 on white background.



Black color preview on #115E19 background

This text has black color on #115E19 background.


White color preview on #115E19 background

This text has white color on #115E19 background.