COLOR #028427

HEX: #028427
RGB: (2,132,39)

Color info

#028427 contains mainly green color. Web safe color of #028427 is #009933 (or #093).

RGB color model

#028427 color RGB value is (2,132,39).

  • red value is 2;
  • green value is 132;
  • blue value is 39.
RGB:
(2,132,39)
(1%,52%,15%)

RGB channels and saturation

R 2 of 255 = 1%
G 132 of 255 = 52%
B 39 of 255 = 15%

2
132
39

R + G + B ~ 23%. #028427 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 132 + 39 = 173 (100%)
R 2 of 173 ~ 1.16%
G 132 of 173 ~ 76.3%
B 39 of 173 ~ 22.54%

%76.3
%22.54

CMYK color model

#028427 color CMYK value is (98,0,70,48).

  • cyan value is 98.48%
  • magenta value is 0.00%
  • yellow value is 70.45%
  • key color value is 48.24%
CMYK:
(98,0,70,48)
C98M0Y70K48 
(98%,0%,70%,48%)
(0.98/0.00/0.70/0.48)	

CMYK percentages

%98.48
%0
%70.45
%48.24

Codes

Color #028427 in popluar color models

028427
RGB213239
HSL137°97.01%26.27%
HSB/HSV137°98.48%51.76%
CMYK98.48%0.00%70.45%
48.24%

Color #028427 in popluar number systems.

HEX028427
Decimal213239
Binary1010000100100111
Octal220447

Shades and tints

Shades of #028427

#028427
(2,132,39)
#027824
(2,120,36)
#026C21
(2,108,33)
#02601E
(2,96,30)
#02541B
(2,84,27)
#024818
(2,72,24)
#023C15
(2,60,21)
#023012
(2,48,18)
#02240F
(2,36,15)
#02180C
(2,24,12)
#020C09
(2,12,9)
#000000
(0,0,0)

Tints of #028427

#028427
(2,132,39)
#198F3A
(25,143,58)
#309A4D
(48,154,77)
#47A560
(71,165,96)
#5EB073
(94,176,115)
#75BB86
(117,187,134)
#8CC699
(140,198,153)
#A3D1AC
(163,209,172)
#BADCBF
(186,220,191)
#D1E7D2
(209,231,210)
#E8F2E5
(232,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #028427 color. Also use rgb(2,132,39) instead hex code.

Text Font Color

.myTextColor { color: #028427; }

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

This text font color is #028427.


Background Color

.myBgColor { background-color: #028427; }

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

This div background color is #028427.


Border color

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

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

This div border color is #028427.


Opacity

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

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

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

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

This text has shadow with #028427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #028427 on black background.


Color preview on white background

This text has color #028427 on white background.



Black color preview on #028427 background

This text has black color on #028427 background.


White color preview on #028427 background

This text has white color on #028427 background.