COLOR #428D18

HEX: #428D18
RGB: (66,141,24)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
141
24

R + G + B ~ 30%. #428D18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 141 + 24 = 231 (100%)
R 66 of 231 ~ 28.57%
G 141 of 231 ~ 61.04%
B 24 of 231 ~ 10.39%

%28.57
%61.04
%10.39

CMYK color model

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

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

CMYK percentages

%53.19
%0
%82.98
%44.71

Codes

Color #428D18 in popluar color models

428D18
RGB6614124
HSL98°70.91%32.35%
HSB/HSV98°82.98%55.29%
CMYK53.19%0.00%82.98%
44.71%

Color #428D18 in popluar number systems.

HEX428D18
Decimal6614124
Binary10000101000110111000
Octal10221530

Shades and tints

Shades of #428D18

#428D18
(66,141,24)
#3C8116
(60,129,22)
#367514
(54,117,20)
#306912
(48,105,18)
#2A5D10
(42,93,16)
#24510E
(36,81,14)
#1E450C
(30,69,12)
#18390A
(24,57,10)
#122D08
(18,45,8)
#0C2106
(12,33,6)
#061504
(6,21,4)
#000000
(0,0,0)

Tints of #428D18

#428D18
(66,141,24)
#53972D
(83,151,45)
#64A142
(100,161,66)
#75AB57
(117,171,87)
#86B56C
(134,181,108)
#97BF81
(151,191,129)
#A8C996
(168,201,150)
#B9D3AB
(185,211,171)
#CADDC0
(202,221,192)
#DBE7D5
(219,231,213)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428D18; }

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

This text font color is #428D18.


Background Color

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

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

This div background color is #428D18.


Border color

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

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

This div border color is #428D18.


Opacity

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

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

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

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

This text has shadow with #428D18 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #428D18 on black background.


Color preview on white background

This text has color #428D18 on white background.



Black color preview on #428D18 background

This text has black color on #428D18 background.


White color preview on #428D18 background

This text has white color on #428D18 background.