COLOR #005D00

HEX: #005D00
RGB: (0,93,0)

Renk bilgisi

#005D00 contains only green color. #005D00 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#005D00 color RGB value is (0,93,0).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 93 of 255 = 36%
B 0 of 255 = 0%

0
93
0

R + G + B ~ 12%. #005D00 is dark color.

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#005D00 rengi CMYK tonu (100,0,100,64).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 63.53%
CMYK:
(100,0,100,64)
C100M0Y100K64 
(100%,0%,100%,64%)
(1.00/0.00/1.00/0.64)	

CMYK yüzdeleri

%100
%0
%100
%63.53

Codes

Color #005D00 in popluar color models

005D00
RGB0930
HSL120°100.00%18.24%
HSB/HSV120°100.00%36.47%
CMYK100.00%0.00%100.00%
63.53%

Color #005D00 in popluar number systems.

HEX005D00
Decimal0930
Binary010111010
Octal01350

Shades and tints

Shades of #005D00

#005D00
(0,93,0)
#005500
(0,85,0)
#004D00
(0,77,0)
#004500
(0,69,0)
#003D00
(0,61,0)
#003500
(0,53,0)
#002D00
(0,45,0)
#002500
(0,37,0)
#001D00
(0,29,0)
#001500
(0,21,0)
#000D00
(0,13,0)
#000000
(0,0,0)

Tints of #005D00

#005D00
(0,93,0)
#176B17
(23,107,23)
#2E792E
(46,121,46)
#458745
(69,135,69)
#5C955C
(92,149,92)
#73A373
(115,163,115)
#8AB18A
(138,177,138)
#A1BFA1
(161,191,161)
#B8CDB8
(184,205,184)
#CFDBCF
(207,219,207)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005D00 color. Also use rgb(0,93,0) instead hex code.

Text Font Color

.myTextColor { color: #005D00; }

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

This text font color is #005D00.


Background Color

.myBgColor { background-color: #005D00; }

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

This div background color is #005D00.


Border color

.myBorderColor { border: 1px solid #005D00; }

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

This div border color is #005D00.


Opacity

.myOpacity80 { color: #005D00; opacity: 0.8; }

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

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

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

This text has shadow with #005D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005D00 on black background.


Color preview on white background

This text has color #005D00 on white background.



Black color preview on #005D00 background

This text has black color on #005D00 background.


White color preview on #005D00 background

This text has white color on #005D00 background.