COLOR #298D6F

HEX: #298D6F
RGB: (41,141,111)

Color info

#298D6F contains mainly green and blue colors. Web safe color of #298D6F is #339966 (or #396).

RGB color model

#298D6F color RGB value is (41,141,111).

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

RGB channels and saturation

R 41 of 255 = 16%
G 141 of 255 = 55%
B 111 of 255 = 44%

41
141
111

R + G + B ~ 38%. #298D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 141 + 111 = 293 (100%)
R 41 of 293 ~ 13.99%
G 141 of 293 ~ 48.12%
B 111 of 293 ~ 37.88%

%13.99
%48.12
%37.88

CMYK color model

#298D6F color CMYK value is (71,0,21,45).

  • cyan value is 70.92%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%
CMYK:
(71,0,21,45)
C71M0Y21K45 
(71%,0%,21%,45%)
(0.71/0.00/0.21/0.45)	

CMYK percentages

%70.92
%0
%21.28
%44.71

Codes

Color #298D6F in popluar color models

298D6F
RGB41141111
HSL162°54.95%35.69%
HSB/HSV162°70.92%55.29%
CMYK70.92%0.00%21.28%
44.71%

Color #298D6F in popluar number systems.

HEX298D6F
Decimal41141111
Binary101001100011011101111
Octal51215157

Shades and tints

Shades of #298D6F

#298D6F
(41,141,111)
#268165
(38,129,101)
#23755B
(35,117,91)
#206951
(32,105,81)
#1D5D47
(29,93,71)
#1A513D
(26,81,61)
#174533
(23,69,51)
#143929
(20,57,41)
#112D1F
(17,45,31)
#0E2115
(14,33,21)
#0B150B
(11,21,11)
#000000
(0,0,0)

Tints of #298D6F

#298D6F
(41,141,111)
#3C977C
(60,151,124)
#4FA189
(79,161,137)
#62AB96
(98,171,150)
#75B5A3
(117,181,163)
#88BFB0
(136,191,176)
#9BC9BD
(155,201,189)
#AED3CA
(174,211,202)
#C1DDD7
(193,221,215)
#D4E7E4
(212,231,228)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #298D6F; }

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

This text font color is #298D6F.


Background Color

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

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

This div background color is #298D6F.


Border color

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

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

This div border color is #298D6F.


Opacity

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

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

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

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

This text has shadow with #298D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298D6F on black background.


Color preview on white background

This text has color #298D6F on white background.



Black color preview on #298D6F background

This text has black color on #298D6F background.


White color preview on #298D6F background

This text has white color on #298D6F background.