COLOR #1F7D40

HEX: #1F7D40
RGB: (31,125,64)

Color info

#1F7D40 contains mainly green color. Web safe color of #1F7D40 is #336633 (or #363).

RGB color model

#1F7D40 color RGB value is (31,125,64).

  • red value is 31;
  • green value is 125;
  • blue value is 64.
RGB:
(31,125,64)
(12%,49%,25%)

RGB channels and saturation

R 31 of 255 = 12%
G 125 of 255 = 49%
B 64 of 255 = 25%

31
125
64

R + G + B ~ 29%. #1F7D40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 125 + 64 = 220 (100%)
R 31 of 220 ~ 14.09%
G 125 of 220 ~ 56.82%
B 64 of 220 ~ 29.09%

%14.09
%56.82
%29.09

CMYK color model

#1F7D40 color CMYK value is (75,0,49,51).

  • cyan value is 75.20%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 50.98%
CMYK:
(75,0,49,51)
C75M0Y49K51 
(75%,0%,49%,51%)
(0.75/0.00/0.49/0.51)	

CMYK percentages

%75.2
%0
%48.8
%50.98

Codes

Color #1F7D40 in popluar color models

1F7D40
RGB3112564
HSL141°60.26%30.59%
HSB/HSV141°75.20%49.02%
CMYK75.20%0.00%48.80%
50.98%

Color #1F7D40 in popluar number systems.

HEX1F7D40
Decimal3112564
Binary1111111111011000000
Octal37175100

Shades and tints

Shades of #1F7D40

#1F7D40
(31,125,64)
#1D723B
(29,114,59)
#1B6736
(27,103,54)
#195C31
(25,92,49)
#17512C
(23,81,44)
#154627
(21,70,39)
#133B22
(19,59,34)
#11301D
(17,48,29)
#0F2518
(15,37,24)
#0D1A13
(13,26,19)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #1F7D40

#1F7D40
(31,125,64)
#338851
(51,136,81)
#479362
(71,147,98)
#5B9E73
(91,158,115)
#6FA984
(111,169,132)
#83B495
(131,180,149)
#97BFA6
(151,191,166)
#ABCAB7
(171,202,183)
#BFD5C8
(191,213,200)
#D3E0D9
(211,224,217)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F7D40 color. Also use rgb(31,125,64) instead hex code.

Text Font Color

.myTextColor { color: #1F7D40; }

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

This text font color is #1F7D40.


Background Color

.myBgColor { background-color: #1F7D40; }

<div style="background-color:#1F7D40">Inner text</div>

This div background color is #1F7D40.


Border color

.myBorderColor { border: 1px solid #1F7D40; }

<div style="border:3px solid #1F7D40">Div</div>

This div border color is #1F7D40.


Opacity

.myOpacity80 { color: #1F7D40; opacity: 0.8; }

<p style="color:#1F7D40;opacity:0.8;">80%</p>

Text with #1F7D40 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 #1F7D40;}

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

This text has shadow with #1F7D40 color.

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

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

This text has shadow with #1F7D40 primary color and red secondary color.


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

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

This text has shadow with #1F7D40 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F7D40 on black background.


Color preview on white background

This text has color #1F7D40 on white background.



Black color preview on #1F7D40 background

This text has black color on #1F7D40 background.


White color preview on #1F7D40 background

This text has white color on #1F7D40 background.