COLOR #49AD30

HEX: #49AD30
RGB: (73,173,48)

Renk bilgisi

#49AD30 contains mainly green color. #49AD30 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#49AD30 color RGB value is (73,173,48).

  • kırmız ton 73;
  • yeşil ton 173;
  • mavi ton 48.
RGB:
(73,173,48)
(29%,68%,19%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 173 of 255 = 68%
B 48 of 255 = 19%

73
173
48

R + G + B ~ 39%. #49AD30 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 173 + 48 = 294 (100%)
R 73 of 294 ~ 24.83%
G 173 of 294 ~ 58.84%
B 48 of 294 ~ 16.33%

%24.83
%58.84
%16.33

CMYK RENK MODELİ

#49AD30 rengi CMYK tonu (58,0,72,32).

  • camgöbeği tonu 57.80%
  • eflatun tonu 0.00%
  • sarı tonu 72.25%
  • ana renk tonu 32.16%
CMYK:
(58,0,72,32)
C58M0Y72K32 
(58%,0%,72%,32%)
(0.58/0.00/0.72/0.32)	

CMYK yüzdeleri

%57.8
%0
%72.25
%32.16

Codes

Color #49AD30 in popluar color models

49AD30
RGB7317348
HSL108°56.56%43.33%
HSB/HSV108°72.25%67.84%
CMYK57.80%0.00%72.25%
32.16%

Color #49AD30 in popluar number systems.

HEX49AD30
Decimal7317348
Binary100100110101101110000
Octal11125560

Shades and tints

Shades of #49AD30

#49AD30
(73,173,48)
#439E2C
(67,158,44)
#3D8F28
(61,143,40)
#378024
(55,128,36)
#317120
(49,113,32)
#2B621C
(43,98,28)
#255318
(37,83,24)
#1F4414
(31,68,20)
#193510
(25,53,16)
#13260C
(19,38,12)
#0D1708
(13,23,8)
#000000
(0,0,0)

Tints of #49AD30

#49AD30
(73,173,48)
#59B442
(89,180,66)
#69BB54
(105,187,84)
#79C266
(121,194,102)
#89C978
(137,201,120)
#99D08A
(153,208,138)
#A9D79C
(169,215,156)
#B9DEAE
(185,222,174)
#C9E5C0
(201,229,192)
#D9ECD2
(217,236,210)
#E9F3E4
(233,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AD30 color. Also use rgb(73,173,48) instead hex code.

Text Font Color

.myTextColor { color: #49AD30; }

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

This text font color is #49AD30.


Background Color

.myBgColor { background-color: #49AD30; }

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

This div background color is #49AD30.


Border color

.myBorderColor { border: 1px solid #49AD30; }

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

This div border color is #49AD30.


Opacity

.myOpacity80 { color: #49AD30; opacity: 0.8; }

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

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

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

This text has shadow with #49AD30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AD30 on black background.


Color preview on white background

This text has color #49AD30 on white background.



Black color preview on #49AD30 background

This text has black color on #49AD30 background.


White color preview on #49AD30 background

This text has white color on #49AD30 background.