COLOR #007227

HEX: #007227
RGB: (0,114,39)

Color info

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

RGB color model

#007227 color RGB value is (0,114,39).

  • red value is 0;
  • green value is 114;
  • blue value is 39.
RGB:
(0,114,39)
(0%,45%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 39 of 255 = 15%

0
114
39

R + G + B ~ 20%. #007227 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 39 = 153 (100%)
R 0 of 153 ~ 0%
G 114 of 153 ~ 74.51%
B 39 of 153 ~ 25.49%

%74.51
%25.49

CMYK color model

#007227 color CMYK value is (100,0,66,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 55.29%
CMYK:
(100,0,66,55)
C100M0Y66K55 
(100%,0%,66%,55%)
(1.00/0.00/0.66/0.55)	

CMYK percentages

%100
%0
%65.79
%55.29

Codes

Color #007227 in popluar color models

007227
RGB011439
HSL141°100.00%22.35%
HSB/HSV141°100.00%44.71%
CMYK100.00%0.00%65.79%
55.29%

Color #007227 in popluar number systems.

HEX007227
Decimal011439
Binary01110010100111
Octal016247

Shades and tints

Shades of #007227

#007227
(0,114,39)
#006824
(0,104,36)
#005E21
(0,94,33)
#00541E
(0,84,30)
#004A1B
(0,74,27)
#004018
(0,64,24)
#003615
(0,54,21)
#002C12
(0,44,18)
#00220F
(0,34,15)
#00180C
(0,24,12)
#000E09
(0,14,9)
#000000
(0,0,0)

Tints of #007227

#007227
(0,114,39)
#177E3A
(23,126,58)
#2E8A4D
(46,138,77)
#459660
(69,150,96)
#5CA273
(92,162,115)
#73AE86
(115,174,134)
#8ABA99
(138,186,153)
#A1C6AC
(161,198,172)
#B8D2BF
(184,210,191)
#CFDED2
(207,222,210)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007227 color. Also use rgb(0,114,39) instead hex code.

Text Font Color

.myTextColor { color: #007227; }

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

This text font color is #007227.


Background Color

.myBgColor { background-color: #007227; }

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

This div background color is #007227.


Border color

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

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

This div border color is #007227.


Opacity

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

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

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

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

This text has shadow with #007227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007227 on black background.


Color preview on white background

This text has color #007227 on white background.



Black color preview on #007227 background

This text has black color on #007227 background.


White color preview on #007227 background

This text has white color on #007227 background.