COLOR #029947

HEX: #029947
RGB: (2,153,71)

Color info

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

RGB color model

#029947 color RGB value is (2,153,71).

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

RGB channels and saturation

R 2 of 255 = 1%
G 153 of 255 = 60%
B 71 of 255 = 28%

2
153
71

R + G + B ~ 30%. #029947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 153 + 71 = 226 (100%)
R 2 of 226 ~ 0.88%
G 153 of 226 ~ 67.7%
B 71 of 226 ~ 31.42%

%67.7
%31.42

CMYK color model

#029947 color CMYK value is (99,0,54,40).

  • cyan value is 98.69%
  • magenta value is 0.00%
  • yellow value is 53.59%
  • key color value is 40.00%
CMYK:
(99,0,54,40)
C99M0Y54K40 
(99%,0%,54%,40%)
(0.99/0.00/0.54/0.40)	

CMYK percentages

%98.69
%0
%53.59
%40

Codes

Color #029947 in popluar color models

029947
RGB215371
HSL147°97.42%30.39%
HSB/HSV147°98.69%60.00%
CMYK98.69%0.00%53.59%
40.00%

Color #029947 in popluar number systems.

HEX029947
Decimal215371
Binary10100110011000111
Octal2231107

Shades and tints

Shades of #029947

#029947
(2,153,71)
#028C41
(2,140,65)
#027F3B
(2,127,59)
#027235
(2,114,53)
#02652F
(2,101,47)
#025829
(2,88,41)
#024B23
(2,75,35)
#023E1D
(2,62,29)
#023117
(2,49,23)
#022411
(2,36,17)
#02170B
(2,23,11)
#000000
(0,0,0)

Tints of #029947

#029947
(2,153,71)
#19A257
(25,162,87)
#30AB67
(48,171,103)
#47B477
(71,180,119)
#5EBD87
(94,189,135)
#75C697
(117,198,151)
#8CCFA7
(140,207,167)
#A3D8B7
(163,216,183)
#BAE1C7
(186,225,199)
#D1EAD7
(209,234,215)
#E8F3E7
(232,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #029947; }

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

This text font color is #029947.


Background Color

.myBgColor { background-color: #029947; }

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

This div background color is #029947.


Border color

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

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

This div border color is #029947.


Opacity

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

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

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

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

This text has shadow with #029947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #029947 on black background.


Color preview on white background

This text has color #029947 on white background.



Black color preview on #029947 background

This text has black color on #029947 background.


White color preview on #029947 background

This text has white color on #029947 background.