COLOR #2F744A

HEX: #2F744A RGB: (47,116,74)

Color info

#2F744A contains mainly green and blue colors. Web safe color of #2F744A is #336633 (or #363).

RGB color model

#2F744A color RGB value is (47,116,74).

RGB: (47,116,74) (18%, 45%, 29%)

RGB channels and saturation

R 47 of 255 = 18%
G 116 of 255 = 45%
B 74 of 255 = 29%

47
116
74

R + G + B ~ 31%. #2F744A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 116 + 74 = 237 (100%)
R 47 of 237 ~ 19.83%
G 116 of 237 ~ 48.95%
B 74 of 237 ~ 31.22'%

%19.83
%48.95
%31.22

CMYK color model

#2F744A color CMYK value is (59,0,36,55).

  • cyan value is 59.48%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 54.51%

CMYK: (59,0,36,55)
C59M0Y36K55 (59%, 0%, 36%, 55%)
(0.59 / 0.00 / 0.36 / 0.55)

CMYK percentages

%59.48
%0
%36.21
%54.51

Codes

Color #2F744A in popluar color models

2F 74 4A
RGB 47 116 74
HSL 143° 42.33% 31.96%
HSB/HSV 143° 59.48% 45.49%
CMYK 59.48% 0.00% 36.21%
54.51%

Color #2F744A in popluar number systems.

HEX 2F 74 4A
Decimal 47 116 74
Binary 101111 1110100 1001010
Octal 57 164 112

Shades and tints

Shades of #2F744A

#2F744A
(47,116,74)
#2B6A44
(43,106,68)
#27603E
(39,96,62)
#235638
(35,86,56)
#1F4C32
(31,76,50)
#1B422C
(27,66,44)
#173826
(23,56,38)
#132E20
(19,46,32)
#0F241A
(15,36,26)
#0B1A14
(11,26,20)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #2F744A

#2F744A
(47,116,74)
#41805A
(65,128,90)
#538C6A
(83,140,106)
#65987A
(101,152,122)
#77A48A
(119,164,138)
#89B09A
(137,176,154)
#9BBCAA
(155,188,170)
#ADC8BA
(173,200,186)
#BFD4CA
(191,212,202)
#D1E0DA
(209,224,218)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F744A color. Also use rgb(47,116,74) instead hex code.

Text Font Color

.myTextColor { color: #2F744A; }

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

This text font color is #2F744A.

Background Color

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

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

This div background color is #2F744A.

Border color

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

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

This div border color is #2F744A.

Opacity

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

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

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

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

This text has shadow with #2F744A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F744A.

Preview

Color preview on black background

This text has color #2F744A on black background.


Color preview on white background

This text has color #2F744A on white background.


Black color preview on #2F744A background

This text has black color on #2F744A background.


White color preview on #2F744A background

This text has white color on #2F744A background.


Related colors

Complementary color

Complementary color for #hex is #D08BB5.


I love getcolorcode.com

Triadic colors

1 #4A2F74 and #744A2F with #2F744A are triadic colors.

2 #4A742F and #742F4A with #2F744A are triadic colors.