COLOR #289551

HEX: #289551
RGB: (40,149,81)

Color info

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

RGB color model

#289551 color RGB value is (40,149,81).

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

RGB channels and saturation

R 40 of 255 = 16%
G 149 of 255 = 58%
B 81 of 255 = 32%

40
149
81

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

Portions of RGB colors in percentages

R + G + B =
40 + 149 + 81 = 270 (100%)
R 40 of 270 ~ 14.81%
G 149 of 270 ~ 55.19%
B 81 of 270 ~ 30%

%14.81
%55.19
%30

CMYK color model

#289551 color CMYK value is (73,0,46,42).

  • cyan value is 73.15%
  • magenta value is 0.00%
  • yellow value is 45.64%
  • key color value is 41.57%
CMYK:
(73,0,46,42)
C73M0Y46K42 
(73%,0%,46%,42%)
(0.73/0.00/0.46/0.42)	

CMYK percentages

%73.15
%0
%45.64
%41.57

Codes

Color #289551 in popluar color models

289551
RGB4014981
HSL143°57.67%37.06%
HSB/HSV143°73.15%58.43%
CMYK73.15%0.00%45.64%
41.57%

Color #289551 in popluar number systems.

HEX289551
Decimal4014981
Binary101000100101011010001
Octal50225121

Shades and tints

Shades of #289551

#289551
(40,149,81)
#25884A
(37,136,74)
#227B43
(34,123,67)
#1F6E3C
(31,110,60)
#1C6135
(28,97,53)
#19542E
(25,84,46)
#164727
(22,71,39)
#133A20
(19,58,32)
#102D19
(16,45,25)
#0D2012
(13,32,18)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #289551

#289551
(40,149,81)
#3B9E60
(59,158,96)
#4EA76F
(78,167,111)
#61B07E
(97,176,126)
#74B98D
(116,185,141)
#87C29C
(135,194,156)
#9ACBAB
(154,203,171)
#ADD4BA
(173,212,186)
#C0DDC9
(192,221,201)
#D3E6D8
(211,230,216)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #289551; }

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

This text font color is #289551.


Background Color

.myBgColor { background-color: #289551; }

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

This div background color is #289551.


Border color

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

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

This div border color is #289551.


Opacity

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

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

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

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

This text has shadow with #289551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #289551 on black background.


Color preview on white background

This text has color #289551 on white background.



Black color preview on #289551 background

This text has black color on #289551 background.


White color preview on #289551 background

This text has white color on #289551 background.