COLOR #298341

HEX: #298341
RGB: (41,131,65)

Color info

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

RGB color model

#298341 color RGB value is (41,131,65).

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

RGB channels and saturation

R 41 of 255 = 16%
G 131 of 255 = 51%
B 65 of 255 = 25%

41
131
65

R + G + B ~ 31%. #298341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 131 + 65 = 237 (100%)
R 41 of 237 ~ 17.3%
G 131 of 237 ~ 55.27%
B 65 of 237 ~ 27.43%

%17.3
%55.27
%27.43

CMYK color model

#298341 color CMYK value is (69,0,50,49).

  • cyan value is 68.70%
  • magenta value is 0.00%
  • yellow value is 50.38%
  • key color value is 48.63%
CMYK:
(69,0,50,49)
C69M0Y50K49 
(69%,0%,50%,49%)
(0.69/0.00/0.50/0.49)	

CMYK percentages

%68.7
%0
%50.38
%48.63

Codes

Color #298341 in popluar color models

298341
RGB4113165
HSL136°52.33%33.73%
HSB/HSV136°68.70%51.37%
CMYK68.70%0.00%50.38%
48.63%

Color #298341 in popluar number systems.

HEX298341
Decimal4113165
Binary101001100000111000001
Octal51203101

Shades and tints

Shades of #298341

#298341
(41,131,65)
#26783C
(38,120,60)
#236D37
(35,109,55)
#206232
(32,98,50)
#1D572D
(29,87,45)
#1A4C28
(26,76,40)
#174123
(23,65,35)
#14361E
(20,54,30)
#112B19
(17,43,25)
#0E2014
(14,32,20)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #298341

#298341
(41,131,65)
#3C8E52
(60,142,82)
#4F9963
(79,153,99)
#62A474
(98,164,116)
#75AF85
(117,175,133)
#88BA96
(136,186,150)
#9BC5A7
(155,197,167)
#AED0B8
(174,208,184)
#C1DBC9
(193,219,201)
#D4E6DA
(212,230,218)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #298341; }

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

This text font color is #298341.


Background Color

.myBgColor { background-color: #298341; }

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

This div background color is #298341.


Border color

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

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

This div border color is #298341.


Opacity

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

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

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

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

This text has shadow with #298341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298341 on black background.


Color preview on white background

This text has color #298341 on white background.



Black color preview on #298341 background

This text has black color on #298341 background.


White color preview on #298341 background

This text has white color on #298341 background.