COLOR #001E00

HEX: #001E00
RGB: (0,30,0)

Renk bilgisi

#001E00 contains only green color. #001E00 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#001E00 color RGB value is (0,30,0).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 30 of 255 = 12%
B 0 of 255 = 0%

0
30
0

R + G + B ~ 4%. #001E00 is dark color.

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#001E00 rengi CMYK tonu (100,0,100,88).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 88.24%
CMYK:
(100,0,100,88)
C100M0Y100K88 
(100%,0%,100%,88%)
(1.00/0.00/1.00/0.88)	

CMYK yüzdeleri

%100
%0
%100
%88.24

Codes

Color #001E00 in popluar color models

001E00
RGB0300
HSL120°100.00%5.88%
HSB/HSV120°100.00%11.76%
CMYK100.00%0.00%100.00%
88.24%

Color #001E00 in popluar number systems.

HEX001E00
Decimal0300
Binary0111100
Octal0360

Shades and tints

Shades of #001E00

#001E00
(0,30,0)
#001C00
(0,28,0)
#001A00
(0,26,0)
#001800
(0,24,0)
#001600
(0,22,0)
#001400
(0,20,0)
#001200
(0,18,0)
#001000
(0,16,0)
#000E00
(0,14,0)
#000C00
(0,12,0)
#000A00
(0,10,0)
#000000
(0,0,0)

Tints of #001E00

#001E00
(0,30,0)
#173217
(23,50,23)
#2E462E
(46,70,46)
#455A45
(69,90,69)
#5C6E5C
(92,110,92)
#738273
(115,130,115)
#8A968A
(138,150,138)
#A1AAA1
(161,170,161)
#B8BEB8
(184,190,184)
#CFD2CF
(207,210,207)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001E00; }

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

This text font color is #001E00.


Background Color

.myBgColor { background-color: #001E00; }

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

This div background color is #001E00.


Border color

.myBorderColor { border: 1px solid #001E00; }

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

This div border color is #001E00.


Opacity

.myOpacity80 { color: #001E00; opacity: 0.8; }

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

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

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

This text has shadow with #001E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001E00 on black background.


Color preview on white background

This text has color #001E00 on white background.



Black color preview on #001E00 background

This text has black color on #001E00 background.


White color preview on #001E00 background

This text has white color on #001E00 background.