COLOR #42A740

HEX: #42A740
RGB: (66,167,64)

Renk bilgisi

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

RGB renk modeli

#42A740 color RGB value is (66,167,64).

  • kırmız ton 66;
  • yeşil ton 167;
  • mavi ton 64.
RGB:
(66,167,64)
(26%,65%,25%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 167 of 255 = 65%
B 64 of 255 = 25%

66
167
64

R + G + B ~ 39%. #42A740 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 167 + 64 = 297 (100%)
R 66 of 297 ~ 22.22%
G 167 of 297 ~ 56.23%
B 64 of 297 ~ 21.55%

%22.22
%56.23
%21.55

CMYK RENK MODELİ

#42A740 rengi CMYK tonu (60,0,62,35).

  • camgöbeği tonu 60.48%
  • eflatun tonu 0.00%
  • sarı tonu 61.68%
  • ana renk tonu 34.51%
CMYK:
(60,0,62,35)
C60M0Y62K35 
(60%,0%,62%,35%)
(0.60/0.00/0.62/0.35)	

CMYK yüzdeleri

%60.48
%0
%61.68
%34.51

Codes

Color #42A740 in popluar color models

42A740
RGB6616764
HSL119°44.59%45.29%
HSB/HSV119°61.68%65.49%
CMYK60.48%0.00%61.68%
34.51%

Color #42A740 in popluar number systems.

HEX42A740
Decimal6616764
Binary1000010101001111000000
Octal102247100

Shades and tints

Shades of #42A740

#42A740
(66,167,64)
#3C983B
(60,152,59)
#368936
(54,137,54)
#307A31
(48,122,49)
#2A6B2C
(42,107,44)
#245C27
(36,92,39)
#1E4D22
(30,77,34)
#183E1D
(24,62,29)
#122F18
(18,47,24)
#0C2013
(12,32,19)
#06110E
(6,17,14)
#000000
(0,0,0)

Tints of #42A740

#42A740
(66,167,64)
#53AF51
(83,175,81)
#64B762
(100,183,98)
#75BF73
(117,191,115)
#86C784
(134,199,132)
#97CF95
(151,207,149)
#A8D7A6
(168,215,166)
#B9DFB7
(185,223,183)
#CAE7C8
(202,231,200)
#DBEFD9
(219,239,217)
#ECF7EA
(236,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A740 color. Also use rgb(66,167,64) instead hex code.

Text Font Color

.myTextColor { color: #42A740; }

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

This text font color is #42A740.


Background Color

.myBgColor { background-color: #42A740; }

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

This div background color is #42A740.


Border color

.myBorderColor { border: 1px solid #42A740; }

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

This div border color is #42A740.


Opacity

.myOpacity80 { color: #42A740; opacity: 0.8; }

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

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

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

This text has shadow with #42A740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A740 on black background.


Color preview on white background

This text has color #42A740 on white background.



Black color preview on #42A740 background

This text has black color on #42A740 background.


White color preview on #42A740 background

This text has white color on #42A740 background.