COLOR #007239

HEX: #007239
RGB: (0,114,57)

Color info

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

RGB color model

#007239 color RGB value is (0,114,57).

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

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 57 of 255 = 22%

0
114
57

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

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 57 = 171 (100%)
R 0 of 171 ~ 0%
G 114 of 171 ~ 66.67%
B 57 of 171 ~ 33.33%

%66.67
%33.33

CMYK color model

#007239 color CMYK value is (100,0,50,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 55.29%
CMYK:
(100,0,50,55)
C100M0Y50K55 
(100%,0%,50%,55%)
(1.00/0.00/0.50/0.55)	

CMYK percentages

%100
%0
%50
%55.29

Codes

Color #007239 in popluar color models

007239
RGB011457
HSL150°100.00%22.35%
HSB/HSV150°100.00%44.71%
CMYK100.00%0.00%50.00%
55.29%

Color #007239 in popluar number systems.

HEX007239
Decimal011457
Binary01110010111001
Octal016271

Shades and tints

Shades of #007239

#007239
(0,114,57)
#006834
(0,104,52)
#005E2F
(0,94,47)
#00542A
(0,84,42)
#004A25
(0,74,37)
#004020
(0,64,32)
#00361B
(0,54,27)
#002C16
(0,44,22)
#002211
(0,34,17)
#00180C
(0,24,12)
#000E07
(0,14,7)
#000000
(0,0,0)

Tints of #007239

#007239
(0,114,57)
#177E4B
(23,126,75)
#2E8A5D
(46,138,93)
#45966F
(69,150,111)
#5CA281
(92,162,129)
#73AE93
(115,174,147)
#8ABAA5
(138,186,165)
#A1C6B7
(161,198,183)
#B8D2C9
(184,210,201)
#CFDEDB
(207,222,219)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007239; }

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

This text font color is #007239.


Background Color

.myBgColor { background-color: #007239; }

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

This div background color is #007239.


Border color

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

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

This div border color is #007239.


Opacity

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

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

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

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

This text has shadow with #007239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007239 on black background.


Color preview on white background

This text has color #007239 on white background.



Black color preview on #007239 background

This text has black color on #007239 background.


White color preview on #007239 background

This text has white color on #007239 background.