COLOR #027A49

HEX: #027A49
RGB: (2,122,73)

Color info

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

RGB color model

#027A49 color RGB value is (2,122,73).

  • red value is 2;
  • green value is 122;
  • blue value is 73.
RGB:
(2,122,73)
(1%,48%,29%)

RGB channels and saturation

R 2 of 255 = 1%
G 122 of 255 = 48%
B 73 of 255 = 29%

2
122
73

R + G + B ~ 26%. #027A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 122 + 73 = 197 (100%)
R 2 of 197 ~ 1.02%
G 122 of 197 ~ 61.93%
B 73 of 197 ~ 37.06%

%61.93
%37.06

CMYK color model

#027A49 color CMYK value is (98,0,40,52).

  • cyan value is 98.36%
  • magenta value is 0.00%
  • yellow value is 40.16%
  • key color value is 52.16%
CMYK:
(98,0,40,52)
C98M0Y40K52 
(98%,0%,40%,52%)
(0.98/0.00/0.40/0.52)	

CMYK percentages

%98.36
%0
%40.16
%52.16

Codes

Color #027A49 in popluar color models

027A49
RGB212273
HSL156°96.77%24.31%
HSB/HSV156°98.36%47.84%
CMYK98.36%0.00%40.16%
52.16%

Color #027A49 in popluar number systems.

HEX027A49
Decimal212273
Binary1011110101001001
Octal2172111

Shades and tints

Shades of #027A49

#027A49
(2,122,73)
#026F43
(2,111,67)
#02643D
(2,100,61)
#025937
(2,89,55)
#024E31
(2,78,49)
#02432B
(2,67,43)
#023825
(2,56,37)
#022D1F
(2,45,31)
#022219
(2,34,25)
#021713
(2,23,19)
#020C0D
(2,12,13)
#000000
(0,0,0)

Tints of #027A49

#027A49
(2,122,73)
#198659
(25,134,89)
#309269
(48,146,105)
#479E79
(71,158,121)
#5EAA89
(94,170,137)
#75B699
(117,182,153)
#8CC2A9
(140,194,169)
#A3CEB9
(163,206,185)
#BADAC9
(186,218,201)
#D1E6D9
(209,230,217)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #027A49 color. Also use rgb(2,122,73) instead hex code.

Text Font Color

.myTextColor { color: #027A49; }

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

This text font color is #027A49.


Background Color

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

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

This div background color is #027A49.


Border color

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

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

This div border color is #027A49.


Opacity

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

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

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

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

This text has shadow with #027A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #027A49 on black background.


Color preview on white background

This text has color #027A49 on white background.



Black color preview on #027A49 background

This text has black color on #027A49 background.


White color preview on #027A49 background

This text has white color on #027A49 background.