COLOR #029347

HEX: #029347
RGB: (2,147,71)

Color info

#029347 contains mainly green color. Web safe color of #029347 is #009933 (or #093).

RGB color model

#029347 color RGB value is (2,147,71).

  • red value is 2;
  • green value is 147;
  • blue value is 71.
RGB:
(2,147,71)
(1%,58%,28%)

RGB channels and saturation

R 2 of 255 = 1%
G 147 of 255 = 58%
B 71 of 255 = 28%

2
147
71

R + G + B ~ 29%. #029347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 147 + 71 = 220 (100%)
R 2 of 220 ~ 0.91%
G 147 of 220 ~ 66.82%
B 71 of 220 ~ 32.27%

%66.82
%32.27

CMYK color model

#029347 color CMYK value is (99,0,52,42).

  • cyan value is 98.64%
  • magenta value is 0.00%
  • yellow value is 51.70%
  • key color value is 42.35%
CMYK:
(99,0,52,42)
C99M0Y52K42 
(99%,0%,52%,42%)
(0.99/0.00/0.52/0.42)	

CMYK percentages

%98.64
%0
%51.7
%42.35

Codes

Color #029347 in popluar color models

029347
RGB214771
HSL149°97.32%29.22%
HSB/HSV149°98.64%57.65%
CMYK98.64%0.00%51.70%
42.35%

Color #029347 in popluar number systems.

HEX029347
Decimal214771
Binary10100100111000111
Octal2223107

Shades and tints

Shades of #029347

#029347
(2,147,71)
#028641
(2,134,65)
#02793B
(2,121,59)
#026C35
(2,108,53)
#025F2F
(2,95,47)
#025229
(2,82,41)
#024523
(2,69,35)
#02381D
(2,56,29)
#022B17
(2,43,23)
#021E11
(2,30,17)
#02110B
(2,17,11)
#000000
(0,0,0)

Tints of #029347

#029347
(2,147,71)
#199C57
(25,156,87)
#30A567
(48,165,103)
#47AE77
(71,174,119)
#5EB787
(94,183,135)
#75C097
(117,192,151)
#8CC9A7
(140,201,167)
#A3D2B7
(163,210,183)
#BADBC7
(186,219,199)
#D1E4D7
(209,228,215)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #029347 color. Also use rgb(2,147,71) instead hex code.

Text Font Color

.myTextColor { color: #029347; }

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

This text font color is #029347.


Background Color

.myBgColor { background-color: #029347; }

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

This div background color is #029347.


Border color

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

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

This div border color is #029347.


Opacity

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

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

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

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

This text has shadow with #029347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #029347 on black background.


Color preview on white background

This text has color #029347 on white background.



Black color preview on #029347 background

This text has black color on #029347 background.


White color preview on #029347 background

This text has white color on #029347 background.