COLOR #28AD00

HEX: #28AD00
RGB: (40,173,0)

Renk bilgisi

#28AD00 contains mainly green color. #28AD00 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#28AD00 color RGB value is (40,173,0).

  • kırmız ton 40;
  • yeşil ton 173;
  • mavi ton 0.
RGB:
(40,173,0)
(16%,68%,0%)

RGB bağlantıları ve doygunluk

R 40 of 255 = 16%
G 173 of 255 = 68%
B 0 of 255 = 0%

40
173
0

R + G + B ~ 28%. #28AD00 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
40 + 173 + 0 = 213 (100%)
R 40 of 213 ~ 18.78%
G 173 of 213 ~ 81.22%
B 0 of 213 ~ 0%

%18.78
%81.22

CMYK RENK MODELİ

#28AD00 rengi CMYK tonu (77,0,100,32).

  • camgöbeği tonu 76.88%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 32.16%
CMYK:
(77,0,100,32)
C77M0Y100K32 
(77%,0%,100%,32%)
(0.77/0.00/1.00/0.32)	

CMYK yüzdeleri

%76.88
%0
%100
%32.16

Codes

Color #28AD00 in popluar color models

28AD00
RGB401730
HSL106°100.00%33.92%
HSB/HSV106°100.00%67.84%
CMYK76.88%0.00%100.00%
32.16%

Color #28AD00 in popluar number systems.

HEX28AD00
Decimal401730
Binary101000101011010
Octal502550

Shades and tints

Shades of #28AD00

#28AD00
(40,173,0)
#259E00
(37,158,0)
#228F00
(34,143,0)
#1F8000
(31,128,0)
#1C7100
(28,113,0)
#196200
(25,98,0)
#165300
(22,83,0)
#134400
(19,68,0)
#103500
(16,53,0)
#0D2600
(13,38,0)
#0A1700
(10,23,0)
#000000
(0,0,0)

Tints of #28AD00

#28AD00
(40,173,0)
#3BB417
(59,180,23)
#4EBB2E
(78,187,46)
#61C245
(97,194,69)
#74C95C
(116,201,92)
#87D073
(135,208,115)
#9AD78A
(154,215,138)
#ADDEA1
(173,222,161)
#C0E5B8
(192,229,184)
#D3ECCF
(211,236,207)
#E6F3E6
(230,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28AD00 color. Also use rgb(40,173,0) instead hex code.

Text Font Color

.myTextColor { color: #28AD00; }

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

This text font color is #28AD00.


Background Color

.myBgColor { background-color: #28AD00; }

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

This div background color is #28AD00.


Border color

.myBorderColor { border: 1px solid #28AD00; }

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

This div border color is #28AD00.


Opacity

.myOpacity80 { color: #28AD00; opacity: 0.8; }

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

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

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

This text has shadow with #28AD00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28AD00 on black background.


Color preview on white background

This text has color #28AD00 on white background.



Black color preview on #28AD00 background

This text has black color on #28AD00 background.


White color preview on #28AD00 background

This text has white color on #28AD00 background.