COLOR #028455

HEX: #028455
RGB: (2,132,85)

Color info

#028455 contains mainly green and blue colors. Web safe color of #028455 is #009966 (or #096).

RGB color model

#028455 color RGB value is (2,132,85).

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

RGB channels and saturation

R 2 of 255 = 1%
G 132 of 255 = 52%
B 85 of 255 = 33%

2
132
85

R + G + B ~ 29%. #028455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 132 + 85 = 219 (100%)
R 2 of 219 ~ 0.91%
G 132 of 219 ~ 60.27%
B 85 of 219 ~ 38.81%

%60.27
%38.81

CMYK color model

#028455 color CMYK value is (98,0,36,48).

  • cyan value is 98.48%
  • magenta value is 0.00%
  • yellow value is 35.61%
  • key color value is 48.24%
CMYK:
(98,0,36,48)
C98M0Y36K48 
(98%,0%,36%,48%)
(0.98/0.00/0.36/0.48)	

CMYK percentages

%98.48
%0
%35.61
%48.24

Codes

Color #028455 in popluar color models

028455
RGB213285
HSL158°97.01%26.27%
HSB/HSV158°98.48%51.76%
CMYK98.48%0.00%35.61%
48.24%

Color #028455 in popluar number systems.

HEX028455
Decimal213285
Binary10100001001010101
Octal2204125

Shades and tints

Shades of #028455

#028455
(2,132,85)
#02784E
(2,120,78)
#026C47
(2,108,71)
#026040
(2,96,64)
#025439
(2,84,57)
#024832
(2,72,50)
#023C2B
(2,60,43)
#023024
(2,48,36)
#02241D
(2,36,29)
#021816
(2,24,22)
#020C0F
(2,12,15)
#000000
(0,0,0)

Tints of #028455

#028455
(2,132,85)
#198F64
(25,143,100)
#309A73
(48,154,115)
#47A582
(71,165,130)
#5EB091
(94,176,145)
#75BBA0
(117,187,160)
#8CC6AF
(140,198,175)
#A3D1BE
(163,209,190)
#BADCCD
(186,220,205)
#D1E7DC
(209,231,220)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #028455; }

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

This text font color is #028455.


Background Color

.myBgColor { background-color: #028455; }

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

This div background color is #028455.


Border color

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

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

This div border color is #028455.


Opacity

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

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

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

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

This text has shadow with #028455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #028455 on black background.


Color preview on white background

This text has color #028455 on white background.



Black color preview on #028455 background

This text has black color on #028455 background.


White color preview on #028455 background

This text has white color on #028455 background.