COLOR #001B00

HEX: #001B00
RGB: (0,27,0)

Renk bilgisi

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

RGB renk modeli

#001B00 color RGB value is (0,27,0).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 27 of 255 = 11%
B 0 of 255 = 0%

0
27
0

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

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#001B00 rengi CMYK tonu (100,0,100,89).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 89.41%
CMYK:
(100,0,100,89)
C100M0Y100K89 
(100%,0%,100%,89%)
(1.00/0.00/1.00/0.89)	

CMYK yüzdeleri

%100
%0
%100
%89.41

Codes

Color #001B00 in popluar color models

001B00
RGB0270
HSL120°100.00%5.29%
HSB/HSV120°100.00%10.59%
CMYK100.00%0.00%100.00%
89.41%

Color #001B00 in popluar number systems.

HEX001B00
Decimal0270
Binary0110110
Octal0330

Shades and tints

Shades of #001B00

#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)
#000900
(0,9,0)
#000700
(0,7,0)
#000000
(0,0,0)

Tints of #001B00

#001B00
(0,27,0)
#172F17
(23,47,23)
#2E432E
(46,67,46)
#455745
(69,87,69)
#5C6B5C
(92,107,92)
#737F73
(115,127,115)
#8A938A
(138,147,138)
#A1A7A1
(161,167,161)
#B8BBB8
(184,187,184)
#CFCFCF
(207,207,207)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B00; }

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

This text font color is #001B00.


Background Color

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

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

This div background color is #001B00.


Border color

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

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

This div border color is #001B00.


Opacity

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

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

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

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

This text has shadow with #001B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B00 on black background.


Color preview on white background

This text has color #001B00 on white background.



Black color preview on #001B00 background

This text has black color on #001B00 background.


White color preview on #001B00 background

This text has white color on #001B00 background.