COLOR #298E6F

HEX: #298E6F
RGB: (41,142,111)

Color info

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

RGB color model

#298E6F color RGB value is (41,142,111).

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

RGB channels and saturation

R 41 of 255 = 16%
G 142 of 255 = 56%
B 111 of 255 = 44%

41
142
111

R + G + B ~ 39%. #298E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 142 + 111 = 294 (100%)
R 41 of 294 ~ 13.95%
G 142 of 294 ~ 48.3%
B 111 of 294 ~ 37.76%

%13.95
%48.3
%37.76

CMYK color model

#298E6F color CMYK value is (71,0,22,44).

  • cyan value is 71.13%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK:
(71,0,22,44)
C71M0Y22K44 
(71%,0%,22%,44%)
(0.71/0.00/0.22/0.44)	

CMYK percentages

%71.13
%0
%21.83
%44.31

Codes

Color #298E6F in popluar color models

298E6F
RGB41142111
HSL162°55.19%35.88%
HSB/HSV162°71.13%55.69%
CMYK71.13%0.00%21.83%
44.31%

Color #298E6F in popluar number systems.

HEX298E6F
Decimal41142111
Binary101001100011101101111
Octal51216157

Shades and tints

Shades of #298E6F

#298E6F
(41,142,111)
#268265
(38,130,101)
#23765B
(35,118,91)
#206A51
(32,106,81)
#1D5E47
(29,94,71)
#1A523D
(26,82,61)
#174633
(23,70,51)
#143A29
(20,58,41)
#112E1F
(17,46,31)
#0E2215
(14,34,21)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #298E6F

#298E6F
(41,142,111)
#3C987C
(60,152,124)
#4FA289
(79,162,137)
#62AC96
(98,172,150)
#75B6A3
(117,182,163)
#88C0B0
(136,192,176)
#9BCABD
(155,202,189)
#AED4CA
(174,212,202)
#C1DED7
(193,222,215)
#D4E8E4
(212,232,228)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #298E6F; }

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

This text font color is #298E6F.


Background Color

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

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

This div background color is #298E6F.


Border color

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

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

This div border color is #298E6F.


Opacity

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

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

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

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

This text has shadow with #298E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298E6F on black background.


Color preview on white background

This text has color #298E6F on white background.



Black color preview on #298E6F background

This text has black color on #298E6F background.


White color preview on #298E6F background

This text has white color on #298E6F background.