COLOR #298331

HEX: #298331
RGB: (41,131,49)

Color info

#298331 contains mainly green color. Web safe color of #298331 is #339933 (or #393).

RGB color model

#298331 color RGB value is (41,131,49).

  • red value is 41;
  • green value is 131;
  • blue value is 49.
RGB:
(41,131,49)
(16%,51%,19%)

RGB channels and saturation

R 41 of 255 = 16%
G 131 of 255 = 51%
B 49 of 255 = 19%

41
131
49

R + G + B ~ 29%. #298331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 131 + 49 = 221 (100%)
R 41 of 221 ~ 18.55%
G 131 of 221 ~ 59.28%
B 49 of 221 ~ 22.17%

%18.55
%59.28
%22.17

CMYK color model

#298331 color CMYK value is (69,0,63,49).

  • cyan value is 68.70%
  • magenta value is 0.00%
  • yellow value is 62.60%
  • key color value is 48.63%
CMYK:
(69,0,63,49)
C69M0Y63K49 
(69%,0%,63%,49%)
(0.69/0.00/0.63/0.49)	

CMYK percentages

%68.7
%0
%62.6
%48.63

Codes

Color #298331 in popluar color models

298331
RGB4113149
HSL125°52.33%33.73%
HSB/HSV125°68.70%51.37%
CMYK68.70%0.00%62.60%
48.63%

Color #298331 in popluar number systems.

HEX298331
Decimal4113149
Binary10100110000011110001
Octal5120361

Shades and tints

Shades of #298331

#298331
(41,131,49)
#26782D
(38,120,45)
#236D29
(35,109,41)
#206225
(32,98,37)
#1D5721
(29,87,33)
#1A4C1D
(26,76,29)
#174119
(23,65,25)
#143615
(20,54,21)
#112B11
(17,43,17)
#0E200D
(14,32,13)
#0B1509
(11,21,9)
#000000
(0,0,0)

Tints of #298331

#298331
(41,131,49)
#3C8E43
(60,142,67)
#4F9955
(79,153,85)
#62A467
(98,164,103)
#75AF79
(117,175,121)
#88BA8B
(136,186,139)
#9BC59D
(155,197,157)
#AED0AF
(174,208,175)
#C1DBC1
(193,219,193)
#D4E6D3
(212,230,211)
#E7F1E5
(231,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298331 color. Also use rgb(41,131,49) instead hex code.

Text Font Color

.myTextColor { color: #298331; }

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

This text font color is #298331.


Background Color

.myBgColor { background-color: #298331; }

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

This div background color is #298331.


Border color

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

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

This div border color is #298331.


Opacity

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

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

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

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

This text has shadow with #298331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298331 on black background.


Color preview on white background

This text has color #298331 on white background.



Black color preview on #298331 background

This text has black color on #298331 background.


White color preview on #298331 background

This text has white color on #298331 background.