COLOR #136A2E

HEX: #136A2E
RGB: (19,106,46)

Color info

#136A2E contains mainly green color. Web safe color of #136A2E is #006633 (or #063).

RGB color model

#136A2E color RGB value is (19,106,46).

  • red value is 19;
  • green value is 106;
  • blue value is 46.
RGB:
(19,106,46)
(7%,42%,18%)

RGB channels and saturation

R 19 of 255 = 7%
G 106 of 255 = 42%
B 46 of 255 = 18%

19
106
46

R + G + B ~ 22%. #136A2E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 106 + 46 = 171 (100%)
R 19 of 171 ~ 11.11%
G 106 of 171 ~ 61.99%
B 46 of 171 ~ 26.9%

%11.11
%61.99
%26.9

CMYK color model

#136A2E color CMYK value is (82,0,57,58).

  • cyan value is 82.08%
  • magenta value is 0.00%
  • yellow value is 56.60%
  • key color value is 58.43%
CMYK:
(82,0,57,58)
C82M0Y57K58 
(82%,0%,57%,58%)
(0.82/0.00/0.57/0.58)	

CMYK percentages

%82.08
%0
%56.6
%58.43

Codes

Color #136A2E in popluar color models

136A2E
RGB1910646
HSL139°69.60%24.51%
HSB/HSV139°82.08%41.57%
CMYK82.08%0.00%56.60%
58.43%

Color #136A2E in popluar number systems.

HEX136A2E
Decimal1910646
Binary100111101010101110
Octal2315256

Shades and tints

Shades of #136A2E

#136A2E
(19,106,46)
#12612A
(18,97,42)
#115826
(17,88,38)
#104F22
(16,79,34)
#0F461E
(15,70,30)
#0E3D1A
(14,61,26)
#0D3416
(13,52,22)
#0C2B12
(12,43,18)
#0B220E
(11,34,14)
#0A190A
(10,25,10)
#091006
(9,16,6)
#000000
(0,0,0)

Tints of #136A2E

#136A2E
(19,106,46)
#287741
(40,119,65)
#3D8454
(61,132,84)
#529167
(82,145,103)
#679E7A
(103,158,122)
#7CAB8D
(124,171,141)
#91B8A0
(145,184,160)
#A6C5B3
(166,197,179)
#BBD2C6
(187,210,198)
#D0DFD9
(208,223,217)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136A2E color. Also use rgb(19,106,46) instead hex code.

Text Font Color

.myTextColor { color: #136A2E; }

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

This text font color is #136A2E.


Background Color

.myBgColor { background-color: #136A2E; }

<div style="background-color:#136A2E">Inner text</div>

This div background color is #136A2E.


Border color

.myBorderColor { border: 1px solid #136A2E; }

<div style="border:3px solid #136A2E">Div</div>

This div border color is #136A2E.


Opacity

.myOpacity80 { color: #136A2E; opacity: 0.8; }

<p style="color:#136A2E;opacity:0.8;">80%</p>

Text with #136A2E 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 #136A2E;}

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

This text has shadow with #136A2E color.

.textShadow {text-shadow: 3px 3px 1px #136A2E, 3px 3px 1px red;}

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

This text has shadow with #136A2E primary color and red secondary color.


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

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

This text has shadow with #136A2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136A2E on black background.


Color preview on white background

This text has color #136A2E on white background.



Black color preview on #136A2E background

This text has black color on #136A2E background.


White color preview on #136A2E background

This text has white color on #136A2E background.