COLOR #137912

HEX: #137912
RGB: (19,121,18)

Color info

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

RGB color model

#137912 color RGB value is (19,121,18).

  • red value is 19;
  • green value is 121;
  • blue value is 18.
RGB:
(19,121,18)
(7%,47%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 121 of 255 = 47%
B 18 of 255 = 7%

19
121
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 121 + 18 = 158 (100%)
R 19 of 158 ~ 12.03%
G 121 of 158 ~ 76.58%
B 18 of 158 ~ 11.39%

%12.03
%76.58
%11.39

CMYK color model

#137912 color CMYK value is (84,0,85,53).

  • cyan value is 84.30%
  • magenta value is 0.00%
  • yellow value is 85.12%
  • key color value is 52.55%
CMYK:
(84,0,85,53)
C84M0Y85K53 
(84%,0%,85%,53%)
(0.84/0.00/0.85/0.53)	

CMYK percentages

%84.3
%0
%85.12
%52.55

Codes

Color #137912 in popluar color models

137912
RGB1912118
HSL119°74.10%27.25%
HSB/HSV119°85.12%47.45%
CMYK84.30%0.00%85.12%
52.55%

Color #137912 in popluar number systems.

HEX137912
Decimal1912118
Binary10011111100110010
Octal2317122

Shades and tints

Shades of #137912

#137912
(19,121,18)
#126E11
(18,110,17)
#116310
(17,99,16)
#10580F
(16,88,15)
#0F4D0E
(15,77,14)
#0E420D
(14,66,13)
#0D370C
(13,55,12)
#0C2C0B
(12,44,11)
#0B210A
(11,33,10)
#0A1609
(10,22,9)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #137912

#137912
(19,121,18)
#288527
(40,133,39)
#3D913C
(61,145,60)
#529D51
(82,157,81)
#67A966
(103,169,102)
#7CB57B
(124,181,123)
#91C190
(145,193,144)
#A6CDA5
(166,205,165)
#BBD9BA
(187,217,186)
#D0E5CF
(208,229,207)
#E5F1E4
(229,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137912 color. Also use rgb(19,121,18) instead hex code.

Text Font Color

.myTextColor { color: #137912; }

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

This text font color is #137912.


Background Color

.myBgColor { background-color: #137912; }

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

This div background color is #137912.


Border color

.myBorderColor { border: 1px solid #137912; }

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

This div border color is #137912.


Opacity

.myOpacity80 { color: #137912; opacity: 0.8; }

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

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

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

This text has shadow with #137912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137912 on black background.


Color preview on white background

This text has color #137912 on white background.



Black color preview on #137912 background

This text has black color on #137912 background.


White color preview on #137912 background

This text has white color on #137912 background.