COLOR #2F7A13

HEX: #2F7A13 RGB: (47,122,19)

Color info

#2F7A13 contains mainly green color. Web safe color of #2F7A13 is #336600 (or #360).

RGB color model

#2F7A13 color RGB value is (47,122,19).

RGB: (47,122,19) (18%, 48%, 7%)

RGB channels and saturation

R 47 of 255 = 18%
G 122 of 255 = 48%
B 19 of 255 = 7%

47
122
19

R + G + B ~ 24%. #2F7A13 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 122 + 19 = 188 (100%)
R 47 of 188 ~ 25%
G 122 of 188 ~ 64.89%
B 19 of 188 ~ 10.11'%

%25
%64.89

CMYK color model

#2F7A13 color CMYK value is (61,0,84,52).

  • cyan value is 61.48%
  • magenta value is 0.00%
  • yellow value is 84.43%
  • key color value is 52.16%

CMYK: (61,0,84,52)
C61M0Y84K52 (61%, 0%, 84%, 52%)
(0.61 / 0.00 / 0.84 / 0.52)

CMYK percentages

%61.48
%0
%84.43
%52.16

Codes

Color #2F7A13 in popluar color models

2F 7A 13
RGB 47 122 19
HSL 104° 73.05% 27.65%
HSB/HSV 104° 84.43% 47.84%
CMYK 61.48% 0.00% 84.43%
52.16%

Color #2F7A13 in popluar number systems.

HEX 2F 7A 13
Decimal 47 122 19
Binary 101111 1111010 10011
Octal 57 172 23

Shades and tints

Shades of #2F7A13

#2F7A13
(47,122,19)
#2B6F12
(43,111,18)
#276411
(39,100,17)
#235910
(35,89,16)
#1F4E0F
(31,78,15)
#1B430E
(27,67,14)
#17380D
(23,56,13)
#132D0C
(19,45,12)
#0F220B
(15,34,11)
#0B170A
(11,23,10)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #2F7A13

#2F7A13
(47,122,19)
#418628
(65,134,40)
#53923D
(83,146,61)
#659E52
(101,158,82)
#77AA67
(119,170,103)
#89B67C
(137,182,124)
#9BC291
(155,194,145)
#ADCEA6
(173,206,166)
#BFDABB
(191,218,187)
#D1E6D0
(209,230,208)
#E3F2E5
(227,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7A13 color. Also use rgb(47,122,19) instead hex code.

Text Font Color

.myTextColor { color: #2F7A13; }

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

This text font color is #2F7A13.

Background Color

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

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

This div background color is #2F7A13.

Border color

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

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

This div border color is #2F7A13.

Opacity

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

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

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

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

This text has shadow with #2F7A13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F7A13.

Preview

Color preview on black background

This text has color #2F7A13 on black background.


Color preview on white background

This text has color #2F7A13 on white background.


Black color preview on #2F7A13 background

This text has black color on #2F7A13 background.


White color preview on #2F7A13 background

This text has white color on #2F7A13 background.


Related colors

Complementary color

Complementary color for #hex is #D085EC.


I love getcolorcode.com

Triadic colors

1 #132F7A and #7A132F with #2F7A13 are triadic colors.

2 #137A2F and #7A2F13 with #2F7A13 are triadic colors.