COLOR #289555

HEX: #289555
RGB: (40,149,85)

Color info

#289555 contains mainly green color. Web safe color of #289555 is #339966 (or #396).

RGB color model

#289555 color RGB value is (40,149,85).

  • red value is 40;
  • green value is 149;
  • blue value is 85.
RGB:
(40,149,85)
(16%,58%,33%)

RGB channels and saturation

R 40 of 255 = 16%
G 149 of 255 = 58%
B 85 of 255 = 33%

40
149
85

R + G + B ~ 36%. #289555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 149 + 85 = 274 (100%)
R 40 of 274 ~ 14.6%
G 149 of 274 ~ 54.38%
B 85 of 274 ~ 31.02%

%14.6
%54.38
%31.02

CMYK color model

#289555 color CMYK value is (73,0,43,42).

  • cyan value is 73.15%
  • magenta value is 0.00%
  • yellow value is 42.95%
  • key color value is 41.57%
CMYK:
(73,0,43,42)
C73M0Y43K42 
(73%,0%,43%,42%)
(0.73/0.00/0.43/0.42)	

CMYK percentages

%73.15
%0
%42.95
%41.57

Codes

Color #289555 in popluar color models

289555
RGB4014985
HSL145°57.67%37.06%
HSB/HSV145°73.15%58.43%
CMYK73.15%0.00%42.95%
41.57%

Color #289555 in popluar number systems.

HEX289555
Decimal4014985
Binary101000100101011010101
Octal50225125

Shades and tints

Shades of #289555

#289555
(40,149,85)
#25884E
(37,136,78)
#227B47
(34,123,71)
#1F6E40
(31,110,64)
#1C6139
(28,97,57)
#195432
(25,84,50)
#16472B
(22,71,43)
#133A24
(19,58,36)
#102D1D
(16,45,29)
#0D2016
(13,32,22)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #289555

#289555
(40,149,85)
#3B9E64
(59,158,100)
#4EA773
(78,167,115)
#61B082
(97,176,130)
#74B991
(116,185,145)
#87C2A0
(135,194,160)
#9ACBAF
(154,203,175)
#ADD4BE
(173,212,190)
#C0DDCD
(192,221,205)
#D3E6DC
(211,230,220)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #289555 color. Also use rgb(40,149,85) instead hex code.

Text Font Color

.myTextColor { color: #289555; }

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

This text font color is #289555.


Background Color

.myBgColor { background-color: #289555; }

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

This div background color is #289555.


Border color

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

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

This div border color is #289555.


Opacity

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

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

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

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

This text has shadow with #289555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #289555 on black background.


Color preview on white background

This text has color #289555 on white background.



Black color preview on #289555 background

This text has black color on #289555 background.


White color preview on #289555 background

This text has white color on #289555 background.