COLOR #029049

HEX: #029049
RGB: (2,144,73)

Color info

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

RGB color model

#029049 color RGB value is (2,144,73).

  • red value is 2;
  • green value is 144;
  • blue value is 73.
RGB:
(2,144,73)
(1%,56%,29%)

RGB channels and saturation

R 2 of 255 = 1%
G 144 of 255 = 56%
B 73 of 255 = 29%

2
144
73

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

Portions of RGB colors in percentages

R + G + B =
2 + 144 + 73 = 219 (100%)
R 2 of 219 ~ 0.91%
G 144 of 219 ~ 65.75%
B 73 of 219 ~ 33.33%

%65.75
%33.33

CMYK color model

#029049 color CMYK value is (99,0,49,44).

  • cyan value is 98.61%
  • magenta value is 0.00%
  • yellow value is 49.31%
  • key color value is 43.53%
CMYK:
(99,0,49,44)
C99M0Y49K44 
(99%,0%,49%,44%)
(0.99/0.00/0.49/0.44)	

CMYK percentages

%98.61
%0
%49.31
%43.53

Codes

Color #029049 in popluar color models

029049
RGB214473
HSL150°97.26%28.63%
HSB/HSV150°98.61%56.47%
CMYK98.61%0.00%49.31%
43.53%

Color #029049 in popluar number systems.

HEX029049
Decimal214473
Binary10100100001001001
Octal2220111

Shades and tints

Shades of #029049

#029049
(2,144,73)
#028343
(2,131,67)
#02763D
(2,118,61)
#026937
(2,105,55)
#025C31
(2,92,49)
#024F2B
(2,79,43)
#024225
(2,66,37)
#02351F
(2,53,31)
#022819
(2,40,25)
#021B13
(2,27,19)
#020E0D
(2,14,13)
#000000
(0,0,0)

Tints of #029049

#029049
(2,144,73)
#199A59
(25,154,89)
#30A469
(48,164,105)
#47AE79
(71,174,121)
#5EB889
(94,184,137)
#75C299
(117,194,153)
#8CCCA9
(140,204,169)
#A3D6B9
(163,214,185)
#BAE0C9
(186,224,201)
#D1EAD9
(209,234,217)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #029049 color. Also use rgb(2,144,73) instead hex code.

Text Font Color

.myTextColor { color: #029049; }

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

This text font color is #029049.


Background Color

.myBgColor { background-color: #029049; }

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

This div background color is #029049.


Border color

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

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

This div border color is #029049.


Opacity

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

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

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

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

This text has shadow with #029049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #029049 on black background.


Color preview on white background

This text has color #029049 on white background.



Black color preview on #029049 background

This text has black color on #029049 background.


White color preview on #029049 background

This text has white color on #029049 background.