COLOR #1B7E25

HEX: #1B7E25
RGB: (27,126,37)

Color info

#1B7E25 contains mainly green color. Web safe color of #1B7E25 is #336633 (or #363).

RGB color model

#1B7E25 color RGB value is (27,126,37).

  • red value is 27;
  • green value is 126;
  • blue value is 37.
RGB:
(27,126,37)
(11%,49%,15%)

RGB channels and saturation

R 27 of 255 = 11%
G 126 of 255 = 49%
B 37 of 255 = 15%

27
126
37

R + G + B ~ 25%. #1B7E25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 126 + 37 = 190 (100%)
R 27 of 190 ~ 14.21%
G 126 of 190 ~ 66.32%
B 37 of 190 ~ 19.47%

%14.21
%66.32
%19.47

CMYK color model

#1B7E25 color CMYK value is (79,0,71,51).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 70.63%
  • key color value is 50.59%
CMYK:
(79,0,71,51)
C79M0Y71K51 
(79%,0%,71%,51%)
(0.79/0.00/0.71/0.51)	

CMYK percentages

%78.57
%0
%70.63
%50.59

Codes

Color #1B7E25 in popluar color models

1B7E25
RGB2712637
HSL126°64.71%30.00%
HSB/HSV126°78.57%49.41%
CMYK78.57%0.00%70.63%
50.59%

Color #1B7E25 in popluar number systems.

HEX1B7E25
Decimal2712637
Binary110111111110100101
Octal3317645

Shades and tints

Shades of #1B7E25

#1B7E25
(27,126,37)
#197322
(25,115,34)
#17681F
(23,104,31)
#155D1C
(21,93,28)
#135219
(19,82,25)
#114716
(17,71,22)
#0F3C13
(15,60,19)
#0D3110
(13,49,16)
#0B260D
(11,38,13)
#091B0A
(9,27,10)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #1B7E25

#1B7E25
(27,126,37)
#2F8938
(47,137,56)
#43944B
(67,148,75)
#579F5E
(87,159,94)
#6BAA71
(107,170,113)
#7FB584
(127,181,132)
#93C097
(147,192,151)
#A7CBAA
(167,203,170)
#BBD6BD
(187,214,189)
#CFE1D0
(207,225,208)
#E3ECE3
(227,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B7E25 color. Also use rgb(27,126,37) instead hex code.

Text Font Color

.myTextColor { color: #1B7E25; }

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

This text font color is #1B7E25.


Background Color

.myBgColor { background-color: #1B7E25; }

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

This div background color is #1B7E25.


Border color

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

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

This div border color is #1B7E25.


Opacity

.myOpacity80 { color: #1B7E25; opacity: 0.8; }

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

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

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

This text has shadow with #1B7E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7E25 on black background.


Color preview on white background

This text has color #1B7E25 on white background.



Black color preview on #1B7E25 background

This text has black color on #1B7E25 background.


White color preview on #1B7E25 background

This text has white color on #1B7E25 background.