COLOR #429642

HEX: #429642
RGB: (66,150,66)

Color info

#429642 contains mainly green color. Web safe color of #429642 is #339933 (or #393).

RGB color model

#429642 color RGB value is (66,150,66).

  • red value is 66;
  • green value is 150;
  • blue value is 66.
RGB:
(66,150,66)
(26%,59%,26%)

RGB channels and saturation

R 66 of 255 = 26%
G 150 of 255 = 59%
B 66 of 255 = 26%

66
150
66

R + G + B ~ 37%. #429642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 150 + 66 = 282 (100%)
R 66 of 282 ~ 23.4%
G 150 of 282 ~ 53.19%
B 66 of 282 ~ 23.4%

%23.4
%53.19
%23.4

CMYK color model

#429642 color CMYK value is (56,0,56,41).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 41.18%
CMYK:
(56,0,56,41)
C56M0Y56K41 
(56%,0%,56%,41%)
(0.56/0.00/0.56/0.41)	

CMYK percentages

%56
%0
%56
%41.18

Codes

Color #429642 in popluar color models

429642
RGB6615066
HSL120°38.89%42.35%
HSB/HSV120°56.00%58.82%
CMYK56.00%0.00%56.00%
41.18%

Color #429642 in popluar number systems.

HEX429642
Decimal6615066
Binary1000010100101101000010
Octal102226102

Shades and tints

Shades of #429642

#429642
(66,150,66)
#3C893C
(60,137,60)
#367C36
(54,124,54)
#306F30
(48,111,48)
#2A622A
(42,98,42)
#245524
(36,85,36)
#1E481E
(30,72,30)
#183B18
(24,59,24)
#122E12
(18,46,18)
#0C210C
(12,33,12)
#061406
(6,20,6)
#000000
(0,0,0)

Tints of #429642

#429642
(66,150,66)
#539F53
(83,159,83)
#64A864
(100,168,100)
#75B175
(117,177,117)
#86BA86
(134,186,134)
#97C397
(151,195,151)
#A8CCA8
(168,204,168)
#B9D5B9
(185,213,185)
#CADECA
(202,222,202)
#DBE7DB
(219,231,219)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429642 color. Also use rgb(66,150,66) instead hex code.

Text Font Color

.myTextColor { color: #429642; }

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

This text font color is #429642.


Background Color

.myBgColor { background-color: #429642; }

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

This div background color is #429642.


Border color

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

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

This div border color is #429642.


Opacity

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

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

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

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

This text has shadow with #429642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429642 on black background.


Color preview on white background

This text has color #429642 on white background.



Black color preview on #429642 background

This text has black color on #429642 background.


White color preview on #429642 background

This text has white color on #429642 background.