COLOR #2C4E09

HEX: #2C4E09 RGB: (44,78,9)

Color info

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

RGB color model

#2C4E09 color RGB value is (44,78,9).

RGB: (44,78,9) (17%, 31%, 4%)

RGB channels and saturation

R 44 of 255 = 17%
G 78 of 255 = 31%
B 9 of 255 = 4%

44
78
9

R + G + B ~ 17%. #2C4E09 is dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 78 + 9 = 131 (100%)
R 44 of 131 ~ 33.59%
G 78 of 131 ~ 59.54%
B 9 of 131 ~ 6.87'%

%33.59
%59.54

CMYK color model

#2C4E09 color CMYK value is (44,0,88,69).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 88.46%
  • key color value is 69.41%

CMYK: (44,0,88,69)
C44M0Y88K69 (44%, 0%, 88%, 69%)
(0.44 / 0.00 / 0.88 / 0.69)

CMYK percentages

%43.59
%0
%88.46
%69.41

Codes

Color #2C4E09 in popluar color models

2C 4E 09
RGB 44 78 9
HSL 90° 79.31% 17.06%
HSB/HSV 90° 88.46% 30.59%
CMYK 43.59% 0.00% 88.46%
69.41%

Color #2C4E09 in popluar number systems.

HEX 2C 4E 09
Decimal 44 78 9
Binary 101100 1001110 1001
Octal 54 116 11

Shades and tints

Shades of #2C4E09

#2C4E09
(44,78,9)
#284709
(40,71,9)
#244009
(36,64,9)
#203909
(32,57,9)
#1C3209
(28,50,9)
#182B09
(24,43,9)
#142409
(20,36,9)
#101D09
(16,29,9)
#0C1609
(12,22,9)
#080F09
(8,15,9)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #2C4E09

#2C4E09
(44,78,9)
#3F5E1F
(63,94,31)
#526E35
(82,110,53)
#657E4B
(101,126,75)
#788E61
(120,142,97)
#8B9E77
(139,158,119)
#9EAE8D
(158,174,141)
#B1BEA3
(177,190,163)
#C4CEB9
(196,206,185)
#D7DECF
(215,222,207)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4E09 color. Also use rgb(44,78,9) instead hex code.

Text Font Color

.myTextColor { color: #2C4E09; }

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

This text font color is #2C4E09.

Background Color

.myBgColor { background-color: #2C4E09; }

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

This div background color is #2C4E09.

Border color

.myBorderColor { border: 1px solid #2C4E09; }

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

This div border color is #2C4E09.

Opacity

.myOpacity80 { color: #2C4E09; opacity: 0.8; }

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

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

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

This text has shadow with #2C4E09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C4E09.

Preview

Color preview on black background

This text has color #2C4E09 on black background.


Color preview on white background

This text has color #2C4E09 on white background.


Black color preview on #2C4E09 background

This text has black color on #2C4E09 background.


White color preview on #2C4E09 background

This text has white color on #2C4E09 background.


Related colors

Complementary color

Complementary color for #hex is #D3B1F6.


I love getcolorcode.com

Triadic colors

1 #092C4E and #4E092C with #2C4E09 are triadic colors.

2 #094E2C and #4E2C09 with #2C4E09 are triadic colors.