COLOR #137F2D

HEX: #137F2D RGB: (19,127,45)

Color info

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

RGB color model

#137F2D color RGB value is (19,127,45).

RGB: (19,127,45) (7%, 50%, 18%)

RGB channels and saturation

R 19 of 255 = 7%
G 127 of 255 = 50%
B 45 of 255 = 18%

19
127
45

R + G + B ~ 25%. #137F2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 127 + 45 = 191 (100%)
R 19 of 191 ~ 9.95%
G 127 of 191 ~ 66.49%
B 45 of 191 ~ 23.56'%

%66.49
%23.56

CMYK color model

#137F2D color CMYK value is (85,0,65,50).

  • cyan value is 85.04%
  • magenta value is 0.00%
  • yellow value is 64.57%
  • key color value is 50.20%

CMYK: (85,0,65,50)
C85M0Y65K50 (85%, 0%, 65%, 50%)
(0.85 / 0.00 / 0.65 / 0.50)

CMYK percentages

%85.04
%0
%64.57
%50.2

Codes

Color #137F2D in popluar color models

13 7F 2D
RGB 19 127 45
HSL 134° 73.97% 28.63%
HSB/HSV 134° 85.04% 49.80%
CMYK 85.04% 0.00% 64.57%
50.20%

Color #137F2D in popluar number systems.

HEX 13 7F 2D
Decimal 19 127 45
Binary 10011 1111111 101101
Octal 23 177 55

Shades and tints

Shades of #137F2D

#137F2D
(19,127,45)
#127429
(18,116,41)
#116925
(17,105,37)
#105E21
(16,94,33)
#0F531D
(15,83,29)
#0E4819
(14,72,25)
#0D3D15
(13,61,21)
#0C3211
(12,50,17)
#0B270D
(11,39,13)
#0A1C09
(10,28,9)
#091105
(9,17,5)
#000000
(0,0,0)

Tints of #137F2D

#137F2D
(19,127,45)
#288A40
(40,138,64)
#3D9553
(61,149,83)
#52A066
(82,160,102)
#67AB79
(103,171,121)
#7CB68C
(124,182,140)
#91C19F
(145,193,159)
#A6CCB2
(166,204,178)
#BBD7C5
(187,215,197)
#D0E2D8
(208,226,216)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137F2D color. Also use rgb(19,127,45) instead hex code.

Text Font Color

.myTextColor { color: #137F2D; }

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

This text font color is #137F2D.

Background Color

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

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

This div background color is #137F2D.

Border color

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

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

This div border color is #137F2D.

Opacity

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

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

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

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

This text has shadow with #137F2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #137F2D.

Preview

Color preview on black background

This text has color #137F2D on black background.


Color preview on white background

This text has color #137F2D on white background.


Black color preview on #137F2D background

This text has black color on #137F2D background.


White color preview on #137F2D background

This text has white color on #137F2D background.


Related colors

Complementary color

Complementary color for #hex is #EC80D2.


I love getcolorcode.com

Triadic colors

1 #2D137F and #7F2D13 with #137F2D are triadic colors.

2 #2D7F13 and #7F132D with #137F2D are triadic colors.