COLOR #008124

HEX: #008124
RGB: (0,129,36)

Color info

#008124 contains mainly green color. Web safe color of #008124 is #009933 (or #093).

RGB color model

#008124 color RGB value is (0,129,36).

  • red value is 0;
  • green value is 129;
  • blue value is 36.
RGB:
(0,129,36)
(0%,51%,14%)

RGB channels and saturation

R 0 of 255 = 0%
G 129 of 255 = 51%
B 36 of 255 = 14%

0
129
36

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

Portions of RGB colors in percentages

R + G + B =
0 + 129 + 36 = 165 (100%)
R 0 of 165 ~ 0%
G 129 of 165 ~ 78.18%
B 36 of 165 ~ 21.82%

%78.18
%21.82

CMYK color model

#008124 color CMYK value is (100,0,72,49).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 72.09%
  • key color value is 49.41%
CMYK:
(100,0,72,49)
C100M0Y72K49 
(100%,0%,72%,49%)
(1.00/0.00/0.72/0.49)	

CMYK percentages

%100
%0
%72.09
%49.41

Codes

Color #008124 in popluar color models

008124
RGB012936
HSL137°100.00%25.29%
HSB/HSV137°100.00%50.59%
CMYK100.00%0.00%72.09%
49.41%

Color #008124 in popluar number systems.

HEX008124
Decimal012936
Binary010000001100100
Octal020144

Shades and tints

Shades of #008124

#008124
(0,129,36)
#007621
(0,118,33)
#006B1E
(0,107,30)
#00601B
(0,96,27)
#005518
(0,85,24)
#004A15
(0,74,21)
#003F12
(0,63,18)
#00340F
(0,52,15)
#00290C
(0,41,12)
#001E09
(0,30,9)
#001306
(0,19,6)
#000000
(0,0,0)

Tints of #008124

#008124
(0,129,36)
#178C37
(23,140,55)
#2E974A
(46,151,74)
#45A25D
(69,162,93)
#5CAD70
(92,173,112)
#73B883
(115,184,131)
#8AC396
(138,195,150)
#A1CEA9
(161,206,169)
#B8D9BC
(184,217,188)
#CFE4CF
(207,228,207)
#E6EFE2
(230,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008124 color. Also use rgb(0,129,36) instead hex code.

Text Font Color

.myTextColor { color: #008124; }

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

This text font color is #008124.


Background Color

.myBgColor { background-color: #008124; }

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

This div background color is #008124.


Border color

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

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

This div border color is #008124.


Opacity

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

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

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

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

This text has shadow with #008124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008124 on black background.


Color preview on white background

This text has color #008124 on white background.



Black color preview on #008124 background

This text has black color on #008124 background.


White color preview on #008124 background

This text has white color on #008124 background.