COLOR #247D41

HEX: #247D41
RGB: (36,125,65)

Color info

#247D41 contains mainly green color. Web safe color of #247D41 is #336633 (or #363).

RGB color model

#247D41 color RGB value is (36,125,65).

  • red value is 36;
  • green value is 125;
  • blue value is 65.
RGB:
(36,125,65)
(14%,49%,25%)

RGB channels and saturation

R 36 of 255 = 14%
G 125 of 255 = 49%
B 65 of 255 = 25%

36
125
65

R + G + B ~ 29%. #247D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 125 + 65 = 226 (100%)
R 36 of 226 ~ 15.93%
G 125 of 226 ~ 55.31%
B 65 of 226 ~ 28.76%

%15.93
%55.31
%28.76

CMYK color model

#247D41 color CMYK value is (71,0,48,51).

  • cyan value is 71.20%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 50.98%
CMYK:
(71,0,48,51)
C71M0Y48K51 
(71%,0%,48%,51%)
(0.71/0.00/0.48/0.51)	

CMYK percentages

%71.2
%0
%48
%50.98

Codes

Color #247D41 in popluar color models

247D41
RGB3612565
HSL140°55.28%31.57%
HSB/HSV140°71.20%49.02%
CMYK71.20%0.00%48.00%
50.98%

Color #247D41 in popluar number systems.

HEX247D41
Decimal3612565
Binary10010011111011000001
Octal44175101

Shades and tints

Shades of #247D41

#247D41
(36,125,65)
#21723C
(33,114,60)
#1E6737
(30,103,55)
#1B5C32
(27,92,50)
#18512D
(24,81,45)
#154628
(21,70,40)
#123B23
(18,59,35)
#0F301E
(15,48,30)
#0C2519
(12,37,25)
#091A14
(9,26,20)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #247D41

#247D41
(36,125,65)
#378852
(55,136,82)
#4A9363
(74,147,99)
#5D9E74
(93,158,116)
#70A985
(112,169,133)
#83B496
(131,180,150)
#96BFA7
(150,191,167)
#A9CAB8
(169,202,184)
#BCD5C9
(188,213,201)
#CFE0DA
(207,224,218)
#E2EBEB
(226,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247D41 color. Also use rgb(36,125,65) instead hex code.

Text Font Color

.myTextColor { color: #247D41; }

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

This text font color is #247D41.


Background Color

.myBgColor { background-color: #247D41; }

<div style="background-color:#247D41">Inner text</div>

This div background color is #247D41.


Border color

.myBorderColor { border: 1px solid #247D41; }

<div style="border:3px solid #247D41">Div</div>

This div border color is #247D41.


Opacity

.myOpacity80 { color: #247D41; opacity: 0.8; }

<p style="color:#247D41;opacity:0.8;">80%</p>

Text with #247D41 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 #247D41;}

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

This text has shadow with #247D41 color.

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

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

This text has shadow with #247D41 primary color and red secondary color.


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

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

This text has shadow with #247D41 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247D41 on black background.


Color preview on white background

This text has color #247D41 on white background.



Black color preview on #247D41 background

This text has black color on #247D41 background.


White color preview on #247D41 background

This text has white color on #247D41 background.