COLOR #027720

HEX: #027720 RGB: (2,119,32)

Color info

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

RGB color model

#027720 color RGB value is (2,119,32).

RGB: (2,119,32) (1%, 47%, 13%)

RGB channels and saturation

R 2 of 255 = 1%
G 119 of 255 = 47%
B 32 of 255 = 13%

2
119
32

R + G + B ~ 20%. #027720 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 119 + 32 = 153 (100%)
R 2 of 153 ~ 1.31%
G 119 of 153 ~ 77.78%
B 32 of 153 ~ 20.92'%

%77.78
%20.92

CMYK color model

#027720 color CMYK value is (98,0,73,53).

  • cyan value is 98.32%
  • magenta value is 0.00%
  • yellow value is 73.11%
  • key color value is 53.33%

CMYK: (98,0,73,53)
C98M0Y73K53 (98%, 0%, 73%, 53%)
(0.98 / 0.00 / 0.73 / 0.53)

CMYK percentages

%98.32
%0
%73.11
%53.33

Codes

Color #027720 in popluar color models

02 77 20
RGB 2 119 32
HSL 135° 96.69% 23.73%
HSB/HSV 135° 98.32% 46.67%
CMYK 98.32% 0.00% 73.11%
53.33%

Color #027720 in popluar number systems.

HEX 02 77 20
Decimal 2 119 32
Binary 10 1110111 100000
Octal 2 167 40

Shades and tints

Shades of #027720

#027720
(2,119,32)
#026D1E
(2,109,30)
#02631C
(2,99,28)
#02591A
(2,89,26)
#024F18
(2,79,24)
#024516
(2,69,22)
#023B14
(2,59,20)
#023112
(2,49,18)
#022710
(2,39,16)
#021D0E
(2,29,14)
#02130C
(2,19,12)
#000000
(0,0,0)

Tints of #027720

#027720
(2,119,32)
#198334
(25,131,52)
#308F48
(48,143,72)
#479B5C
(71,155,92)
#5EA770
(94,167,112)
#75B384
(117,179,132)
#8CBF98
(140,191,152)
#A3CBAC
(163,203,172)
#BAD7C0
(186,215,192)
#D1E3D4
(209,227,212)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #027720 color. Also use rgb(2,119,32) instead hex code.

Text Font Color

.myTextColor { color: #027720; }

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

This text font color is #027720.

Background Color

.myBgColor { background-color: #027720; }

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

This div background color is #027720.

Border color

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

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

This div border color is #027720.

Opacity

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

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

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

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

This text has shadow with #027720 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #027720.

Preview

Color preview on black background

This text has color #027720 on black background.


Color preview on white background

This text has color #027720 on white background.


Black color preview on #027720 background

This text has black color on #027720 background.


White color preview on #027720 background

This text has white color on #027720 background.


Related colors

Complementary color

Complementary color for #hex is #FD88DF.


I love getcolorcode.com

Triadic colors

1 #200277 and #772002 with #027720 are triadic colors.

2 #207702 and #770220 with #027720 are triadic colors.