COLOR #00B02F

HEX: #00B02F
RGB: (0,176,47)

Renk bilgisi

#00B02F contains mainly green color. #00B02F ‘ nin web güvenlik rengi #009933 (ya da #093) dir.

RGB renk modeli

#00B02F color RGB value is (0,176,47).

  • kırmız ton 0;
  • yeşil ton 176;
  • mavi ton 47.
RGB:
(0,176,47)
(0%,69%,18%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 176 of 255 = 69%
B 47 of 255 = 18%

0
176
47

R + G + B ~ 29%. #00B02F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 176 + 47 = 223 (100%)
R 0 of 223 ~ 0%
G 176 of 223 ~ 78.92%
B 47 of 223 ~ 21.08%

%78.92
%21.08

CMYK RENK MODELİ

#00B02F rengi CMYK tonu (100,0,73,31).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 73.30%
  • ana renk tonu 30.98%
CMYK:
(100,0,73,31)
C100M0Y73K31 
(100%,0%,73%,31%)
(1.00/0.00/0.73/0.31)	

CMYK yüzdeleri

%100
%0
%73.3
%30.98

Codes

Color #00B02F in popluar color models

00B02F
RGB017647
HSL136°100.00%34.51%
HSB/HSV136°100.00%69.02%
CMYK100.00%0.00%73.30%
30.98%

Color #00B02F in popluar number systems.

HEX00B02F
Decimal017647
Binary010110000101111
Octal026057

Shades and tints

Shades of #00B02F

#00B02F
(0,176,47)
#00A02B
(0,160,43)
#009027
(0,144,39)
#008023
(0,128,35)
#00701F
(0,112,31)
#00601B
(0,96,27)
#005017
(0,80,23)
#004013
(0,64,19)
#00300F
(0,48,15)
#00200B
(0,32,11)
#001007
(0,16,7)
#000000
(0,0,0)

Tints of #00B02F

#00B02F
(0,176,47)
#17B741
(23,183,65)
#2EBE53
(46,190,83)
#45C565
(69,197,101)
#5CCC77
(92,204,119)
#73D389
(115,211,137)
#8ADA9B
(138,218,155)
#A1E1AD
(161,225,173)
#B8E8BF
(184,232,191)
#CFEFD1
(207,239,209)
#E6F6E3
(230,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B02F color. Also use rgb(0,176,47) instead hex code.

Text Font Color

.myTextColor { color: #00B02F; }

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

This text font color is #00B02F.


Background Color

.myBgColor { background-color: #00B02F; }

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

This div background color is #00B02F.


Border color

.myBorderColor { border: 1px solid #00B02F; }

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

This div border color is #00B02F.


Opacity

.myOpacity80 { color: #00B02F; opacity: 0.8; }

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

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

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

This text has shadow with #00B02F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B02F on black background.


Color preview on white background

This text has color #00B02F on white background.



Black color preview on #00B02F background

This text has black color on #00B02F background.


White color preview on #00B02F background

This text has white color on #00B02F background.