COLOR #306000

HEX: #306000
RGB: (48,96,0)

Color info

#306000 contains only red and green colors. Web safe color of #306000 is #336600 (or #360).

RGB color model

#306000 color RGB value is (48,96,0).

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

RGB channels and saturation

R 48 of 255 = 19%
G 96 of 255 = 38%
B 0 of 255 = 0%

48
96
0

R + G + B ~ 19%. #306000 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 96 + 0 = 144 (100%)
R 48 of 144 ~ 33.33%
G 96 of 144 ~ 66.67%
B 0 of 144 ~ 0%

%33.33
%66.67

CMYK color model

#306000 color CMYK value is (50,0,100,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 62.35%
CMYK:
(50,0,100,62)
C50M0Y100K62 
(50%,0%,100%,62%)
(0.50/0.00/1.00/0.62)	

CMYK percentages

%50
%0
%100
%62.35

Codes

Color #306000 in popluar color models

306000
RGB48960
HSL90°100.00%18.82%
HSB/HSV90°100.00%37.65%
CMYK50.00%0.00%100.00%
62.35%

Color #306000 in popluar number systems.

HEX306000
Decimal48960
Binary11000011000000
Octal601400

Shades and tints

Shades of #306000

#306000
(48,96,0)
#2C5800
(44,88,0)
#285000
(40,80,0)
#244800
(36,72,0)
#204000
(32,64,0)
#1C3800
(28,56,0)
#183000
(24,48,0)
#142800
(20,40,0)
#102000
(16,32,0)
#0C1800
(12,24,0)
#081000
(8,16,0)
#000000
(0,0,0)

Tints of #306000

#306000
(48,96,0)
#426E17
(66,110,23)
#547C2E
(84,124,46)
#668A45
(102,138,69)
#78985C
(120,152,92)
#8AA673
(138,166,115)
#9CB48A
(156,180,138)
#AEC2A1
(174,194,161)
#C0D0B8
(192,208,184)
#D2DECF
(210,222,207)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306000; }

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

This text font color is #306000.


Background Color

.myBgColor { background-color: #306000; }

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

This div background color is #306000.


Border color

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

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

This div border color is #306000.


Opacity

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

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

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

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

This text has shadow with #306000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306000 on black background.


Color preview on white background

This text has color #306000 on white background.



Black color preview on #306000 background

This text has black color on #306000 background.


White color preview on #306000 background

This text has white color on #306000 background.