COLOR #005019

HEX: #005019
RGB: (0,80,25)

Renk bilgisi

#005019 contains only green and blue colors. #005019 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#005019 color RGB value is (0,80,25).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 80 of 255 = 31%
B 25 of 255 = 10%

0
80
25

R + G + B ~ 14%. #005019 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 80 + 25 = 105 (100%)
R 0 of 105 ~ 0%
G 80 of 105 ~ 76.19%
B 25 of 105 ~ 23.81%

%76.19
%23.81

CMYK RENK MODELİ

#005019 rengi CMYK tonu (100,0,69,69).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 68.75%
  • ana renk tonu 68.63%
CMYK:
(100,0,69,69)
C100M0Y69K69 
(100%,0%,69%,69%)
(1.00/0.00/0.69/0.69)	

CMYK yüzdeleri

%100
%0
%68.75
%68.63

Codes

Color #005019 in popluar color models

005019
RGB08025
HSL139°100.00%15.69%
HSB/HSV139°100.00%31.37%
CMYK100.00%0.00%68.75%
68.63%

Color #005019 in popluar number systems.

HEX005019
Decimal08025
Binary0101000011001
Octal012031

Shades and tints

Shades of #005019

#005019
(0,80,25)
#004917
(0,73,23)
#004215
(0,66,21)
#003B13
(0,59,19)
#003411
(0,52,17)
#002D0F
(0,45,15)
#00260D
(0,38,13)
#001F0B
(0,31,11)
#001809
(0,24,9)
#001107
(0,17,7)
#000A05
(0,10,5)
#000000
(0,0,0)

Tints of #005019

#005019
(0,80,25)
#175F2D
(23,95,45)
#2E6E41
(46,110,65)
#457D55
(69,125,85)
#5C8C69
(92,140,105)
#739B7D
(115,155,125)
#8AAA91
(138,170,145)
#A1B9A5
(161,185,165)
#B8C8B9
(184,200,185)
#CFD7CD
(207,215,205)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005019; }

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

This text font color is #005019.


Background Color

.myBgColor { background-color: #005019; }

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

This div background color is #005019.


Border color

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

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

This div border color is #005019.


Opacity

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

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

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

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

This text has shadow with #005019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005019 on black background.


Color preview on white background

This text has color #005019 on white background.



Black color preview on #005019 background

This text has black color on #005019 background.


White color preview on #005019 background

This text has white color on #005019 background.