COLOR #001F00

HEX: #001F00
RGB: (0,31,0)

Renk bilgisi

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

RGB renk modeli

#001F00 color RGB value is (0,31,0).

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

RGB bağlantıları ve doygunluk

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

0
31
0

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

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%100
%0
%100
%87.84

Codes

Color #001F00 in popluar color models

001F00
RGB0310
HSL120°100.00%6.08%
HSB/HSV120°100.00%12.16%
CMYK100.00%0.00%100.00%
87.84%

Color #001F00 in popluar number systems.

HEX001F00
Decimal0310
Binary0111110
Octal0370

Shades and tints

Shades of #001F00

#001F00
(0,31,0)
#001D00
(0,29,0)
#001B00
(0,27,0)
#001900
(0,25,0)
#001700
(0,23,0)
#001500
(0,21,0)
#001300
(0,19,0)
#001100
(0,17,0)
#000F00
(0,15,0)
#000D00
(0,13,0)
#000B00
(0,11,0)
#000000
(0,0,0)

Tints of #001F00

#001F00
(0,31,0)
#173317
(23,51,23)
#2E472E
(46,71,46)
#455B45
(69,91,69)
#5C6F5C
(92,111,92)
#738373
(115,131,115)
#8A978A
(138,151,138)
#A1ABA1
(161,171,161)
#B8BFB8
(184,191,184)
#CFD3CF
(207,211,207)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001F00; }

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

This text font color is #001F00.


Background Color

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

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

This div background color is #001F00.


Border color

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

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

This div border color is #001F00.


Opacity

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

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

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

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

This text has shadow with #001F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001F00 on black background.


Color preview on white background

This text has color #001F00 on white background.



Black color preview on #001F00 background

This text has black color on #001F00 background.


White color preview on #001F00 background

This text has white color on #001F00 background.