COLOR #428400

HEX: #428400
RGB: (66,132,0)

Color info

#428400 contains mainly green color. Web safe color of #428400 is #339900 (or #390).

RGB color model

#428400 color RGB value is (66,132,0).

  • red value is 66;
  • green value is 132;
  • blue value is 0.
RGB:
(66,132,0)
(26%,52%,0%)

RGB channels and saturation

R 66 of 255 = 26%
G 132 of 255 = 52%
B 0 of 255 = 0%

66
132
0

R + G + B ~ 26%. #428400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 0 = 198 (100%)
R 66 of 198 ~ 33.33%
G 132 of 198 ~ 66.67%
B 0 of 198 ~ 0%

%33.33
%66.67

CMYK color model

#428400 color CMYK value is (50,0,100,48).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 48.24%
CMYK:
(50,0,100,48)
C50M0Y100K48 
(50%,0%,100%,48%)
(0.50/0.00/1.00/0.48)	

CMYK percentages

%50
%0
%100
%48.24

Codes

Color #428400 in popluar color models

428400
RGB661320
HSL90°100.00%25.88%
HSB/HSV90°100.00%51.76%
CMYK50.00%0.00%100.00%
48.24%

Color #428400 in popluar number systems.

HEX428400
Decimal661320
Binary1000010100001000
Octal1022040

Shades and tints

Shades of #428400

#428400
(66,132,0)
#3C7800
(60,120,0)
#366C00
(54,108,0)
#306000
(48,96,0)
#2A5400
(42,84,0)
#244800
(36,72,0)
#1E3C00
(30,60,0)
#183000
(24,48,0)
#122400
(18,36,0)
#0C1800
(12,24,0)
#060C00
(6,12,0)
#000000
(0,0,0)

Tints of #428400

#428400
(66,132,0)
#538F17
(83,143,23)
#649A2E
(100,154,46)
#75A545
(117,165,69)
#86B05C
(134,176,92)
#97BB73
(151,187,115)
#A8C68A
(168,198,138)
#B9D1A1
(185,209,161)
#CADCB8
(202,220,184)
#DBE7CF
(219,231,207)
#ECF2E6
(236,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428400; }

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

This text font color is #428400.


Background Color

.myBgColor { background-color: #428400; }

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

This div background color is #428400.


Border color

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

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

This div border color is #428400.


Opacity

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

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

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

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

This text has shadow with #428400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428400 on black background.


Color preview on white background

This text has color #428400 on white background.



Black color preview on #428400 background

This text has black color on #428400 background.


White color preview on #428400 background

This text has white color on #428400 background.