COLOR #42A14A

HEX: #42A14A
RGB: (66,161,74)

Color info

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

RGB color model

#42A14A color RGB value is (66,161,74).

  • red value is 66;
  • green value is 161;
  • blue value is 74.
RGB:
(66,161,74)
(26%,63%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 161 of 255 = 63%
B 74 of 255 = 29%

66
161
74

R + G + B ~ 39%. #42A14A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 161 + 74 = 301 (100%)
R 66 of 301 ~ 21.93%
G 161 of 301 ~ 53.49%
B 74 of 301 ~ 24.58%

%21.93
%53.49
%24.58

CMYK color model

#42A14A color CMYK value is (59,0,54,37).

  • cyan value is 59.01%
  • magenta value is 0.00%
  • yellow value is 54.04%
  • key color value is 36.86%
CMYK:
(59,0,54,37)
C59M0Y54K37 
(59%,0%,54%,37%)
(0.59/0.00/0.54/0.37)	

CMYK percentages

%59.01
%0
%54.04
%36.86

Codes

Color #42A14A in popluar color models

42A14A
RGB6616174
HSL125°41.85%44.51%
HSB/HSV125°59.01%63.14%
CMYK59.01%0.00%54.04%
36.86%

Color #42A14A in popluar number systems.

HEX42A14A
Decimal6616174
Binary1000010101000011001010
Octal102241112

Shades and tints

Shades of #42A14A

#42A14A
(66,161,74)
#3C9344
(60,147,68)
#36853E
(54,133,62)
#307738
(48,119,56)
#2A6932
(42,105,50)
#245B2C
(36,91,44)
#1E4D26
(30,77,38)
#183F20
(24,63,32)
#12311A
(18,49,26)
#0C2314
(12,35,20)
#06150E
(6,21,14)
#000000
(0,0,0)

Tints of #42A14A

#42A14A
(66,161,74)
#53A95A
(83,169,90)
#64B16A
(100,177,106)
#75B97A
(117,185,122)
#86C18A
(134,193,138)
#97C99A
(151,201,154)
#A8D1AA
(168,209,170)
#B9D9BA
(185,217,186)
#CAE1CA
(202,225,202)
#DBE9DA
(219,233,218)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A14A color. Also use rgb(66,161,74) instead hex code.

Text Font Color

.myTextColor { color: #42A14A; }

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

This text font color is #42A14A.


Background Color

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

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

This div background color is #42A14A.


Border color

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

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

This div border color is #42A14A.


Opacity

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

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

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

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

This text has shadow with #42A14A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A14A on black background.


Color preview on white background

This text has color #42A14A on white background.



Black color preview on #42A14A background

This text has black color on #42A14A background.


White color preview on #42A14A background

This text has white color on #42A14A background.