COLOR #2A9A79

HEX: #2A9A79 RGB: (42,154,121)

Color info

#2A9A79 contains mainly green and blue colors. Web safe color of #2A9A79 is #339966 (or #396).

RGB color model

#2A9A79 color RGB value is (42,154,121).

RGB: (42,154,121) (16%, 60%, 47%)

RGB channels and saturation

R 42 of 255 = 16%
G 154 of 255 = 60%
B 121 of 255 = 47%

42
154
121

R + G + B ~ 41%. #2A9A79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 42 + 154 + 121 = 317 (100%)
R 42 of 317 ~ 13.25%
G 154 of 317 ~ 48.58%
B 121 of 317 ~ 38.17'%

%13.25
%48.58
%38.17

CMYK color model

#2A9A79 color CMYK value is (73,0,21,40).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 39.61%

CMYK: (73,0,21,40)
C73M0Y21K40 (73%, 0%, 21%, 40%)
(0.73 / 0.00 / 0.21 / 0.40)

CMYK percentages

%72.73
%0
%21.43
%39.61

Codes

Color #2A9A79 in popluar color models

2A 9A 79
RGB 42 154 121
HSL 162° 57.14% 38.43%
HSB/HSV 162° 72.73% 60.39%
CMYK 72.73% 0.00% 21.43%
39.61%

Color #2A9A79 in popluar number systems.

HEX 2A 9A 79
Decimal 42 154 121
Binary 101010 10011010 1111001
Octal 52 232 171

Shades and tints

Shades of #2A9A79

#2A9A79
(42,154,121)
#278C6E
(39,140,110)
#247E63
(36,126,99)
#217058
(33,112,88)
#1E624D
(30,98,77)
#1B5442
(27,84,66)
#184637
(24,70,55)
#15382C
(21,56,44)
#122A21
(18,42,33)
#0F1C16
(15,28,22)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #2A9A79

#2A9A79
(42,154,121)
#3DA385
(61,163,133)
#50AC91
(80,172,145)
#63B59D
(99,181,157)
#76BEA9
(118,190,169)
#89C7B5
(137,199,181)
#9CD0C1
(156,208,193)
#AFD9CD
(175,217,205)
#C2E2D9
(194,226,217)
#D5EBE5
(213,235,229)
#E8F4F1
(232,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A9A79 color. Also use rgb(42,154,121) instead hex code.

Text Font Color

.myTextColor { color: #2A9A79; }

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

This text font color is #2A9A79.

Background Color

.myBgColor { background-color: #2A9A79; }

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

This div background color is #2A9A79.

Border color

.myBorderColor { border: 1px solid #2A9A79; }

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

This div border color is #2A9A79.

Opacity

.myOpacity80 { color: #2A9A79; opacity: 0.8; }

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

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

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

This text has shadow with #2A9A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A9A79.

Preview

Color preview on black background

This text has color #2A9A79 on black background.


Color preview on white background

This text has color #2A9A79 on white background.


Black color preview on #2A9A79 background

This text has black color on #2A9A79 background.


White color preview on #2A9A79 background

This text has white color on #2A9A79 background.


Related colors

Complementary color

Complementary color for #hex is #D56586.


I love getcolorcode.com

Triadic colors

1 #792A9A and #9A792A with #2A9A79 are triadic colors.

2 #799A2A and #9A2A79 with #2A9A79 are triadic colors.