COLOR #138F2B

HEX: #138F2B
RGB: (19,143,43)

Color info

#138F2B contains mainly green color. Web safe color of #138F2B is #009933 (or #093).

RGB color model

#138F2B color RGB value is (19,143,43).

  • red value is 19;
  • green value is 143;
  • blue value is 43.
RGB:
(19,143,43)
(7%,56%,17%)

RGB channels and saturation

R 19 of 255 = 7%
G 143 of 255 = 56%
B 43 of 255 = 17%

19
143
43

R + G + B ~ 27%. #138F2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 143 + 43 = 205 (100%)
R 19 of 205 ~ 9.27%
G 143 of 205 ~ 69.76%
B 43 of 205 ~ 20.98%

%69.76
%20.98

CMYK color model

#138F2B color CMYK value is (87,0,70,44).

  • cyan value is 86.71%
  • magenta value is 0.00%
  • yellow value is 69.93%
  • key color value is 43.92%
CMYK:
(87,0,70,44)
C87M0Y70K44 
(87%,0%,70%,44%)
(0.87/0.00/0.70/0.44)	

CMYK percentages

%86.71
%0
%69.93
%43.92

Codes

Color #138F2B in popluar color models

138F2B
RGB1914343
HSL132°76.54%31.76%
HSB/HSV132°86.71%56.08%
CMYK86.71%0.00%69.93%
43.92%

Color #138F2B in popluar number systems.

HEX138F2B
Decimal1914343
Binary1001110001111101011
Octal2321753

Shades and tints

Shades of #138F2B

#138F2B
(19,143,43)
#128228
(18,130,40)
#117525
(17,117,37)
#106822
(16,104,34)
#0F5B1F
(15,91,31)
#0E4E1C
(14,78,28)
#0D4119
(13,65,25)
#0C3416
(12,52,22)
#0B2713
(11,39,19)
#0A1A10
(10,26,16)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #138F2B

#138F2B
(19,143,43)
#28993E
(40,153,62)
#3DA351
(61,163,81)
#52AD64
(82,173,100)
#67B777
(103,183,119)
#7CC18A
(124,193,138)
#91CB9D
(145,203,157)
#A6D5B0
(166,213,176)
#BBDFC3
(187,223,195)
#D0E9D6
(208,233,214)
#E5F3E9
(229,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #138F2B color. Also use rgb(19,143,43) instead hex code.

Text Font Color

.myTextColor { color: #138F2B; }

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

This text font color is #138F2B.


Background Color

.myBgColor { background-color: #138F2B; }

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

This div background color is #138F2B.


Border color

.myBorderColor { border: 1px solid #138F2B; }

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

This div border color is #138F2B.


Opacity

.myOpacity80 { color: #138F2B; opacity: 0.8; }

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

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

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

This text has shadow with #138F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #138F2B on black background.


Color preview on white background

This text has color #138F2B on white background.



Black color preview on #138F2B background

This text has black color on #138F2B background.


White color preview on #138F2B background

This text has white color on #138F2B background.