COLOR #1B7227

HEX: #1B7227
RGB: (27,114,39)

Color info

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

RGB color model

#1B7227 color RGB value is (27,114,39).

  • red value is 27;
  • green value is 114;
  • blue value is 39.
RGB:
(27,114,39)
(11%,45%,15%)

RGB channels and saturation

R 27 of 255 = 11%
G 114 of 255 = 45%
B 39 of 255 = 15%

27
114
39

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

Portions of RGB colors in percentages

R + G + B =
27 + 114 + 39 = 180 (100%)
R 27 of 180 ~ 15%
G 114 of 180 ~ 63.33%
B 39 of 180 ~ 21.67%

%15
%63.33
%21.67

CMYK color model

#1B7227 color CMYK value is (76,0,66,55).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 55.29%
CMYK:
(76,0,66,55)
C76M0Y66K55 
(76%,0%,66%,55%)
(0.76/0.00/0.66/0.55)	

CMYK percentages

%76.32
%0
%65.79
%55.29

Codes

Color #1B7227 in popluar color models

1B7227
RGB2711439
HSL128°61.70%27.65%
HSB/HSV128°76.32%44.71%
CMYK76.32%0.00%65.79%
55.29%

Color #1B7227 in popluar number systems.

HEX1B7227
Decimal2711439
Binary110111110010100111
Octal3316247

Shades and tints

Shades of #1B7227

#1B7227
(27,114,39)
#196824
(25,104,36)
#175E21
(23,94,33)
#15541E
(21,84,30)
#134A1B
(19,74,27)
#114018
(17,64,24)
#0F3615
(15,54,21)
#0D2C12
(13,44,18)
#0B220F
(11,34,15)
#09180C
(9,24,12)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #1B7227

#1B7227
(27,114,39)
#2F7E3A
(47,126,58)
#438A4D
(67,138,77)
#579660
(87,150,96)
#6BA273
(107,162,115)
#7FAE86
(127,174,134)
#93BA99
(147,186,153)
#A7C6AC
(167,198,172)
#BBD2BF
(187,210,191)
#CFDED2
(207,222,210)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B7227 color. Also use rgb(27,114,39) instead hex code.

Text Font Color

.myTextColor { color: #1B7227; }

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

This text font color is #1B7227.


Background Color

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

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

This div background color is #1B7227.


Border color

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

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

This div border color is #1B7227.


Opacity

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

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

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

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

This text has shadow with #1B7227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7227 on black background.


Color preview on white background

This text has color #1B7227 on white background.



Black color preview on #1B7227 background

This text has black color on #1B7227 background.


White color preview on #1B7227 background

This text has white color on #1B7227 background.