COLOR #009B47

HEX: #009B47 RGB: (0,155,71)

Color info

#009B47 contains mainly green color. Web safe color of #009B47 is #009933 (or #093).

RGB color model

#009B47 color RGB value is (0,155,71).

RGB: (0,155,71) (0%, 61%, 28%)

RGB channels and saturation

R 0 of 255 = 0%
G 155 of 255 = 61%
B 71 of 255 = 28%

0
155
71

R + G + B ~ 30%. #009B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 155 + 71 = 226 (100%)
R 0 of 226 ~ 0%
G 155 of 226 ~ 68.58%
B 71 of 226 ~ 31.42'%

%68.58
%31.42

CMYK color model

#009B47 color CMYK value is (100,0,54,39).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 54.19%
  • key color value is 39.22%

CMYK: (100,0,54,39)
C100M0Y54K39 (100%, 0%, 54%, 39%)
(1.00 / 0.00 / 0.54 / 0.39)

CMYK percentages

%100
%0
%54.19
%39.22

Codes

Color #009B47 in popluar color models

00 9B 47
RGB 0 155 71
HSL 147° 100.00% 30.39%
HSB/HSV 147° 100.00% 60.78%
CMYK 100.00% 0.00% 54.19%
39.22%

Color #009B47 in popluar number systems.

HEX 00 9B 47
Decimal 0 155 71
Binary 0 10011011 1000111
Octal 0 233 107

Shades and tints

Shades of #009B47

#009B47
(0,155,71)
#008D41
(0,141,65)
#007F3B
(0,127,59)
#007135
(0,113,53)
#00632F
(0,99,47)
#005529
(0,85,41)
#004723
(0,71,35)
#00391D
(0,57,29)
#002B17
(0,43,23)
#001D11
(0,29,17)
#000F0B
(0,15,11)
#000000
(0,0,0)

Tints of #009B47

#009B47
(0,155,71)
#17A457
(23,164,87)
#2EAD67
(46,173,103)
#45B677
(69,182,119)
#5CBF87
(92,191,135)
#73C897
(115,200,151)
#8AD1A7
(138,209,167)
#A1DAB7
(161,218,183)
#B8E3C7
(184,227,199)
#CFECD7
(207,236,215)
#E6F5E7
(230,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009B47 color. Also use rgb(0,155,71) instead hex code.

Text Font Color

.myTextColor { color: #009B47; }

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

This text font color is #009B47.

Background Color

.myBgColor { background-color: #009B47; }

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

This div background color is #009B47.

Border color

.myBorderColor { border: 1px solid #009B47; }

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

This div border color is #009B47.

Opacity

.myOpacity80 { color: #009B47; opacity: 0.8; }

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

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

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

This text has shadow with #009B47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #009B47.

Preview

Color preview on black background

This text has color #009B47 on black background.


Color preview on white background

This text has color #009B47 on white background.


Black color preview on #009B47 background

This text has black color on #009B47 background.


White color preview on #009B47 background

This text has white color on #009B47 background.


Related colors

Complementary color

Complementary color for #hex is #FF64B8.


I love getcolorcode.com

Triadic colors

1 #47009B and #9B4700 with #009B47 are triadic colors.

2 #479B00 and #9B0047 with #009B47 are triadic colors.