COLOR #428D42

HEX: #428D42
RGB: (66,141,66)

Color info

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

RGB color model

#428D42 color RGB value is (66,141,66).

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

RGB channels and saturation

R 66 of 255 = 26%
G 141 of 255 = 55%
B 66 of 255 = 26%

66
141
66

R + G + B ~ 36%. #428D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 141 + 66 = 273 (100%)
R 66 of 273 ~ 24.18%
G 141 of 273 ~ 51.65%
B 66 of 273 ~ 24.18%

%24.18
%51.65
%24.18

CMYK color model

#428D42 color CMYK value is (53,0,53,45).

  • cyan value is 53.19%
  • magenta value is 0.00%
  • yellow value is 53.19%
  • key color value is 44.71%
CMYK:
(53,0,53,45)
C53M0Y53K45 
(53%,0%,53%,45%)
(0.53/0.00/0.53/0.45)	

CMYK percentages

%53.19
%0
%53.19
%44.71

Codes

Color #428D42 in popluar color models

428D42
RGB6614166
HSL120°36.23%40.59%
HSB/HSV120°53.19%55.29%
CMYK53.19%0.00%53.19%
44.71%

Color #428D42 in popluar number systems.

HEX428D42
Decimal6614166
Binary1000010100011011000010
Octal102215102

Shades and tints

Shades of #428D42

#428D42
(66,141,66)
#3C813C
(60,129,60)
#367536
(54,117,54)
#306930
(48,105,48)
#2A5D2A
(42,93,42)
#245124
(36,81,36)
#1E451E
(30,69,30)
#183918
(24,57,24)
#122D12
(18,45,18)
#0C210C
(12,33,12)
#061506
(6,21,6)
#000000
(0,0,0)

Tints of #428D42

#428D42
(66,141,66)
#539753
(83,151,83)
#64A164
(100,161,100)
#75AB75
(117,171,117)
#86B586
(134,181,134)
#97BF97
(151,191,151)
#A8C9A8
(168,201,168)
#B9D3B9
(185,211,185)
#CADDCA
(202,221,202)
#DBE7DB
(219,231,219)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428D42; }

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

This text font color is #428D42.


Background Color

.myBgColor { background-color: #428D42; }

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

This div background color is #428D42.


Border color

.myBorderColor { border: 1px solid #428D42; }

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

This div border color is #428D42.


Opacity

.myOpacity80 { color: #428D42; opacity: 0.8; }

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

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

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

This text has shadow with #428D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428D42 on black background.


Color preview on white background

This text has color #428D42 on white background.



Black color preview on #428D42 background

This text has black color on #428D42 background.


White color preview on #428D42 background

This text has white color on #428D42 background.