COLOR #298875

HEX: #298875
RGB: (41,136,117)

Color info

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

RGB color model

#298875 color RGB value is (41,136,117).

  • red value is 41;
  • green value is 136;
  • blue value is 117.
RGB:
(41,136,117)
(16%,53%,46%)

RGB channels and saturation

R 41 of 255 = 16%
G 136 of 255 = 53%
B 117 of 255 = 46%

41
136
117

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

Portions of RGB colors in percentages

R + G + B =
41 + 136 + 117 = 294 (100%)
R 41 of 294 ~ 13.95%
G 136 of 294 ~ 46.26%
B 117 of 294 ~ 39.8%

%13.95
%46.26
%39.8

CMYK color model

#298875 color CMYK value is (70,0,14,47).

  • cyan value is 69.85%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(70,0,14,47)
C70M0Y14K47 
(70%,0%,14%,47%)
(0.70/0.00/0.14/0.47)	

CMYK percentages

%69.85
%0
%13.97
%46.67

Codes

Color #298875 in popluar color models

298875
RGB41136117
HSL168°53.67%34.71%
HSB/HSV168°69.85%53.33%
CMYK69.85%0.00%13.97%
46.67%

Color #298875 in popluar number systems.

HEX298875
Decimal41136117
Binary101001100010001110101
Octal51210165

Shades and tints

Shades of #298875

#298875
(41,136,117)
#267C6B
(38,124,107)
#237061
(35,112,97)
#206457
(32,100,87)
#1D584D
(29,88,77)
#1A4C43
(26,76,67)
#174039
(23,64,57)
#14342F
(20,52,47)
#112825
(17,40,37)
#0E1C1B
(14,28,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #298875

#298875
(41,136,117)
#3C9281
(60,146,129)
#4F9C8D
(79,156,141)
#62A699
(98,166,153)
#75B0A5
(117,176,165)
#88BAB1
(136,186,177)
#9BC4BD
(155,196,189)
#AECEC9
(174,206,201)
#C1D8D5
(193,216,213)
#D4E2E1
(212,226,225)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298875 color. Also use rgb(41,136,117) instead hex code.

Text Font Color

.myTextColor { color: #298875; }

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

This text font color is #298875.


Background Color

.myBgColor { background-color: #298875; }

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

This div background color is #298875.


Border color

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

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

This div border color is #298875.


Opacity

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

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

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

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

This text has shadow with #298875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298875 on black background.


Color preview on white background

This text has color #298875 on white background.



Black color preview on #298875 background

This text has black color on #298875 background.


White color preview on #298875 background

This text has white color on #298875 background.