COLOR #298412

HEX: #298412
RGB: (41,132,18)

Color info

#298412 contains mainly green color. Web safe color of #298412 is #339900 (or #390).

RGB color model

#298412 color RGB value is (41,132,18).

  • red value is 41;
  • green value is 132;
  • blue value is 18.
RGB:
(41,132,18)
(16%,52%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 132 of 255 = 52%
B 18 of 255 = 7%

41
132
18

R + G + B ~ 25%. #298412 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 132 + 18 = 191 (100%)
R 41 of 191 ~ 21.47%
G 132 of 191 ~ 69.11%
B 18 of 191 ~ 9.42%

%21.47
%69.11

CMYK color model

#298412 color CMYK value is (69,0,86,48).

  • cyan value is 68.94%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 48.24%
CMYK:
(69,0,86,48)
C69M0Y86K48 
(69%,0%,86%,48%)
(0.69/0.00/0.86/0.48)	

CMYK percentages

%68.94
%0
%86.36
%48.24

Codes

Color #298412 in popluar color models

298412
RGB4113218
HSL108°76.00%29.41%
HSB/HSV108°86.36%51.76%
CMYK68.94%0.00%86.36%
48.24%

Color #298412 in popluar number systems.

HEX298412
Decimal4113218
Binary1010011000010010010
Octal5120422

Shades and tints

Shades of #298412

#298412
(41,132,18)
#267811
(38,120,17)
#236C10
(35,108,16)
#20600F
(32,96,15)
#1D540E
(29,84,14)
#1A480D
(26,72,13)
#173C0C
(23,60,12)
#14300B
(20,48,11)
#11240A
(17,36,10)
#0E1809
(14,24,9)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #298412

#298412
(41,132,18)
#3C8F27
(60,143,39)
#4F9A3C
(79,154,60)
#62A551
(98,165,81)
#75B066
(117,176,102)
#88BB7B
(136,187,123)
#9BC690
(155,198,144)
#AED1A5
(174,209,165)
#C1DCBA
(193,220,186)
#D4E7CF
(212,231,207)
#E7F2E4
(231,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298412 color. Also use rgb(41,132,18) instead hex code.

Text Font Color

.myTextColor { color: #298412; }

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

This text font color is #298412.


Background Color

.myBgColor { background-color: #298412; }

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

This div background color is #298412.


Border color

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

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

This div border color is #298412.


Opacity

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

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

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

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

This text has shadow with #298412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298412 on black background.


Color preview on white background

This text has color #298412 on white background.



Black color preview on #298412 background

This text has black color on #298412 background.


White color preview on #298412 background

This text has white color on #298412 background.