COLOR #298C5A

HEX: #298C5A RGB: (41,140,90)

Color info

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

RGB color model

#298C5A color RGB value is (41,140,90).

RGB: (41,140,90) (16%, 55%, 35%)

RGB channels and saturation

R 41 of 255 = 16%
G 140 of 255 = 55%
B 90 of 255 = 35%

41
140
90

R + G + B ~ 35%. #298C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 140 + 90 = 271 (100%)
R 41 of 271 ~ 15.13%
G 140 of 271 ~ 51.66%
B 90 of 271 ~ 33.21'%

%15.13
%51.66
%33.21

CMYK color model

#298C5A color CMYK value is (71,0,36,45).

  • cyan value is 70.71%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 45.10%
CMYK: (71,0,36,45) C71M0Y36K45 (71%,0%,36%,45%) (0.71/0.00/0.36/0.45) 

CMYK percentages

%70.71
%0
%35.71
%45.1

Codes

Color #298C5A in popluar color models

29 8C 5A
RGB 41 140 90
HSL 150° 54.70% 35.49%
HSB/HSV 150° 70.71% 54.90%
CMYK 70.71% 0.00% 35.71%
45.10%

Color #298C5A in popluar number systems.

HEX 29 8C 5A
Decimal 41 140 90
Binary 101001 10001100 1011010
Octal 51 214 132

Shades and tints

Shades of #298C5A

#298C5A
(41,140,90)
#268052
(38,128,82)
#23744A
(35,116,74)
#206842
(32,104,66)
#1D5C3A
(29,92,58)
#1A5032
(26,80,50)
#17442A
(23,68,42)
#143822
(20,56,34)
#112C1A
(17,44,26)
#0E2012
(14,32,18)
#0B140A
(11,20,10)
#000000
(0,0,0)

Tints of #298C5A

#298C5A
(41,140,90)
#3C9669
(60,150,105)
#4FA078
(79,160,120)
#62AA87
(98,170,135)
#75B496
(117,180,150)
#88BEA5
(136,190,165)
#9BC8B4
(155,200,180)
#AED2C3
(174,210,195)
#C1DCD2
(193,220,210)
#D4E6E1
(212,230,225)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298C5A color. Also use rgb(41,140,90) instead hex code.

Text Font Color

.myTextColor { color: #298C5A; }

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

This text font color is #298C5A.

Background Color

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

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

This div background color is #298C5A.

Border color

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

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

This div border color is #298C5A.

Opacity

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

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

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

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

This text has shadow with #298C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #298C5A.

Preview

Color preview on black background

This text has color #298C5A on black background.


Color preview on white background

This text has color #298C5A on white background.


Black color preview on #298C5A background

This text has black color on #298C5A background.


White color preview on #298C5A background

This text has white color on #298C5A background.


Related colors

Complementary color

Complementary color for #hex is #D673A5.


I love getcolorcode.com

Triadic colors

1 #5A298C and #8C5A29 with #298C5A are triadic colors.

2 #5A8C29 and #8C295A with #298C5A are triadic colors.