COLOR #428B24

HEX: #428B24
RGB: (66,139,36)

Color info

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

RGB color model

#428B24 color RGB value is (66,139,36).

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

RGB channels and saturation

R 66 of 255 = 26%
G 139 of 255 = 55%
B 36 of 255 = 14%

66
139
36

R + G + B ~ 32%. #428B24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 139 + 36 = 241 (100%)
R 66 of 241 ~ 27.39%
G 139 of 241 ~ 57.68%
B 36 of 241 ~ 14.94%

%27.39
%57.68
%14.94

CMYK color model

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

  • cyan value is 52.52%
  • magenta value is 0.00%
  • yellow value is 74.10%
  • key color value is 45.49%
CMYK:
(53,0,74,45)
C53M0Y74K45 
(53%,0%,74%,45%)
(0.53/0.00/0.74/0.45)	

CMYK percentages

%52.52
%0
%74.1
%45.49

Codes

Color #428B24 in popluar color models

428B24
RGB6613936
HSL103°58.86%34.31%
HSB/HSV103°74.10%54.51%
CMYK52.52%0.00%74.10%
45.49%

Color #428B24 in popluar number systems.

HEX428B24
Decimal6613936
Binary100001010001011100100
Octal10221344

Shades and tints

Shades of #428B24

#428B24
(66,139,36)
#3C7F21
(60,127,33)
#36731E
(54,115,30)
#30671B
(48,103,27)
#2A5B18
(42,91,24)
#244F15
(36,79,21)
#1E4312
(30,67,18)
#18370F
(24,55,15)
#122B0C
(18,43,12)
#0C1F09
(12,31,9)
#061306
(6,19,6)
#000000
(0,0,0)

Tints of #428B24

#428B24
(66,139,36)
#539537
(83,149,55)
#649F4A
(100,159,74)
#75A95D
(117,169,93)
#86B370
(134,179,112)
#97BD83
(151,189,131)
#A8C796
(168,199,150)
#B9D1A9
(185,209,169)
#CADBBC
(202,219,188)
#DBE5CF
(219,229,207)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428B24; }

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

This text font color is #428B24.


Background Color

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

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

This div background color is #428B24.


Border color

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

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

This div border color is #428B24.


Opacity

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

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

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

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

This text has shadow with #428B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428B24 on black background.


Color preview on white background

This text has color #428B24 on white background.



Black color preview on #428B24 background

This text has black color on #428B24 background.


White color preview on #428B24 background

This text has white color on #428B24 background.