COLOR #00491E

HEX: #00491E RGB: (0,73,30)

Color info

#00491E contains only green and blue colors. Web safe color of #00491E is #003333 (or #033).

RGB color model

#00491E color RGB value is (0,73,30).

RGB: (0,73,30) (0%, 29%, 12%)

RGB channels and saturation

R 0 of 255 = 0%
G 73 of 255 = 29%
B 30 of 255 = 12%

0
73
30

R + G + B ~ 14%. #00491E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 73 + 30 = 103 (100%)
R 0 of 103 ~ 0%
G 73 of 103 ~ 70.87%
B 30 of 103 ~ 29.13'%

%70.87
%29.13

CMYK color model

#00491E color CMYK value is (100,0,59,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 58.90%
  • key color value is 71.37%

CMYK: (100,0,59,71)
C100M0Y59K71 (100%, 0%, 59%, 71%)
(1.00 / 0.00 / 0.59 / 0.71)

CMYK percentages

%100
%0
%58.9
%71.37

Codes

Color #00491E in popluar color models

00 49 1E
RGB 0 73 30
HSL 145° 100.00% 14.31%
HSB/HSV 145° 100.00% 28.63%
CMYK 100.00% 0.00% 58.90%
71.37%

Color #00491E in popluar number systems.

HEX 00 49 1E
Decimal 0 73 30
Binary 0 1001001 11110
Octal 0 111 36

Shades and tints

Shades of #00491E

#00491E
(0,73,30)
#00431C
(0,67,28)
#003D1A
(0,61,26)
#003718
(0,55,24)
#003116
(0,49,22)
#002B14
(0,43,20)
#002512
(0,37,18)
#001F10
(0,31,16)
#00190E
(0,25,14)
#00130C
(0,19,12)
#000D0A
(0,13,10)
#000000
(0,0,0)

Tints of #00491E

#00491E
(0,73,30)
#175932
(23,89,50)
#2E6946
(46,105,70)
#45795A
(69,121,90)
#5C896E
(92,137,110)
#739982
(115,153,130)
#8AA996
(138,169,150)
#A1B9AA
(161,185,170)
#B8C9BE
(184,201,190)
#CFD9D2
(207,217,210)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00491E color. Also use rgb(0,73,30) instead hex code.

Text Font Color

.myTextColor { color: #00491E; }

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

This text font color is #00491E.

Background Color

.myBgColor { background-color: #00491E; }

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

This div background color is #00491E.

Border color

.myBorderColor { border: 1px solid #00491E; }

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

This div border color is #00491E.

Opacity

.myOpacity80 { color: #00491E; opacity: 0.8; }

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

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

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

This text has shadow with #00491E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00491E.

Preview

Color preview on black background

This text has color #00491E on black background.


Color preview on white background

This text has color #00491E on white background.


Black color preview on #00491E background

This text has black color on #00491E background.


White color preview on #00491E background

This text has white color on #00491E background.


Related colors

Complementary color

Complementary color for #hex is #FFB6E1.


I love getcolorcode.com

Triadic colors

1 #1E0049 and #491E00 with #00491E are triadic colors.

2 #1E4900 and #49001E with #00491E are triadic colors.