COLOR #004930

HEX: #004930
RGB: (0,73,48)

Color info

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

RGB color model

#004930 color RGB value is (0,73,48).

  • red value is 0;
  • green value is 73;
  • blue value is 48.
RGB:
(0,73,48)
(0%,29%,19%)

RGB channels and saturation

R 0 of 255 = 0%
G 73 of 255 = 29%
B 48 of 255 = 19%

0
73
48

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

Portions of RGB colors in percentages

R + G + B =
0 + 73 + 48 = 121 (100%)
R 0 of 121 ~ 0%
G 73 of 121 ~ 60.33%
B 48 of 121 ~ 39.67%

%60.33
%39.67

CMYK color model

#004930 color CMYK value is (100,0,34,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 34.25%
  • key color value is 71.37%
CMYK:
(100,0,34,71)
C100M0Y34K71 
(100%,0%,34%,71%)
(1.00/0.00/0.34/0.71)	

CMYK percentages

%100
%0
%34.25
%71.37

Codes

Color #004930 in popluar color models

004930
RGB07348
HSL159°100.00%14.31%
HSB/HSV159°100.00%28.63%
CMYK100.00%0.00%34.25%
71.37%

Color #004930 in popluar number systems.

HEX004930
Decimal07348
Binary01001001110000
Octal011160

Shades and tints

Shades of #004930

#004930
(0,73,48)
#00432C
(0,67,44)
#003D28
(0,61,40)
#003724
(0,55,36)
#003120
(0,49,32)
#002B1C
(0,43,28)
#002518
(0,37,24)
#001F14
(0,31,20)
#001910
(0,25,16)
#00130C
(0,19,12)
#000D08
(0,13,8)
#000000
(0,0,0)

Tints of #004930

#004930
(0,73,48)
#175942
(23,89,66)
#2E6954
(46,105,84)
#457966
(69,121,102)
#5C8978
(92,137,120)
#73998A
(115,153,138)
#8AA99C
(138,169,156)
#A1B9AE
(161,185,174)
#B8C9C0
(184,201,192)
#CFD9D2
(207,217,210)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004930; }

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

This text font color is #004930.


Background Color

.myBgColor { background-color: #004930; }

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

This div background color is #004930.


Border color

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

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

This div border color is #004930.


Opacity

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

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

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

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

This text has shadow with #004930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004930 on black background.


Color preview on white background

This text has color #004930 on white background.



Black color preview on #004930 background

This text has black color on #004930 background.


White color preview on #004930 background

This text has white color on #004930 background.