COLOR #025E28

HEX: #025E28
RGB: (2,94,40)

Color info

#025E28 contains mainly green and blue colors. Web safe color of #025E28 is #006633 (or #063).

RGB color model

#025E28 color RGB value is (2,94,40).

  • red value is 2;
  • green value is 94;
  • blue value is 40.
RGB:
(2,94,40)
(1%,37%,16%)

RGB channels and saturation

R 2 of 255 = 1%
G 94 of 255 = 37%
B 40 of 255 = 16%

2
94
40

R + G + B ~ 18%. #025E28 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 94 + 40 = 136 (100%)
R 2 of 136 ~ 1.47%
G 94 of 136 ~ 69.12%
B 40 of 136 ~ 29.41%

%69.12
%29.41

CMYK color model

#025E28 color CMYK value is (98,0,57,63).

  • cyan value is 97.87%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • key color value is 63.14%
CMYK:
(98,0,57,63)
C98M0Y57K63 
(98%,0%,57%,63%)
(0.98/0.00/0.57/0.63)	

CMYK percentages

%97.87
%0
%57.45
%63.14

Codes

Color #025E28 in popluar color models

025E28
RGB29440
HSL145°95.83%18.82%
HSB/HSV145°97.87%36.86%
CMYK97.87%0.00%57.45%
63.14%

Color #025E28 in popluar number systems.

HEX025E28
Decimal29440
Binary101011110101000
Octal213650

Shades and tints

Shades of #025E28

#025E28
(2,94,40)
#025625
(2,86,37)
#024E22
(2,78,34)
#02461F
(2,70,31)
#023E1C
(2,62,28)
#023619
(2,54,25)
#022E16
(2,46,22)
#022613
(2,38,19)
#021E10
(2,30,16)
#02160D
(2,22,13)
#020E0A
(2,14,10)
#000000
(0,0,0)

Tints of #025E28

#025E28
(2,94,40)
#196C3B
(25,108,59)
#307A4E
(48,122,78)
#478861
(71,136,97)
#5E9674
(94,150,116)
#75A487
(117,164,135)
#8CB29A
(140,178,154)
#A3C0AD
(163,192,173)
#BACEC0
(186,206,192)
#D1DCD3
(209,220,211)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025E28 color. Also use rgb(2,94,40) instead hex code.

Text Font Color

.myTextColor { color: #025E28; }

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

This text font color is #025E28.


Background Color

.myBgColor { background-color: #025E28; }

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

This div background color is #025E28.


Border color

.myBorderColor { border: 1px solid #025E28; }

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

This div border color is #025E28.


Opacity

.myOpacity80 { color: #025E28; opacity: 0.8; }

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

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

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

This text has shadow with #025E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025E28 on black background.


Color preview on white background

This text has color #025E28 on white background.



Black color preview on #025E28 background

This text has black color on #025E28 background.


White color preview on #025E28 background

This text has white color on #025E28 background.