COLOR #002F00

HEX: #002F00
RGB: (0,47,0)

Renk bilgisi

#002F00 contains only green color. #002F00 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#002F00 color RGB value is (0,47,0).

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

RGB bağlantıları ve doygunluk

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

0
47
0

R + G + B ~ 6%. #002F00 is dark color.

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#002F00 rengi CMYK tonu (100,0,100,82).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 81.57%
CMYK:
(100,0,100,82)
C100M0Y100K82 
(100%,0%,100%,82%)
(1.00/0.00/1.00/0.82)	

CMYK yüzdeleri

%100
%0
%100
%81.57

Codes

Color #002F00 in popluar color models

002F00
RGB0470
HSL120°100.00%9.22%
HSB/HSV120°100.00%18.43%
CMYK100.00%0.00%100.00%
81.57%

Color #002F00 in popluar number systems.

HEX002F00
Decimal0470
Binary01011110
Octal0570

Shades and tints

Shades of #002F00

#002F00
(0,47,0)
#002B00
(0,43,0)
#002700
(0,39,0)
#002300
(0,35,0)
#001F00
(0,31,0)
#001B00
(0,27,0)
#001700
(0,23,0)
#001300
(0,19,0)
#000F00
(0,15,0)
#000B00
(0,11,0)
#000700
(0,7,0)
#000000
(0,0,0)

Tints of #002F00

#002F00
(0,47,0)
#174117
(23,65,23)
#2E532E
(46,83,46)
#456545
(69,101,69)
#5C775C
(92,119,92)
#738973
(115,137,115)
#8A9B8A
(138,155,138)
#A1ADA1
(161,173,161)
#B8BFB8
(184,191,184)
#CFD1CF
(207,209,207)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002F00; }

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

This text font color is #002F00.


Background Color

.myBgColor { background-color: #002F00; }

<div style="background-color:#002F00">Inner text</div>

This div background color is #002F00.


Border color

.myBorderColor { border: 1px solid #002F00; }

<div style="border:3px solid #002F00">Div</div>

This div border color is #002F00.


Opacity

.myOpacity80 { color: #002F00; opacity: 0.8; }

<p style="color:#002F00;opacity:0.8;">80%</p>

Text with #002F00 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 #002F00;}

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

This text has shadow with #002F00 color.

.textShadow {text-shadow: 3px 3px 1px #002F00, 3px 3px 1px red;}

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

This text has shadow with #002F00 primary color and red secondary color.


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

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

This text has shadow with #002F00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002F00 on black background.


Color preview on white background

This text has color #002F00 on white background.



Black color preview on #002F00 background

This text has black color on #002F00 background.


White color preview on #002F00 background

This text has white color on #002F00 background.