COLOR #000200

HEX: #000200
RGB: (0,2,0)

Renk bilgisi

#000200 contains only green color. #000200 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000200 color RGB value is (0,2,0).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 2 of 255 = 1%
B 0 of 255 = 0%

0
2
0

R + G + B ~ 0%. #000200 is dark color.

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#000200 rengi CMYK tonu (100,0,100,99).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 99.22%
CMYK:
(100,0,100,99)
C100M0Y100K99 
(100%,0%,100%,99%)
(1.00/0.00/1.00/0.99)	

CMYK yüzdeleri

%100
%0
%100
%99.22

Codes

Color #000200 in popluar color models

000200
RGB020
HSL120°100.00%0.39%
HSB/HSV120°100.00%0.78%
CMYK100.00%0.00%100.00%
99.22%

Color #000200 in popluar number systems.

HEX000200
Decimal020
Binary0100
Octal020

Shades and tints

Tints of #000200

#000200
(0,2,0)
#171917
(23,25,23)
#2E302E
(46,48,46)
#454745
(69,71,69)
#5C5E5C
(92,94,92)
#737573
(115,117,115)
#8A8C8A
(138,140,138)
#A1A3A1
(161,163,161)
#B8BAB8
(184,186,184)
#CFD1CF
(207,209,207)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000200; }

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

This text font color is #000200.


Background Color

.myBgColor { background-color: #000200; }

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

This div background color is #000200.


Border color

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

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

This div border color is #000200.


Opacity

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

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

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

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

This text has shadow with #000200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000200 on black background.


Color preview on white background

This text has color #000200 on white background.



Black color preview on #000200 background

This text has black color on #000200 background.


White color preview on #000200 background

This text has white color on #000200 background.