COLOR #428200

HEX: #428200
RGB: (66,130,0)

Color info

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

RGB color model

#428200 color RGB value is (66,130,0).

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

RGB channels and saturation

R 66 of 255 = 26%
G 130 of 255 = 51%
B 0 of 255 = 0%

66
130
0

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

Portions of RGB colors in percentages

R + G + B =
66 + 130 + 0 = 196 (100%)
R 66 of 196 ~ 33.67%
G 130 of 196 ~ 66.33%
B 0 of 196 ~ 0%

%33.67
%66.33

CMYK color model

#428200 color CMYK value is (49,0,100,49).

  • cyan value is 49.23%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 49.02%
CMYK:
(49,0,100,49)
C49M0Y100K49 
(49%,0%,100%,49%)
(0.49/0.00/1.00/0.49)	

CMYK percentages

%49.23
%0
%100
%49.02

Codes

Color #428200 in popluar color models

428200
RGB661300
HSL90°100.00%25.49%
HSB/HSV90°100.00%50.98%
CMYK49.23%0.00%100.00%
49.02%

Color #428200 in popluar number systems.

HEX428200
Decimal661300
Binary1000010100000100
Octal1022020

Shades and tints

Shades of #428200

#428200
(66,130,0)
#3C7700
(60,119,0)
#366C00
(54,108,0)
#306100
(48,97,0)
#2A5600
(42,86,0)
#244B00
(36,75,0)
#1E4000
(30,64,0)
#183500
(24,53,0)
#122A00
(18,42,0)
#0C1F00
(12,31,0)
#061400
(6,20,0)
#000000
(0,0,0)

Tints of #428200

#428200
(66,130,0)
#538D17
(83,141,23)
#64982E
(100,152,46)
#75A345
(117,163,69)
#86AE5C
(134,174,92)
#97B973
(151,185,115)
#A8C48A
(168,196,138)
#B9CFA1
(185,207,161)
#CADAB8
(202,218,184)
#DBE5CF
(219,229,207)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428200; }

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

This text font color is #428200.


Background Color

.myBgColor { background-color: #428200; }

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

This div background color is #428200.


Border color

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

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

This div border color is #428200.


Opacity

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

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

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

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

This text has shadow with #428200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428200 on black background.


Color preview on white background

This text has color #428200 on white background.



Black color preview on #428200 background

This text has black color on #428200 background.


White color preview on #428200 background

This text has white color on #428200 background.