COLOR #115E2A

HEX: #115E2A
RGB: (17,94,42)

Color info

#115E2A contains mainly green and blue colors. Web safe color of #115E2A is #006633 (or #063).

RGB color model

#115E2A color RGB value is (17,94,42).

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

RGB channels and saturation

R 17 of 255 = 7%
G 94 of 255 = 37%
B 42 of 255 = 16%

17
94
42

R + G + B ~ 20%. #115E2A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 94 + 42 = 153 (100%)
R 17 of 153 ~ 11.11%
G 94 of 153 ~ 61.44%
B 42 of 153 ~ 27.45%

%11.11
%61.44
%27.45

CMYK color model

#115E2A color CMYK value is (82,0,55,63).

  • cyan value is 81.91%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 63.14%
CMYK:
(82,0,55,63)
C82M0Y55K63 
(82%,0%,55%,63%)
(0.82/0.00/0.55/0.63)	

CMYK percentages

%81.91
%0
%55.32
%63.14

Codes

Color #115E2A in popluar color models

115E2A
RGB179442
HSL139°69.37%21.76%
HSB/HSV139°81.91%36.86%
CMYK81.91%0.00%55.32%
63.14%

Color #115E2A in popluar number systems.

HEX115E2A
Decimal179442
Binary100011011110101010
Octal2113652

Shades and tints

Shades of #115E2A

#115E2A
(17,94,42)
#105627
(16,86,39)
#0F4E24
(15,78,36)
#0E4621
(14,70,33)
#0D3E1E
(13,62,30)
#0C361B
(12,54,27)
#0B2E18
(11,46,24)
#0A2615
(10,38,21)
#091E12
(9,30,18)
#08160F
(8,22,15)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #115E2A

#115E2A
(17,94,42)
#266C3D
(38,108,61)
#3B7A50
(59,122,80)
#508863
(80,136,99)
#659676
(101,150,118)
#7AA489
(122,164,137)
#8FB29C
(143,178,156)
#A4C0AF
(164,192,175)
#B9CEC2
(185,206,194)
#CEDCD5
(206,220,213)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #115E2A; }

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

This text font color is #115E2A.


Background Color

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

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

This div background color is #115E2A.


Border color

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

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

This div border color is #115E2A.


Opacity

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

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

Text with #115E2A 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 #115E2A;}

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

This text has shadow with #115E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115E2A on black background.


Color preview on white background

This text has color #115E2A on white background.



Black color preview on #115E2A background

This text has black color on #115E2A background.


White color preview on #115E2A background

This text has white color on #115E2A background.