COLOR #1B7D20

HEX: #1B7D20
RGB: (27,125,32)

Color info

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

RGB color model

#1B7D20 color RGB value is (27,125,32).

  • red value is 27;
  • green value is 125;
  • blue value is 32.
RGB:
(27,125,32)
(11%,49%,13%)

RGB channels and saturation

R 27 of 255 = 11%
G 125 of 255 = 49%
B 32 of 255 = 13%

27
125
32

R + G + B ~ 24%. #1B7D20 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 125 + 32 = 184 (100%)
R 27 of 184 ~ 14.67%
G 125 of 184 ~ 67.93%
B 32 of 184 ~ 17.39%

%14.67
%67.93
%17.39

CMYK color model

#1B7D20 color CMYK value is (78,0,74,51).

  • cyan value is 78.40%
  • magenta value is 0.00%
  • yellow value is 74.40%
  • key color value is 50.98%
CMYK:
(78,0,74,51)
C78M0Y74K51 
(78%,0%,74%,51%)
(0.78/0.00/0.74/0.51)	

CMYK percentages

%78.4
%0
%74.4
%50.98

Codes

Color #1B7D20 in popluar color models

1B7D20
RGB2712532
HSL123°64.47%29.80%
HSB/HSV123°78.40%49.02%
CMYK78.40%0.00%74.40%
50.98%

Color #1B7D20 in popluar number systems.

HEX1B7D20
Decimal2712532
Binary110111111101100000
Octal3317540

Shades and tints

Shades of #1B7D20

#1B7D20
(27,125,32)
#19721E
(25,114,30)
#17671C
(23,103,28)
#155C1A
(21,92,26)
#135118
(19,81,24)
#114616
(17,70,22)
#0F3B14
(15,59,20)
#0D3012
(13,48,18)
#0B2510
(11,37,16)
#091A0E
(9,26,14)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #1B7D20

#1B7D20
(27,125,32)
#2F8834
(47,136,52)
#439348
(67,147,72)
#579E5C
(87,158,92)
#6BA970
(107,169,112)
#7FB484
(127,180,132)
#93BF98
(147,191,152)
#A7CAAC
(167,202,172)
#BBD5C0
(187,213,192)
#CFE0D4
(207,224,212)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B7D20 color. Also use rgb(27,125,32) instead hex code.

Text Font Color

.myTextColor { color: #1B7D20; }

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

This text font color is #1B7D20.


Background Color

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

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

This div background color is #1B7D20.


Border color

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

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

This div border color is #1B7D20.


Opacity

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

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

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

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

This text has shadow with #1B7D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7D20 on black background.


Color preview on white background

This text has color #1B7D20 on white background.



Black color preview on #1B7D20 background

This text has black color on #1B7D20 background.


White color preview on #1B7D20 background

This text has white color on #1B7D20 background.