COLOR #298A6F

HEX: #298A6F
RGB: (41,138,111)

Color info

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

RGB color model

#298A6F color RGB value is (41,138,111).

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

RGB channels and saturation

R 41 of 255 = 16%
G 138 of 255 = 54%
B 111 of 255 = 44%

41
138
111

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

Portions of RGB colors in percentages

R + G + B =
41 + 138 + 111 = 290 (100%)
R 41 of 290 ~ 14.14%
G 138 of 290 ~ 47.59%
B 111 of 290 ~ 38.28%

%14.14
%47.59
%38.28

CMYK color model

#298A6F color CMYK value is (70,0,20,46).

  • cyan value is 70.29%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(70,0,20,46)
C70M0Y20K46 
(70%,0%,20%,46%)
(0.70/0.00/0.20/0.46)	

CMYK percentages

%70.29
%0
%19.57
%45.88

Codes

Color #298A6F in popluar color models

298A6F
RGB41138111
HSL163°54.19%35.10%
HSB/HSV163°70.29%54.12%
CMYK70.29%0.00%19.57%
45.88%

Color #298A6F in popluar number systems.

HEX298A6F
Decimal41138111
Binary101001100010101101111
Octal51212157

Shades and tints

Shades of #298A6F

#298A6F
(41,138,111)
#267E65
(38,126,101)
#23725B
(35,114,91)
#206651
(32,102,81)
#1D5A47
(29,90,71)
#1A4E3D
(26,78,61)
#174233
(23,66,51)
#143629
(20,54,41)
#112A1F
(17,42,31)
#0E1E15
(14,30,21)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #298A6F

#298A6F
(41,138,111)
#3C947C
(60,148,124)
#4F9E89
(79,158,137)
#62A896
(98,168,150)
#75B2A3
(117,178,163)
#88BCB0
(136,188,176)
#9BC6BD
(155,198,189)
#AED0CA
(174,208,202)
#C1DAD7
(193,218,215)
#D4E4E4
(212,228,228)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #298A6F; }

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

This text font color is #298A6F.


Background Color

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

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

This div background color is #298A6F.


Border color

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

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

This div border color is #298A6F.


Opacity

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

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

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

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

This text has shadow with #298A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298A6F on black background.


Color preview on white background

This text has color #298A6F on white background.



Black color preview on #298A6F background

This text has black color on #298A6F background.


White color preview on #298A6F background

This text has white color on #298A6F background.