COLOR #2F997B

HEX: #2F997B RGB: (47,153,123)

Color info

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

RGB color model

#2F997B color RGB value is (47,153,123).

RGB: (47,153,123) (18%, 60%, 48%)

RGB channels and saturation

R 47 of 255 = 18%
G 153 of 255 = 60%
B 123 of 255 = 48%

47
153
123

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

Portions of RGB colors in percentages

R + G + B = 47 + 153 + 123 = 323 (100%)
R 47 of 323 ~ 14.55%
G 153 of 323 ~ 47.37%
B 123 of 323 ~ 38.08'%

%14.55
%47.37
%38.08

CMYK color model

#2F997B color CMYK value is (69,0,20,40).

  • cyan value is 69.28%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 40.00%

CMYK: (69,0,20,40)
C69M0Y20K40 (69%, 0%, 20%, 40%)
(0.69 / 0.00 / 0.20 / 0.40)

CMYK percentages

%69.28
%0
%19.61
%40

Codes

Color #2F997B in popluar color models

2F 99 7B
RGB 47 153 123
HSL 163° 53.00% 39.22%
HSB/HSV 163° 69.28% 60.00%
CMYK 69.28% 0.00% 19.61%
40.00%

Color #2F997B in popluar number systems.

HEX 2F 99 7B
Decimal 47 153 123
Binary 101111 10011001 1111011
Octal 57 231 173

Shades and tints

Shades of #2F997B

#2F997B
(47,153,123)
#2B8C70
(43,140,112)
#277F65
(39,127,101)
#23725A
(35,114,90)
#1F654F
(31,101,79)
#1B5844
(27,88,68)
#174B39
(23,75,57)
#133E2E
(19,62,46)
#0F3123
(15,49,35)
#0B2418
(11,36,24)
#07170D
(7,23,13)
#000000
(0,0,0)

Tints of #2F997B

#2F997B
(47,153,123)
#41A287
(65,162,135)
#53AB93
(83,171,147)
#65B49F
(101,180,159)
#77BDAB
(119,189,171)
#89C6B7
(137,198,183)
#9BCFC3
(155,207,195)
#ADD8CF
(173,216,207)
#BFE1DB
(191,225,219)
#D1EAE7
(209,234,231)
#E3F3F3
(227,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F997B color. Also use rgb(47,153,123) instead hex code.

Text Font Color

.myTextColor { color: #2F997B; }

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

This text font color is #2F997B.

Background Color

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

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

This div background color is #2F997B.

Border color

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

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

This div border color is #2F997B.

Opacity

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

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

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

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

This text has shadow with #2F997B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F997B.

Preview

Color preview on black background

This text has color #2F997B on black background.


Color preview on white background

This text has color #2F997B on white background.


Black color preview on #2F997B background

This text has black color on #2F997B background.


White color preview on #2F997B background

This text has white color on #2F997B background.


Related colors

Complementary color

Complementary color for #hex is #D06684.


I love getcolorcode.com

Triadic colors

1 #7B2F99 and #997B2F with #2F997B are triadic colors.

2 #7B992F and #992F7B with #2F997B are triadic colors.