COLOR #014B00

HEX: #014B00
RGB: (1,75,0)

Renk bilgisi

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

RGB renk modeli

#014B00 color RGB value is (1,75,0).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 75 of 255 = 29%
B 0 of 255 = 0%

1
75
0

R + G + B ~ 10%. #014B00 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 75 + 0 = 76 (100%)
R 1 of 76 ~ 1.32%
G 75 of 76 ~ 98.68%
B 0 of 76 ~ 0%

%98.68

CMYK RENK MODELİ

#014B00 rengi CMYK tonu (99,0,100,71).

  • camgöbeği tonu 98.67%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 70.59%
CMYK:
(99,0,100,71)
C99M0Y100K71 
(99%,0%,100%,71%)
(0.99/0.00/1.00/0.71)	

CMYK yüzdeleri

%98.67
%0
%100
%70.59

Codes

Color #014B00 in popluar color models

014B00
RGB1750
HSL119°100.00%14.71%
HSB/HSV119°100.00%29.41%
CMYK98.67%0.00%100.00%
70.59%

Color #014B00 in popluar number systems.

HEX014B00
Decimal1750
Binary110010110
Octal11130

Shades and tints

Shades of #014B00

#014B00
(1,75,0)
#014500
(1,69,0)
#013F00
(1,63,0)
#013900
(1,57,0)
#013300
(1,51,0)
#012D00
(1,45,0)
#012700
(1,39,0)
#012100
(1,33,0)
#011B00
(1,27,0)
#011500
(1,21,0)
#010F00
(1,15,0)
#000000
(0,0,0)

Tints of #014B00

#014B00
(1,75,0)
#185B17
(24,91,23)
#2F6B2E
(47,107,46)
#467B45
(70,123,69)
#5D8B5C
(93,139,92)
#749B73
(116,155,115)
#8BAB8A
(139,171,138)
#A2BBA1
(162,187,161)
#B9CBB8
(185,203,184)
#D0DBCF
(208,219,207)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014B00; }

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

This text font color is #014B00.


Background Color

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

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

This div background color is #014B00.


Border color

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

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

This div border color is #014B00.


Opacity

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

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

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

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

This text has shadow with #014B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014B00 on black background.


Color preview on white background

This text has color #014B00 on white background.



Black color preview on #014B00 background

This text has black color on #014B00 background.


White color preview on #014B00 background

This text has white color on #014B00 background.