COLOR #247121

HEX: #247121 RGB: (36,113,33)

Color info

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

RGB color model

#247121 color RGB value is (36,113,33).

RGB: (36,113,33) (14%, 44%, 13%)

RGB channels and saturation

R 36 of 255 = 14%
G 113 of 255 = 44%
B 33 of 255 = 13%

36
113
33

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

Portions of RGB colors in percentages

R + G + B = 36 + 113 + 33 = 182 (100%)
R 36 of 182 ~ 19.78%
G 113 of 182 ~ 62.09%
B 33 of 182 ~ 18.13'%

%19.78
%62.09
%18.13

CMYK color model

#247121 color CMYK value is (68,0,71,56).

  • cyan value is 68.14%
  • magenta value is 0.00%
  • yellow value is 70.80%
  • key color value is 55.69%

CMYK: (68,0,71,56)
C68M0Y71K56 (68%, 0%, 71%, 56%)
(0.68 / 0.00 / 0.71 / 0.56)

CMYK percentages

%68.14
%0
%70.8
%55.69

Codes

Color #247121 in popluar color models

24 71 21
RGB 36 113 33
HSL 118° 54.79% 28.63%
HSB/HSV 118° 70.80% 44.31%
CMYK 68.14% 0.00% 70.80%
55.69%

Color #247121 in popluar number systems.

HEX 24 71 21
Decimal 36 113 33
Binary 100100 1110001 100001
Octal 44 161 41

Shades and tints

Shades of #247121

#247121
(36,113,33)
#21671E
(33,103,30)
#1E5D1B
(30,93,27)
#1B5318
(27,83,24)
#184915
(24,73,21)
#153F12
(21,63,18)
#12350F
(18,53,15)
#0F2B0C
(15,43,12)
#0C2109
(12,33,9)
#091706
(9,23,6)
#060D03
(6,13,3)
#000000
(0,0,0)

Tints of #247121

#247121
(36,113,33)
#377D35
(55,125,53)
#4A8949
(74,137,73)
#5D955D
(93,149,93)
#70A171
(112,161,113)
#83AD85
(131,173,133)
#96B999
(150,185,153)
#A9C5AD
(169,197,173)
#BCD1C1
(188,209,193)
#CFDDD5
(207,221,213)
#E2E9E9
(226,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247121 color. Also use rgb(36,113,33) instead hex code.

Text Font Color

.myTextColor { color: #247121; }

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

This text font color is #247121.

Background Color

.myBgColor { background-color: #247121; }

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

This div background color is #247121.

Border color

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

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

This div border color is #247121.

Opacity

.myOpacity80 { color: #247121; opacity: 0.8; }

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

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

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

This text has shadow with #247121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #247121.

Preview

Color preview on black background

This text has color #247121 on black background.


Color preview on white background

This text has color #247121 on white background.


Black color preview on #247121 background

This text has black color on #247121 background.


White color preview on #247121 background

This text has white color on #247121 background.


Related colors

Complementary color

Complementary color for #hex is #DB8EDE.


I love getcolorcode.com

Triadic colors

1 #212471 and #712124 with #247121 are triadic colors.

2 #217124 and #712421 with #247121 are triadic colors.