COLOR #006030

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
96
48

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

Portions of RGB colors in percentages

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

%66.67
%33.33

CMYK color model

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

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

CMYK percentages

%100
%0
%50
%62.35

Codes

Color #006030 in popluar color models

006030
RGB09648
HSL150°100.00%18.82%
HSB/HSV150°100.00%37.65%
CMYK100.00%0.00%50.00%
62.35%

Color #006030 in popluar number systems.

HEX006030
Decimal09648
Binary01100000110000
Octal014060

Shades and tints

Shades of #006030

#006030
(0,96,48)
#00582C
(0,88,44)
#005028
(0,80,40)
#004824
(0,72,36)
#004020
(0,64,32)
#00381C
(0,56,28)
#003018
(0,48,24)
#002814
(0,40,20)
#002010
(0,32,16)
#00180C
(0,24,12)
#001008
(0,16,8)
#000000
(0,0,0)

Tints of #006030

#006030
(0,96,48)
#176E42
(23,110,66)
#2E7C54
(46,124,84)
#458A66
(69,138,102)
#5C9878
(92,152,120)
#73A68A
(115,166,138)
#8AB49C
(138,180,156)
#A1C2AE
(161,194,174)
#B8D0C0
(184,208,192)
#CFDED2
(207,222,210)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006030; }

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

This text font color is #006030.


Background Color

.myBgColor { background-color: #006030; }

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

This div background color is #006030.


Border color

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

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

This div border color is #006030.


Opacity

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

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

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

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

This text has shadow with #006030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006030 on black background.


Color preview on white background

This text has color #006030 on white background.



Black color preview on #006030 background

This text has black color on #006030 background.


White color preview on #006030 background

This text has white color on #006030 background.