COLOR #2F753A

HEX: #2F753A
RGB: (47,117,58)

Color info

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

RGB color model

#2F753A color RGB value is (47,117,58).

  • red value is 47;
  • green value is 117;
  • blue value is 58.
RGB:
(47,117,58)
(18%,46%,23%)

RGB channels and saturation

R 47 of 255 = 18%
G 117 of 255 = 46%
B 58 of 255 = 23%

47
117
58

R + G + B ~ 29%. #2F753A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 117 + 58 = 222 (100%)
R 47 of 222 ~ 21.17%
G 117 of 222 ~ 52.7%
B 58 of 222 ~ 26.13%

%21.17
%52.7
%26.13

CMYK color model

#2F753A color CMYK value is (60,0,50,54).

  • cyan value is 59.83%
  • magenta value is 0.00%
  • yellow value is 50.43%
  • key color value is 54.12%
CMYK:
(60,0,50,54)
C60M0Y50K54 
(60%,0%,50%,54%)
(0.60/0.00/0.50/0.54)	

CMYK percentages

%59.83
%0
%50.43
%54.12

Codes

Color #2F753A in popluar color models

2F753A
RGB4711758
HSL129°42.68%32.16%
HSB/HSV129°59.83%45.88%
CMYK59.83%0.00%50.43%
54.12%

Color #2F753A in popluar number systems.

HEX2F753A
Decimal4711758
Binary1011111110101111010
Octal5716572

Shades and tints

Shades of #2F753A

#2F753A
(47,117,58)
#2B6B35
(43,107,53)
#276130
(39,97,48)
#23572B
(35,87,43)
#1F4D26
(31,77,38)
#1B4321
(27,67,33)
#17391C
(23,57,28)
#132F17
(19,47,23)
#0F2512
(15,37,18)
#0B1B0D
(11,27,13)
#071108
(7,17,8)
#000000
(0,0,0)

Tints of #2F753A

#2F753A
(47,117,58)
#41814B
(65,129,75)
#538D5C
(83,141,92)
#65996D
(101,153,109)
#77A57E
(119,165,126)
#89B18F
(137,177,143)
#9BBDA0
(155,189,160)
#ADC9B1
(173,201,177)
#BFD5C2
(191,213,194)
#D1E1D3
(209,225,211)
#E3EDE4
(227,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F753A color. Also use rgb(47,117,58) instead hex code.

Text Font Color

.myTextColor { color: #2F753A; }

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

This text font color is #2F753A.


Background Color

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

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

This div background color is #2F753A.


Border color

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

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

This div border color is #2F753A.


Opacity

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

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

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

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

This text has shadow with #2F753A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F753A on black background.


Color preview on white background

This text has color #2F753A on white background.



Black color preview on #2F753A background

This text has black color on #2F753A background.


White color preview on #2F753A background

This text has white color on #2F753A background.