COLOR #027D3E

HEX: #027D3E RGB: (2,125,62)

Color info

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

RGB color model

#027D3E color RGB value is (2,125,62).

RGB: (2,125,62) (1%, 49%, 24%)

RGB channels and saturation

R 2 of 255 = 1%
G 125 of 255 = 49%
B 62 of 255 = 24%

2
125
62

R + G + B ~ 25%. #027D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 125 + 62 = 189 (100%)
R 2 of 189 ~ 1.06%
G 125 of 189 ~ 66.14%
B 62 of 189 ~ 32.8'%

%66.14
%32.8

CMYK color model

#027D3E color CMYK value is (98,0,50,51).

  • cyan value is 98.40%
  • magenta value is 0.00%
  • yellow value is 50.40%
  • key color value is 50.98%

CMYK: (98,0,50,51)
C98M0Y50K51 (98%, 0%, 50%, 51%)
(0.98 / 0.00 / 0.50 / 0.51)

CMYK percentages

%98.4
%0
%50.4
%50.98

Codes

Color #027D3E in popluar color models

02 7D 3E
RGB 2 125 62
HSL 149° 96.85% 24.90%
HSB/HSV 149° 98.40% 49.02%
CMYK 98.40% 0.00% 50.40%
50.98%

Color #027D3E in popluar number systems.

HEX 02 7D 3E
Decimal 2 125 62
Binary 10 1111101 111110
Octal 2 175 76

Shades and tints

Shades of #027D3E

#027D3E
(2,125,62)
#027239
(2,114,57)
#026734
(2,103,52)
#025C2F
(2,92,47)
#02512A
(2,81,42)
#024625
(2,70,37)
#023B20
(2,59,32)
#02301B
(2,48,27)
#022516
(2,37,22)
#021A11
(2,26,17)
#020F0C
(2,15,12)
#000000
(0,0,0)

Tints of #027D3E

#027D3E
(2,125,62)
#19884F
(25,136,79)
#309360
(48,147,96)
#479E71
(71,158,113)
#5EA982
(94,169,130)
#75B493
(117,180,147)
#8CBFA4
(140,191,164)
#A3CAB5
(163,202,181)
#BAD5C6
(186,213,198)
#D1E0D7
(209,224,215)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #027D3E; }

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

This text font color is #027D3E.

Background Color

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

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

This div background color is #027D3E.

Border color

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

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

This div border color is #027D3E.

Opacity

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

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

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

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

This text has shadow with #027D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #027D3E.

Preview

Color preview on black background

This text has color #027D3E on black background.


Color preview on white background

This text has color #027D3E on white background.


Black color preview on #027D3E background

This text has black color on #027D3E background.


White color preview on #027D3E background

This text has white color on #027D3E background.


Related colors

Complementary color

Complementary color for #027D3E is #FD82C1.


I love getcolorcode.com

Triadic colors

1 #3E027D and #7D3E02 with #027D3E are triadic colors.

2 #3E7D02 and #7D023E with #027D3E are triadic colors.