COLOR #246E28

HEX: #246E28
RGB: (36,110,40)

Color info

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

RGB color model

#246E28 color RGB value is (36,110,40).

  • red value is 36;
  • green value is 110;
  • blue value is 40.
RGB:
(36,110,40)
(14%,43%,16%)

RGB channels and saturation

R 36 of 255 = 14%
G 110 of 255 = 43%
B 40 of 255 = 16%

36
110
40

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

Portions of RGB colors in percentages

R + G + B =
36 + 110 + 40 = 186 (100%)
R 36 of 186 ~ 19.35%
G 110 of 186 ~ 59.14%
B 40 of 186 ~ 21.51%

%19.35
%59.14
%21.51

CMYK color model

#246E28 color CMYK value is (67,0,64,57).

  • cyan value is 67.27%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 56.86%
CMYK:
(67,0,64,57)
C67M0Y64K57 
(67%,0%,64%,57%)
(0.67/0.00/0.64/0.57)	

CMYK percentages

%67.27
%0
%63.64
%56.86

Codes

Color #246E28 in popluar color models

246E28
RGB3611040
HSL123°50.68%28.63%
HSB/HSV123°67.27%43.14%
CMYK67.27%0.00%63.64%
56.86%

Color #246E28 in popluar number systems.

HEX246E28
Decimal3611040
Binary1001001101110101000
Octal4415650

Shades and tints

Shades of #246E28

#246E28
(36,110,40)
#216425
(33,100,37)
#1E5A22
(30,90,34)
#1B501F
(27,80,31)
#18461C
(24,70,28)
#153C19
(21,60,25)
#123216
(18,50,22)
#0F2813
(15,40,19)
#0C1E10
(12,30,16)
#09140D
(9,20,13)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #246E28

#246E28
(36,110,40)
#377B3B
(55,123,59)
#4A884E
(74,136,78)
#5D9561
(93,149,97)
#70A274
(112,162,116)
#83AF87
(131,175,135)
#96BC9A
(150,188,154)
#A9C9AD
(169,201,173)
#BCD6C0
(188,214,192)
#CFE3D3
(207,227,211)
#E2F0E6
(226,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246E28 color. Also use rgb(36,110,40) instead hex code.

Text Font Color

.myTextColor { color: #246E28; }

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

This text font color is #246E28.


Background Color

.myBgColor { background-color: #246E28; }

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

This div background color is #246E28.


Border color

.myBorderColor { border: 1px solid #246E28; }

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

This div border color is #246E28.


Opacity

.myOpacity80 { color: #246E28; opacity: 0.8; }

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

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

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

This text has shadow with #246E28 color.

.textShadow {text-shadow: 3px 3px 1px #246E28, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246E28 on black background.


Color preview on white background

This text has color #246E28 on white background.



Black color preview on #246E28 background

This text has black color on #246E28 background.


White color preview on #246E28 background

This text has white color on #246E28 background.