COLOR #138038

HEX: #138038
RGB: (19,128,56)

Color info

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

RGB color model

#138038 color RGB value is (19,128,56).

  • red value is 19;
  • green value is 128;
  • blue value is 56.
RGB:
(19,128,56)
(7%,50%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 128 of 255 = 50%
B 56 of 255 = 22%

19
128
56

R + G + B ~ 26%. #138038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 128 + 56 = 203 (100%)
R 19 of 203 ~ 9.36%
G 128 of 203 ~ 63.05%
B 56 of 203 ~ 27.59%

%63.05
%27.59

CMYK color model

#138038 color CMYK value is (85,0,56,50).

  • cyan value is 85.16%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 49.80%
CMYK:
(85,0,56,50)
C85M0Y56K50 
(85%,0%,56%,50%)
(0.85/0.00/0.56/0.50)	

CMYK percentages

%85.16
%0
%56.25
%49.8

Codes

Color #138038 in popluar color models

138038
RGB1912856
HSL140°74.15%28.82%
HSB/HSV140°85.16%50.20%
CMYK85.16%0.00%56.25%
49.80%

Color #138038 in popluar number systems.

HEX138038
Decimal1912856
Binary1001110000000111000
Octal2320070

Shades and tints

Shades of #138038

#138038
(19,128,56)
#127533
(18,117,51)
#116A2E
(17,106,46)
#105F29
(16,95,41)
#0F5424
(15,84,36)
#0E491F
(14,73,31)
#0D3E1A
(13,62,26)
#0C3315
(12,51,21)
#0B2810
(11,40,16)
#0A1D0B
(10,29,11)
#091206
(9,18,6)
#000000
(0,0,0)

Tints of #138038

#138038
(19,128,56)
#288B4A
(40,139,74)
#3D965C
(61,150,92)
#52A16E
(82,161,110)
#67AC80
(103,172,128)
#7CB792
(124,183,146)
#91C2A4
(145,194,164)
#A6CDB6
(166,205,182)
#BBD8C8
(187,216,200)
#D0E3DA
(208,227,218)
#E5EEEC
(229,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #138038 color. Also use rgb(19,128,56) instead hex code.

Text Font Color

.myTextColor { color: #138038; }

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

This text font color is #138038.


Background Color

.myBgColor { background-color: #138038; }

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

This div background color is #138038.


Border color

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

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

This div border color is #138038.


Opacity

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

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

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

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

This text has shadow with #138038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #138038 on black background.


Color preview on white background

This text has color #138038 on white background.



Black color preview on #138038 background

This text has black color on #138038 background.


White color preview on #138038 background

This text has white color on #138038 background.