COLOR #42A036

HEX: #42A036
RGB: (66,160,54)

Color info

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

RGB color model

#42A036 color RGB value is (66,160,54).

  • red value is 66;
  • green value is 160;
  • blue value is 54.
RGB:
(66,160,54)
(26%,63%,21%)

RGB channels and saturation

R 66 of 255 = 26%
G 160 of 255 = 63%
B 54 of 255 = 21%

66
160
54

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

Portions of RGB colors in percentages

R + G + B =
66 + 160 + 54 = 280 (100%)
R 66 of 280 ~ 23.57%
G 160 of 280 ~ 57.14%
B 54 of 280 ~ 19.29%

%23.57
%57.14
%19.29

CMYK color model

#42A036 color CMYK value is (59,0,66,37).

  • cyan value is 58.75%
  • magenta value is 0.00%
  • yellow value is 66.25%
  • key color value is 37.25%
CMYK:
(59,0,66,37)
C59M0Y66K37 
(59%,0%,66%,37%)
(0.59/0.00/0.66/0.37)	

CMYK percentages

%58.75
%0
%66.25
%37.25

Codes

Color #42A036 in popluar color models

42A036
RGB6616054
HSL113°49.53%41.96%
HSB/HSV113°66.25%62.75%
CMYK58.75%0.00%66.25%
37.25%

Color #42A036 in popluar number systems.

HEX42A036
Decimal6616054
Binary100001010100000110110
Octal10224066

Shades and tints

Shades of #42A036

#42A036
(66,160,54)
#3C9232
(60,146,50)
#36842E
(54,132,46)
#30762A
(48,118,42)
#2A6826
(42,104,38)
#245A22
(36,90,34)
#1E4C1E
(30,76,30)
#183E1A
(24,62,26)
#123016
(18,48,22)
#0C2212
(12,34,18)
#06140E
(6,20,14)
#000000
(0,0,0)

Tints of #42A036

#42A036
(66,160,54)
#53A848
(83,168,72)
#64B05A
(100,176,90)
#75B86C
(117,184,108)
#86C07E
(134,192,126)
#97C890
(151,200,144)
#A8D0A2
(168,208,162)
#B9D8B4
(185,216,180)
#CAE0C6
(202,224,198)
#DBE8D8
(219,232,216)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A036 color. Also use rgb(66,160,54) instead hex code.

Text Font Color

.myTextColor { color: #42A036; }

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

This text font color is #42A036.


Background Color

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

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

This div background color is #42A036.


Border color

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

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

This div border color is #42A036.


Opacity

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

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

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

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

This text has shadow with #42A036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A036 on black background.


Color preview on white background

This text has color #42A036 on white background.



Black color preview on #42A036 background

This text has black color on #42A036 background.


White color preview on #42A036 background

This text has white color on #42A036 background.