COLOR #007F2B

HEX: #007F2B
RGB: (0,127,43)

Color info

#007F2B contains mainly green color. Web safe color of #007F2B is #006633 (or #063).

RGB color model

#007F2B color RGB value is (0,127,43).

  • red value is 0;
  • green value is 127;
  • blue value is 43.
RGB:
(0,127,43)
(0%,50%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 127 of 255 = 50%
B 43 of 255 = 17%

0
127
43

R + G + B ~ 22%. #007F2B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 127 + 43 = 170 (100%)
R 0 of 170 ~ 0%
G 127 of 170 ~ 74.71%
B 43 of 170 ~ 25.29%

%74.71
%25.29

CMYK color model

#007F2B color CMYK value is (100,0,66,50).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 66.14%
  • key color value is 50.20%
CMYK:
(100,0,66,50)
C100M0Y66K50 
(100%,0%,66%,50%)
(1.00/0.00/0.66/0.50)	

CMYK percentages

%100
%0
%66.14
%50.2

Codes

Color #007F2B in popluar color models

007F2B
RGB012743
HSL140°100.00%24.90%
HSB/HSV140°100.00%49.80%
CMYK100.00%0.00%66.14%
50.20%

Color #007F2B in popluar number systems.

HEX007F2B
Decimal012743
Binary01111111101011
Octal017753

Shades and tints

Shades of #007F2B

#007F2B
(0,127,43)
#007428
(0,116,40)
#006925
(0,105,37)
#005E22
(0,94,34)
#00531F
(0,83,31)
#00481C
(0,72,28)
#003D19
(0,61,25)
#003216
(0,50,22)
#002713
(0,39,19)
#001C10
(0,28,16)
#00110D
(0,17,13)
#000000
(0,0,0)

Tints of #007F2B

#007F2B
(0,127,43)
#178A3E
(23,138,62)
#2E9551
(46,149,81)
#45A064
(69,160,100)
#5CAB77
(92,171,119)
#73B68A
(115,182,138)
#8AC19D
(138,193,157)
#A1CCB0
(161,204,176)
#B8D7C3
(184,215,195)
#CFE2D6
(207,226,214)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007F2B color. Also use rgb(0,127,43) instead hex code.

Text Font Color

.myTextColor { color: #007F2B; }

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

This text font color is #007F2B.


Background Color

.myBgColor { background-color: #007F2B; }

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

This div background color is #007F2B.


Border color

.myBorderColor { border: 1px solid #007F2B; }

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

This div border color is #007F2B.


Opacity

.myOpacity80 { color: #007F2B; opacity: 0.8; }

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

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

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

This text has shadow with #007F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007F2B on black background.


Color preview on white background

This text has color #007F2B on white background.



Black color preview on #007F2B background

This text has black color on #007F2B background.


White color preview on #007F2B background

This text has white color on #007F2B background.