COLOR #42AA2C

HEX: #42AA2C
RGB: (66,170,44)

Color info

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

RGB color model

#42AA2C color RGB value is (66,170,44).

  • red value is 66;
  • green value is 170;
  • blue value is 44.
RGB:
(66,170,44)
(26%,67%,17%)

RGB channels and saturation

R 66 of 255 = 26%
G 170 of 255 = 67%
B 44 of 255 = 17%

66
170
44

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

Portions of RGB colors in percentages

R + G + B =
66 + 170 + 44 = 280 (100%)
R 66 of 280 ~ 23.57%
G 170 of 280 ~ 60.71%
B 44 of 280 ~ 15.71%

%23.57
%60.71
%15.71

CMYK color model

#42AA2C color CMYK value is (61,0,74,33).

  • cyan value is 61.18%
  • magenta value is 0.00%
  • yellow value is 74.12%
  • key color value is 33.33%
CMYK:
(61,0,74,33)
C61M0Y74K33 
(61%,0%,74%,33%)
(0.61/0.00/0.74/0.33)	

CMYK percentages

%61.18
%0
%74.12
%33.33

Codes

Color #42AA2C in popluar color models

42AA2C
RGB6617044
HSL110°58.88%41.96%
HSB/HSV110°74.12%66.67%
CMYK61.18%0.00%74.12%
33.33%

Color #42AA2C in popluar number systems.

HEX42AA2C
Decimal6617044
Binary100001010101010101100
Octal10225254

Shades and tints

Shades of #42AA2C

#42AA2C
(66,170,44)
#3C9B28
(60,155,40)
#368C24
(54,140,36)
#307D20
(48,125,32)
#2A6E1C
(42,110,28)
#245F18
(36,95,24)
#1E5014
(30,80,20)
#184110
(24,65,16)
#12320C
(18,50,12)
#0C2308
(12,35,8)
#061404
(6,20,4)
#000000
(0,0,0)

Tints of #42AA2C

#42AA2C
(66,170,44)
#53B13F
(83,177,63)
#64B852
(100,184,82)
#75BF65
(117,191,101)
#86C678
(134,198,120)
#97CD8B
(151,205,139)
#A8D49E
(168,212,158)
#B9DBB1
(185,219,177)
#CAE2C4
(202,226,196)
#DBE9D7
(219,233,215)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42AA2C color. Also use rgb(66,170,44) instead hex code.

Text Font Color

.myTextColor { color: #42AA2C; }

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

This text font color is #42AA2C.


Background Color

.myBgColor { background-color: #42AA2C; }

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

This div background color is #42AA2C.


Border color

.myBorderColor { border: 1px solid #42AA2C; }

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

This div border color is #42AA2C.


Opacity

.myOpacity80 { color: #42AA2C; opacity: 0.8; }

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

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

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

This text has shadow with #42AA2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42AA2C on black background.


Color preview on white background

This text has color #42AA2C on white background.



Black color preview on #42AA2C background

This text has black color on #42AA2C background.


White color preview on #42AA2C background

This text has white color on #42AA2C background.