COLOR #027D25

HEX: #027D25
RGB: (2,125,37)

Color info

#027D25 contains mainly green color. Web safe color of #027D25 is #006633 (or #063).

RGB color model

#027D25 color RGB value is (2,125,37).

  • red value is 2;
  • green value is 125;
  • blue value is 37.
RGB:
(2,125,37)
(1%,49%,15%)

RGB channels and saturation

R 2 of 255 = 1%
G 125 of 255 = 49%
B 37 of 255 = 15%

2
125
37

R + G + B ~ 22%. #027D25 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 125 + 37 = 164 (100%)
R 2 of 164 ~ 1.22%
G 125 of 164 ~ 76.22%
B 37 of 164 ~ 22.56%

%76.22
%22.56

CMYK color model

#027D25 color CMYK value is (98,0,70,51).

  • cyan value is 98.40%
  • magenta value is 0.00%
  • yellow value is 70.40%
  • key color value is 50.98%
CMYK:
(98,0,70,51)
C98M0Y70K51 
(98%,0%,70%,51%)
(0.98/0.00/0.70/0.51)	

CMYK percentages

%98.4
%0
%70.4
%50.98

Codes

Color #027D25 in popluar color models

027D25
RGB212537
HSL137°96.85%24.90%
HSB/HSV137°98.40%49.02%
CMYK98.40%0.00%70.40%
50.98%

Color #027D25 in popluar number systems.

HEX027D25
Decimal212537
Binary101111101100101
Octal217545

Shades and tints

Shades of #027D25

#027D25
(2,125,37)
#027222
(2,114,34)
#02671F
(2,103,31)
#025C1C
(2,92,28)
#025119
(2,81,25)
#024616
(2,70,22)
#023B13
(2,59,19)
#023010
(2,48,16)
#02250D
(2,37,13)
#021A0A
(2,26,10)
#020F07
(2,15,7)
#000000
(0,0,0)

Tints of #027D25

#027D25
(2,125,37)
#198838
(25,136,56)
#30934B
(48,147,75)
#479E5E
(71,158,94)
#5EA971
(94,169,113)
#75B484
(117,180,132)
#8CBF97
(140,191,151)
#A3CAAA
(163,202,170)
#BAD5BD
(186,213,189)
#D1E0D0
(209,224,208)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #027D25 color. Also use rgb(2,125,37) instead hex code.

Text Font Color

.myTextColor { color: #027D25; }

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

This text font color is #027D25.


Background Color

.myBgColor { background-color: #027D25; }

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

This div background color is #027D25.


Border color

.myBorderColor { border: 1px solid #027D25; }

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

This div border color is #027D25.


Opacity

.myOpacity80 { color: #027D25; opacity: 0.8; }

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

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

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

This text has shadow with #027D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #027D25 on black background.


Color preview on white background

This text has color #027D25 on white background.



Black color preview on #027D25 background

This text has black color on #027D25 background.


White color preview on #027D25 background

This text has white color on #027D25 background.