COLOR #008400

HEX: #008400
RGB: (0,132,0)

Renk bilgisi

#008400 contains only green color. #008400 ‘ nin web güvenlik rengi #009900 (ya da #090) dir.

RGB renk modeli

#008400 color RGB value is (0,132,0).

  • kırmız ton 0;
  • yeşil ton 132;
  • mavi ton 0.
RGB:
(0,132,0)
(0%,52%,0%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 132 of 255 = 52%
B 0 of 255 = 0%

0
132
0

R + G + B ~ 17%. #008400 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 132 + 0 = 132 (100%)
R 0 of 132 ~ 0%
G 132 of 132 ~ 100%
B 0 of 132 ~ 0%

%100

CMYK RENK MODELİ

#008400 rengi CMYK tonu (100,0,100,48).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 48.24%
CMYK:
(100,0,100,48)
C100M0Y100K48 
(100%,0%,100%,48%)
(1.00/0.00/1.00/0.48)	

CMYK yüzdeleri

%100
%0
%100
%48.24

Codes

Color #008400 in popluar color models

008400
RGB01320
HSL120°100.00%25.88%
HSB/HSV120°100.00%51.76%
CMYK100.00%0.00%100.00%
48.24%

Color #008400 in popluar number systems.

HEX008400
Decimal01320
Binary0100001000
Octal02040

Shades and tints

Shades of #008400

#008400
(0,132,0)
#007800
(0,120,0)
#006C00
(0,108,0)
#006000
(0,96,0)
#005400
(0,84,0)
#004800
(0,72,0)
#003C00
(0,60,0)
#003000
(0,48,0)
#002400
(0,36,0)
#001800
(0,24,0)
#000C00
(0,12,0)
#000000
(0,0,0)

Tints of #008400

#008400
(0,132,0)
#178F17
(23,143,23)
#2E9A2E
(46,154,46)
#45A545
(69,165,69)
#5CB05C
(92,176,92)
#73BB73
(115,187,115)
#8AC68A
(138,198,138)
#A1D1A1
(161,209,161)
#B8DCB8
(184,220,184)
#CFE7CF
(207,231,207)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008400; }

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

This text font color is #008400.


Background Color

.myBgColor { background-color: #008400; }

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

This div background color is #008400.


Border color

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

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

This div border color is #008400.


Opacity

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

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

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

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

This text has shadow with #008400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008400 on black background.


Color preview on white background

This text has color #008400 on white background.



Black color preview on #008400 background

This text has black color on #008400 background.


White color preview on #008400 background

This text has white color on #008400 background.