COLOR #028C23

HEX: #028C23
RGB: (2,140,35)

Color info

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

RGB color model

#028C23 color RGB value is (2,140,35).

  • red value is 2;
  • green value is 140;
  • blue value is 35.
RGB:
(2,140,35)
(1%,55%,14%)

RGB channels and saturation

R 2 of 255 = 1%
G 140 of 255 = 55%
B 35 of 255 = 14%

2
140
35

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

Portions of RGB colors in percentages

R + G + B =
2 + 140 + 35 = 177 (100%)
R 2 of 177 ~ 1.13%
G 140 of 177 ~ 79.1%
B 35 of 177 ~ 19.77%

%79.1
%19.77

CMYK color model

#028C23 color CMYK value is (99,0,75,45).

  • cyan value is 98.57%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 45.10%
CMYK:
(99,0,75,45)
C99M0Y75K45 
(99%,0%,75%,45%)
(0.99/0.00/0.75/0.45)	

CMYK percentages

%98.57
%0
%75
%45.1

Codes

Color #028C23 in popluar color models

028C23
RGB214035
HSL134°97.18%27.84%
HSB/HSV134°98.57%54.90%
CMYK98.57%0.00%75.00%
45.10%

Color #028C23 in popluar number systems.

HEX028C23
Decimal214035
Binary1010001100100011
Octal221443

Shades and tints

Shades of #028C23

#028C23
(2,140,35)
#028020
(2,128,32)
#02741D
(2,116,29)
#02681A
(2,104,26)
#025C17
(2,92,23)
#025014
(2,80,20)
#024411
(2,68,17)
#02380E
(2,56,14)
#022C0B
(2,44,11)
#022008
(2,32,8)
#021405
(2,20,5)
#000000
(0,0,0)

Tints of #028C23

#028C23
(2,140,35)
#199637
(25,150,55)
#30A04B
(48,160,75)
#47AA5F
(71,170,95)
#5EB473
(94,180,115)
#75BE87
(117,190,135)
#8CC89B
(140,200,155)
#A3D2AF
(163,210,175)
#BADCC3
(186,220,195)
#D1E6D7
(209,230,215)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #028C23 color. Also use rgb(2,140,35) instead hex code.

Text Font Color

.myTextColor { color: #028C23; }

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

This text font color is #028C23.


Background Color

.myBgColor { background-color: #028C23; }

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

This div background color is #028C23.


Border color

.myBorderColor { border: 1px solid #028C23; }

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

This div border color is #028C23.


Opacity

.myOpacity80 { color: #028C23; opacity: 0.8; }

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

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

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

This text has shadow with #028C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #028C23 on black background.


Color preview on white background

This text has color #028C23 on white background.



Black color preview on #028C23 background

This text has black color on #028C23 background.


White color preview on #028C23 background

This text has white color on #028C23 background.