COLOR #304900

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

Color info

#304900 contains only red and green colors. Web safe color of #304900 is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

48
73
0

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

Portions of RGB colors in percentages

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

%39.67
%60.33

CMYK color model

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

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

CMYK percentages

%34.25
%0
%100
%71.37

Codes

Color #304900 in popluar color models

304900
RGB48730
HSL81°100.00%14.31%
HSB/HSV81°100.00%28.63%
CMYK34.25%0.00%100.00%
71.37%

Color #304900 in popluar number systems.

HEX304900
Decimal48730
Binary11000010010010
Octal601110

Shades and tints

Shades of #304900

#304900
(48,73,0)
#2C4300
(44,67,0)
#283D00
(40,61,0)
#243700
(36,55,0)
#203100
(32,49,0)
#1C2B00
(28,43,0)
#182500
(24,37,0)
#141F00
(20,31,0)
#101900
(16,25,0)
#0C1300
(12,19,0)
#080D00
(8,13,0)
#000000
(0,0,0)

Tints of #304900

#304900
(48,73,0)
#425917
(66,89,23)
#54692E
(84,105,46)
#667945
(102,121,69)
#78895C
(120,137,92)
#8A9973
(138,153,115)
#9CA98A
(156,169,138)
#AEB9A1
(174,185,161)
#C0C9B8
(192,201,184)
#D2D9CF
(210,217,207)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304900; }

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

This text font color is #304900.


Background Color

.myBgColor { background-color: #304900; }

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

This div background color is #304900.


Border color

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

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

This div border color is #304900.


Opacity

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

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

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

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

This text has shadow with #304900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304900 on black background.


Color preview on white background

This text has color #304900 on white background.



Black color preview on #304900 background

This text has black color on #304900 background.


White color preview on #304900 background

This text has white color on #304900 background.