COLOR #47BA2E

HEX: #47BA2E RGB: (71,186,46)

Color info

#47BA2E contains mainly green color. Web safe color of #47BA2E is #33CC33 (or #3C3).

RGB color model

#47BA2E color RGB value is (71,186,46).

RGB: (71,186,46) (28%, 73%, 18%)

RGB channels and saturation

R 71 of 255 = 28%
G 186 of 255 = 73%
B 46 of 255 = 18%

71
186
46

R + G + B ~ 40%. #47BA2E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 186 + 46 = 303 (100%)
R 71 of 303 ~ 23.43%
G 186 of 303 ~ 61.39%
B 46 of 303 ~ 15.18'%

%23.43
%61.39
%15.18

CMYK color model

#47BA2E color CMYK value is (62,0,75,27).

  • cyan value is 61.83%
  • magenta value is 0.00%
  • yellow value is 75.27%
  • key color value is 27.06%
CMYK: (62,0,75,27) C62M0Y75K27 (62%,0%,75%,27%) (0.62/0.00/0.75/0.27) 

CMYK percentages

%61.83
%0
%75.27
%27.06

Codes

Color #47BA2E in popluar color models

47 BA 2E
RGB 71 186 46
HSL 109° 60.34% 45.49%
HSB/HSV 109° 75.27% 72.94%
CMYK 61.83% 0.00% 75.27%
27.06%

Color #47BA2E in popluar number systems.

HEX 47 BA 2E
Decimal 71 186 46
Binary 1000111 10111010 101110
Octal 107 272 56

Shades and tints

Shades of #47BA2E

#47BA2E
(71,186,46)
#41AA2A
(65,170,42)
#3B9A26
(59,154,38)
#358A22
(53,138,34)
#2F7A1E
(47,122,30)
#296A1A
(41,106,26)
#235A16
(35,90,22)
#1D4A12
(29,74,18)
#173A0E
(23,58,14)
#112A0A
(17,42,10)
#0B1A06
(11,26,6)
#000000
(0,0,0)

Tints of #47BA2E

#47BA2E
(71,186,46)
#57C041
(87,192,65)
#67C654
(103,198,84)
#77CC67
(119,204,103)
#87D27A
(135,210,122)
#97D88D
(151,216,141)
#A7DEA0
(167,222,160)
#B7E4B3
(183,228,179)
#C7EAC6
(199,234,198)
#D7F0D9
(215,240,217)
#E7F6EC
(231,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47BA2E color. Also use rgb(71,186,46) instead hex code.

Text Font Color

.myTextColor { color: #47BA2E; }

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

This text font color is #47BA2E.

Background Color

.myBgColor { background-color: #47BA2E; }

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

This div background color is #47BA2E.

Border color

.myBorderColor { border: 1px solid #47BA2E; }

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

This div border color is #47BA2E.

Opacity

.myOpacity80 { color: #47BA2E; opacity: 0.8; }

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

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

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

This text has shadow with #47BA2E color.


.textShadow {text-shadow: 3px 3px 1px #47BA2E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47BA2E; -webkit-box-shadow: 1px 1px 3px 2px #47BA2E; box-shadow:1px 1px 3px 2px #47BA2E;">
Div content here
</div>

This div box has shadow with color #47BA2E.

Preview

Color preview on black background

This text has color #47BA2E on black background.


Color preview on white background

This text has color #47BA2E on white background.


Black color preview on #47BA2E background

This text has black color on #47BA2E background.


White color preview on #47BA2E background

This text has white color on #47BA2E background.


Related colors

Complementary color

Complementary color for #hex is #B845D1.


I love getcolorcode.com

Triadic colors

1 #2E47BA and #BA2E47 with #47BA2E are triadic colors.

2 #2EBA47 and #BA472E with #47BA2E are triadic colors.