COLOR #004E2F

HEX: #004E2F RGB: (0,78,47)

Color info

#004E2F contains only green and blue colors. Web safe color of #004E2F is #006633 (or #063).

RGB color model

#004E2F color RGB value is (0,78,47).

RGB: (0,78,47) (0%, 31%, 18%)

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 47 of 255 = 18%

0
78
47

R + G + B ~ 16%. #004E2F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 78 + 47 = 125 (100%)
R 0 of 125 ~ 0%
G 78 of 125 ~ 62.4%
B 47 of 125 ~ 37.6'%

%62.4
%37.6

CMYK color model

#004E2F color CMYK value is (100,0,40,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 69.41%

CMYK: (100,0,40,69)
C100M0Y40K69 (100%, 0%, 40%, 69%)
(1.00 / 0.00 / 0.40 / 0.69)

CMYK percentages

%100
%0
%39.74
%69.41

Codes

Color #004E2F in popluar color models

00 4E 2F
RGB 0 78 47
HSL 156° 100.00% 15.29%
HSB/HSV 156° 100.00% 30.59%
CMYK 100.00% 0.00% 39.74%
69.41%

Color #004E2F in popluar number systems.

HEX 00 4E 2F
Decimal 0 78 47
Binary 0 1001110 101111
Octal 0 116 57

Shades and tints

Shades of #004E2F

#004E2F
(0,78,47)
#00472B
(0,71,43)
#004027
(0,64,39)
#003923
(0,57,35)
#00321F
(0,50,31)
#002B1B
(0,43,27)
#002417
(0,36,23)
#001D13
(0,29,19)
#00160F
(0,22,15)
#000F0B
(0,15,11)
#000807
(0,8,7)
#000000
(0,0,0)

Tints of #004E2F

#004E2F
(0,78,47)
#175E41
(23,94,65)
#2E6E53
(46,110,83)
#457E65
(69,126,101)
#5C8E77
(92,142,119)
#739E89
(115,158,137)
#8AAE9B
(138,174,155)
#A1BEAD
(161,190,173)
#B8CEBF
(184,206,191)
#CFDED1
(207,222,209)
#E6EEE3
(230,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004E2F color. Also use rgb(0,78,47) instead hex code.

Text Font Color

.myTextColor { color: #004E2F; }

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

This text font color is #004E2F.

Background Color

.myBgColor { background-color: #004E2F; }

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

This div background color is #004E2F.

Border color

.myBorderColor { border: 1px solid #004E2F; }

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

This div border color is #004E2F.

Opacity

.myOpacity80 { color: #004E2F; opacity: 0.8; }

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

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

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

This text has shadow with #004E2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004E2F.

Preview

Color preview on black background

This text has color #004E2F on black background.


Color preview on white background

This text has color #004E2F on white background.


Black color preview on #004E2F background

This text has black color on #004E2F background.


White color preview on #004E2F background

This text has white color on #004E2F background.


Related colors

Complementary color

Complementary color for #hex is #FFB1D0.


I love getcolorcode.com

Triadic colors

1 #2F004E and #4E2F00 with #004E2F are triadic colors.

2 #2F4E00 and #4E002F with #004E2F are triadic colors.