COLOR #298D48

HEX: #298D48
RGB: (41,141,72)

Color info

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

RGB color model

#298D48 color RGB value is (41,141,72).

  • red value is 41;
  • green value is 141;
  • blue value is 72.
RGB:
(41,141,72)
(16%,55%,28%)

RGB channels and saturation

R 41 of 255 = 16%
G 141 of 255 = 55%
B 72 of 255 = 28%

41
141
72

R + G + B ~ 33%. #298D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 141 + 72 = 254 (100%)
R 41 of 254 ~ 16.14%
G 141 of 254 ~ 55.51%
B 72 of 254 ~ 28.35%

%16.14
%55.51
%28.35

CMYK color model

#298D48 color CMYK value is (71,0,49,45).

  • cyan value is 70.92%
  • magenta value is 0.00%
  • yellow value is 48.94%
  • key color value is 44.71%
CMYK:
(71,0,49,45)
C71M0Y49K45 
(71%,0%,49%,45%)
(0.71/0.00/0.49/0.45)	

CMYK percentages

%70.92
%0
%48.94
%44.71

Codes

Color #298D48 in popluar color models

298D48
RGB4114172
HSL139°54.95%35.69%
HSB/HSV139°70.92%55.29%
CMYK70.92%0.00%48.94%
44.71%

Color #298D48 in popluar number systems.

HEX298D48
Decimal4114172
Binary101001100011011001000
Octal51215110

Shades and tints

Shades of #298D48

#298D48
(41,141,72)
#268142
(38,129,66)
#23753C
(35,117,60)
#206936
(32,105,54)
#1D5D30
(29,93,48)
#1A512A
(26,81,42)
#174524
(23,69,36)
#14391E
(20,57,30)
#112D18
(17,45,24)
#0E2112
(14,33,18)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #298D48

#298D48
(41,141,72)
#3C9758
(60,151,88)
#4FA168
(79,161,104)
#62AB78
(98,171,120)
#75B588
(117,181,136)
#88BF98
(136,191,152)
#9BC9A8
(155,201,168)
#AED3B8
(174,211,184)
#C1DDC8
(193,221,200)
#D4E7D8
(212,231,216)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298D48 color. Also use rgb(41,141,72) instead hex code.

Text Font Color

.myTextColor { color: #298D48; }

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

This text font color is #298D48.


Background Color

.myBgColor { background-color: #298D48; }

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

This div background color is #298D48.


Border color

.myBorderColor { border: 1px solid #298D48; }

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

This div border color is #298D48.


Opacity

.myOpacity80 { color: #298D48; opacity: 0.8; }

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

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

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

This text has shadow with #298D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298D48 on black background.


Color preview on white background

This text has color #298D48 on white background.



Black color preview on #298D48 background

This text has black color on #298D48 background.


White color preview on #298D48 background

This text has white color on #298D48 background.