COLOR #247D18

HEX: #247D18 RGB: (36,125,24)

Color info

#247D18 contains mainly green color. Web safe color of #247D18 is #336600 (or #360).

RGB color model

#247D18 color RGB value is (36,125,24).

RGB: (36,125,24) (14%, 49%, 9%)

RGB channels and saturation

R 36 of 255 = 14%
G 125 of 255 = 49%
B 24 of 255 = 9%

36
125
24

R + G + B ~ 24%. #247D18 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 125 + 24 = 185 (100%)
R 36 of 185 ~ 19.46%
G 125 of 185 ~ 67.57%
B 24 of 185 ~ 12.97'%

%19.46
%67.57
%12.97

CMYK color model

#247D18 color CMYK value is (71,0,81,51).

  • cyan value is 71.20%
  • magenta value is 0.00%
  • yellow value is 80.80%
  • key color value is 50.98%

CMYK: (71,0,81,51)
C71M0Y81K51 (71%, 0%, 81%, 51%)
(0.71 / 0.00 / 0.81 / 0.51)

CMYK percentages

%71.2
%0
%80.8
%50.98

Codes

Color #247D18 in popluar color models

24 7D 18
RGB 36 125 24
HSL 113° 67.79% 29.22%
HSB/HSV 113° 80.80% 49.02%
CMYK 71.20% 0.00% 80.80%
50.98%

Color #247D18 in popluar number systems.

HEX 24 7D 18
Decimal 36 125 24
Binary 100100 1111101 11000
Octal 44 175 30

Shades and tints

Shades of #247D18

#247D18
(36,125,24)
#217216
(33,114,22)
#1E6714
(30,103,20)
#1B5C12
(27,92,18)
#185110
(24,81,16)
#15460E
(21,70,14)
#123B0C
(18,59,12)
#0F300A
(15,48,10)
#0C2508
(12,37,8)
#091A06
(9,26,6)
#060F04
(6,15,4)
#000000
(0,0,0)

Tints of #247D18

#247D18
(36,125,24)
#37882D
(55,136,45)
#4A9342
(74,147,66)
#5D9E57
(93,158,87)
#70A96C
(112,169,108)
#83B481
(131,180,129)
#96BF96
(150,191,150)
#A9CAAB
(169,202,171)
#BCD5C0
(188,213,192)
#CFE0D5
(207,224,213)
#E2EBEA
(226,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #247D18; }

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

This text font color is #247D18.

Background Color

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

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

This div background color is #247D18.

Border color

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

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

This div border color is #247D18.

Opacity

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

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

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

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

This text has shadow with #247D18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #247D18.

Preview

Color preview on black background

This text has color #247D18 on black background.


Color preview on white background

This text has color #247D18 on white background.


Black color preview on #247D18 background

This text has black color on #247D18 background.


White color preview on #247D18 background

This text has white color on #247D18 background.


Related colors

Complementary color

Complementary color for #247D18 is #DB82E7.


I love getcolorcode.com

Triadic colors

1 #18247D and #7D1824 with #247D18 are triadic colors.

2 #187D24 and #7D2418 with #247D18 are triadic colors.