COLOR #438900

HEX: #438900
RGB: (67,137,0)

Color info

#438900 contains mainly green color. Web safe color of #438900 is #339900 (or #390).

RGB color model

#438900 color RGB value is (67,137,0).

  • red value is 67;
  • green value is 137;
  • blue value is 0.
RGB:
(67,137,0)
(26%,54%,0%)

RGB channels and saturation

R 67 of 255 = 26%
G 137 of 255 = 54%
B 0 of 255 = 0%

67
137
0

R + G + B ~ 27%. #438900 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 137 + 0 = 204 (100%)
R 67 of 204 ~ 32.84%
G 137 of 204 ~ 67.16%
B 0 of 204 ~ 0%

%32.84
%67.16

CMYK color model

#438900 color CMYK value is (51,0,100,46).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 46.27%
CMYK:
(51,0,100,46)
C51M0Y100K46 
(51%,0%,100%,46%)
(0.51/0.00/1.00/0.46)	

CMYK percentages

%51.09
%0
%100
%46.27

Codes

Color #438900 in popluar color models

438900
RGB671370
HSL91°100.00%26.86%
HSB/HSV91°100.00%53.73%
CMYK51.09%0.00%100.00%
46.27%

Color #438900 in popluar number systems.

HEX438900
Decimal671370
Binary1000011100010010
Octal1032110

Shades and tints

Shades of #438900

#438900
(67,137,0)
#3D7D00
(61,125,0)
#377100
(55,113,0)
#316500
(49,101,0)
#2B5900
(43,89,0)
#254D00
(37,77,0)
#1F4100
(31,65,0)
#193500
(25,53,0)
#132900
(19,41,0)
#0D1D00
(13,29,0)
#071100
(7,17,0)
#000000
(0,0,0)

Tints of #438900

#438900
(67,137,0)
#549317
(84,147,23)
#659D2E
(101,157,46)
#76A745
(118,167,69)
#87B15C
(135,177,92)
#98BB73
(152,187,115)
#A9C58A
(169,197,138)
#BACFA1
(186,207,161)
#CBD9B8
(203,217,184)
#DCE3CF
(220,227,207)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438900 color. Also use rgb(67,137,0) instead hex code.

Text Font Color

.myTextColor { color: #438900; }

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

This text font color is #438900.


Background Color

.myBgColor { background-color: #438900; }

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

This div background color is #438900.


Border color

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

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

This div border color is #438900.


Opacity

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

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

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

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

This text has shadow with #438900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438900 on black background.


Color preview on white background

This text has color #438900 on white background.



Black color preview on #438900 background

This text has black color on #438900 background.


White color preview on #438900 background

This text has white color on #438900 background.