COLOR #006A29

HEX: #006A29
RGB: (0,106,41)

Color info

#006A29 contains mainly green color. Web safe color of #006A29 is #006633 (or #063).

RGB color model

#006A29 color RGB value is (0,106,41).

  • red value is 0;
  • green value is 106;
  • blue value is 41.
RGB:
(0,106,41)
(0%,42%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 106 of 255 = 42%
B 41 of 255 = 16%

0
106
41

R + G + B ~ 19%. #006A29 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 106 + 41 = 147 (100%)
R 0 of 147 ~ 0%
G 106 of 147 ~ 72.11%
B 41 of 147 ~ 27.89%

%72.11
%27.89

CMYK color model

#006A29 color CMYK value is (100,0,61,58).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 61.32%
  • key color value is 58.43%
CMYK:
(100,0,61,58)
C100M0Y61K58 
(100%,0%,61%,58%)
(1.00/0.00/0.61/0.58)	

CMYK percentages

%100
%0
%61.32
%58.43

Codes

Color #006A29 in popluar color models

006A29
RGB010641
HSL143°100.00%20.78%
HSB/HSV143°100.00%41.57%
CMYK100.00%0.00%61.32%
58.43%

Color #006A29 in popluar number systems.

HEX006A29
Decimal010641
Binary01101010101001
Octal015251

Shades and tints

Shades of #006A29

#006A29
(0,106,41)
#006126
(0,97,38)
#005823
(0,88,35)
#004F20
(0,79,32)
#00461D
(0,70,29)
#003D1A
(0,61,26)
#003417
(0,52,23)
#002B14
(0,43,20)
#002211
(0,34,17)
#00190E
(0,25,14)
#00100B
(0,16,11)
#000000
(0,0,0)

Tints of #006A29

#006A29
(0,106,41)
#17773C
(23,119,60)
#2E844F
(46,132,79)
#459162
(69,145,98)
#5C9E75
(92,158,117)
#73AB88
(115,171,136)
#8AB89B
(138,184,155)
#A1C5AE
(161,197,174)
#B8D2C1
(184,210,193)
#CFDFD4
(207,223,212)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006A29 color. Also use rgb(0,106,41) instead hex code.

Text Font Color

.myTextColor { color: #006A29; }

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

This text font color is #006A29.


Background Color

.myBgColor { background-color: #006A29; }

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

This div background color is #006A29.


Border color

.myBorderColor { border: 1px solid #006A29; }

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

This div border color is #006A29.


Opacity

.myOpacity80 { color: #006A29; opacity: 0.8; }

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

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

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

This text has shadow with #006A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006A29 on black background.


Color preview on white background

This text has color #006A29 on white background.



Black color preview on #006A29 background

This text has black color on #006A29 background.


White color preview on #006A29 background

This text has white color on #006A29 background.