COLOR #137B1E

HEX: #137B1E RGB: (19,123,30)

Color info

#137B1E contains mainly green color. Web safe color of #137B1E is #006633 (or #063).

RGB color model

#137B1E color RGB value is (19,123,30).

RGB: (19,123,30) (7%, 48%, 12%)

RGB channels and saturation

R 19 of 255 = 7%
G 123 of 255 = 48%
B 30 of 255 = 12%

19
123
30

R + G + B ~ 22%. #137B1E is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 123 + 30 = 172 (100%)
R 19 of 172 ~ 11.05%
G 123 of 172 ~ 71.51%
B 30 of 172 ~ 17.44'%

%11.05
%71.51
%17.44

CMYK color model

#137B1E color CMYK value is (85,0,76,52).

  • cyan value is 84.55%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 51.76%

CMYK: (85,0,76,52)
C85M0Y76K52 (85%, 0%, 76%, 52%)
(0.85 / 0.00 / 0.76 / 0.52)

CMYK percentages

%84.55
%0
%75.61
%51.76

Codes

Color #137B1E in popluar color models

13 7B 1E
RGB 19 123 30
HSL 126° 73.24% 27.84%
HSB/HSV 126° 84.55% 48.24%
CMYK 84.55% 0.00% 75.61%
51.76%

Color #137B1E in popluar number systems.

HEX 13 7B 1E
Decimal 19 123 30
Binary 10011 1111011 11110
Octal 23 173 36

Shades and tints

Shades of #137B1E

#137B1E
(19,123,30)
#12701C
(18,112,28)
#11651A
(17,101,26)
#105A18
(16,90,24)
#0F4F16
(15,79,22)
#0E4414
(14,68,20)
#0D3912
(13,57,18)
#0C2E10
(12,46,16)
#0B230E
(11,35,14)
#0A180C
(10,24,12)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #137B1E

#137B1E
(19,123,30)
#288732
(40,135,50)
#3D9346
(61,147,70)
#529F5A
(82,159,90)
#67AB6E
(103,171,110)
#7CB782
(124,183,130)
#91C396
(145,195,150)
#A6CFAA
(166,207,170)
#BBDBBE
(187,219,190)
#D0E7D2
(208,231,210)
#E5F3E6
(229,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137B1E color. Also use rgb(19,123,30) instead hex code.

Text Font Color

.myTextColor { color: #137B1E; }

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

This text font color is #137B1E.

Background Color

.myBgColor { background-color: #137B1E; }

<div style="background-color:#137B1E">Inner text</div>

This div background color is #137B1E.

Border color

.myBorderColor { border: 1px solid #137B1E; }

<div style="border:3px solid #137B1E">Div</div>

This div border color is #137B1E.

Opacity

.myOpacity80 { color: #137B1E; opacity: 0.8; }

<p style="color:#137B1E;opacity:0.8;">80%</p>

Text with #137B1E 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 #137B1E;}

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

This text has shadow with #137B1E color.


.textShadow {text-shadow: 3px 3px 1px #137B1E', 3px 3px 1px red;}

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

This text has shadow with #137B1E primary color and red secondary color.


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

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

This text has shadow with #137B1E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #137B1E; -webkit-box-shadow: 1px 1px 3px 2px #137B1E; box-shadow:1px 1px 3px 2px #137B1E;">
Div content here
</div>

This div box has shadow with color #137B1E.

Preview

Color preview on black background

This text has color #137B1E on black background.


Color preview on white background

This text has color #137B1E on white background.


Black color preview on #137B1E background

This text has black color on #137B1E background.


White color preview on #137B1E background

This text has white color on #137B1E background.


Related colors

Complementary color

Complementary color for #hex is #EC84E1.


I love getcolorcode.com

Triadic colors

1 #1E137B and #7B1E13 with #137B1E are triadic colors.

2 #1E7B13 and #7B131E with #137B1E are triadic colors.