COLOR #00B738

HEX: #00B738
RGB: (0,183,56)

Renk bilgisi

#00B738 contains mainly green color. #00B738 ‘ nin web güvenlik rengi #00CC33 (ya da #0C3) dir.

RGB renk modeli

#00B738 color RGB value is (0,183,56).

  • kırmız ton 0;
  • yeşil ton 183;
  • mavi ton 56.
RGB:
(0,183,56)
(0%,72%,22%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 183 of 255 = 72%
B 56 of 255 = 22%

0
183
56

R + G + B ~ 31%. #00B738 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 183 + 56 = 239 (100%)
R 0 of 239 ~ 0%
G 183 of 239 ~ 76.57%
B 56 of 239 ~ 23.43%

%76.57
%23.43

CMYK RENK MODELİ

#00B738 rengi CMYK tonu (100,0,69,28).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 69.40%
  • ana renk tonu 28.24%
CMYK:
(100,0,69,28)
C100M0Y69K28 
(100%,0%,69%,28%)
(1.00/0.00/0.69/0.28)	

CMYK yüzdeleri

%100
%0
%69.4
%28.24

Codes

Color #00B738 in popluar color models

00B738
RGB018356
HSL138°100.00%35.88%
HSB/HSV138°100.00%71.76%
CMYK100.00%0.00%69.40%
28.24%

Color #00B738 in popluar number systems.

HEX00B738
Decimal018356
Binary010110111111000
Octal026770

Shades and tints

Shades of #00B738

#00B738
(0,183,56)
#00A733
(0,167,51)
#00972E
(0,151,46)
#008729
(0,135,41)
#007724
(0,119,36)
#00671F
(0,103,31)
#00571A
(0,87,26)
#004715
(0,71,21)
#003710
(0,55,16)
#00270B
(0,39,11)
#001706
(0,23,6)
#000000
(0,0,0)

Tints of #00B738

#00B738
(0,183,56)
#17BD4A
(23,189,74)
#2EC35C
(46,195,92)
#45C96E
(69,201,110)
#5CCF80
(92,207,128)
#73D592
(115,213,146)
#8ADBA4
(138,219,164)
#A1E1B6
(161,225,182)
#B8E7C8
(184,231,200)
#CFEDDA
(207,237,218)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B738 color. Also use rgb(0,183,56) instead hex code.

Text Font Color

.myTextColor { color: #00B738; }

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

This text font color is #00B738.


Background Color

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

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

This div background color is #00B738.


Border color

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

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

This div border color is #00B738.


Opacity

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

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

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

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

This text has shadow with #00B738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B738 on black background.


Color preview on white background

This text has color #00B738 on white background.



Black color preview on #00B738 background

This text has black color on #00B738 background.


White color preview on #00B738 background

This text has white color on #00B738 background.