COLOR #224E12

HEX: #224E12
RGB: (34,78,18)

Color info

#224E12 contains mainly red and green colors. Web safe color of #224E12 is #336600 (or #360).

RGB color model

#224E12 color RGB value is (34,78,18).

  • red value is 34;
  • green value is 78;
  • blue value is 18.
RGB:
(34,78,18)
(13%,31%,7%)

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 18 of 255 = 7%

34
78
18

R + G + B ~ 17%. #224E12 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 18 = 130 (100%)
R 34 of 130 ~ 26.15%
G 78 of 130 ~ 60%
B 18 of 130 ~ 13.85%

%26.15
%60
%13.85

CMYK color model

#224E12 color CMYK value is (56,0,77,69).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 69.41%
CMYK:
(56,0,77,69)
C56M0Y77K69 
(56%,0%,77%,69%)
(0.56/0.00/0.77/0.69)	

CMYK percentages

%56.41
%0
%76.92
%69.41

Codes

Color #224E12 in popluar color models

224E12
RGB347818
HSL104°62.50%18.82%
HSB/HSV104°76.92%30.59%
CMYK56.41%0.00%76.92%
69.41%

Color #224E12 in popluar number systems.

HEX224E12
Decimal347818
Binary100010100111010010
Octal4211622

Shades and tints

Shades of #224E12

#224E12
(34,78,18)
#1F4711
(31,71,17)
#1C4010
(28,64,16)
#19390F
(25,57,15)
#16320E
(22,50,14)
#132B0D
(19,43,13)
#10240C
(16,36,12)
#0D1D0B
(13,29,11)
#0A160A
(10,22,10)
#070F09
(7,15,9)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #224E12

#224E12
(34,78,18)
#365E27
(54,94,39)
#4A6E3C
(74,110,60)
#5E7E51
(94,126,81)
#728E66
(114,142,102)
#869E7B
(134,158,123)
#9AAE90
(154,174,144)
#AEBEA5
(174,190,165)
#C2CEBA
(194,206,186)
#D6DECF
(214,222,207)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224E12 color. Also use rgb(34,78,18) instead hex code.

Text Font Color

.myTextColor { color: #224E12; }

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

This text font color is #224E12.


Background Color

.myBgColor { background-color: #224E12; }

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

This div background color is #224E12.


Border color

.myBorderColor { border: 1px solid #224E12; }

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

This div border color is #224E12.


Opacity

.myOpacity80 { color: #224E12; opacity: 0.8; }

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

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

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

This text has shadow with #224E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E12 on black background.


Color preview on white background

This text has color #224E12 on white background.



Black color preview on #224E12 background

This text has black color on #224E12 background.


White color preview on #224E12 background

This text has white color on #224E12 background.