COLOR #00BA2F

HEX: #00BA2F
RGB: (0,186,47)

Color info

#00BA2F contains mainly green color. Web safe color of #00BA2F is #00CC33 (or #0C3).

RGB color model

#00BA2F color RGB value is (0,186,47).

  • red value is 0;
  • green value is 186;
  • blue value is 47.
RGB:
(0,186,47)
(0%,73%,18%)

RGB channels and saturation

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

0
186
47

R + G + B ~ 30%. #00BA2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 186 + 47 = 233 (100%)
R 0 of 233 ~ 0%
G 186 of 233 ~ 79.83%
B 47 of 233 ~ 20.17%

%79.83
%20.17

CMYK color model

#00BA2F color CMYK value is (100,0,75,27).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 74.73%
  • key color value is 27.06%
CMYK:
(100,0,75,27)
C100M0Y75K27 
(100%,0%,75%,27%)
(1.00/0.00/0.75/0.27)	

CMYK percentages

%100
%0
%74.73
%27.06

Codes

Color #00BA2F in popluar color models

00BA2F
RGB018647
HSL135°100.00%36.47%
HSB/HSV135°100.00%72.94%
CMYK100.00%0.00%74.73%
27.06%

Color #00BA2F in popluar number systems.

HEX00BA2F
Decimal018647
Binary010111010101111
Octal027257

Shades and tints

Shades of #00BA2F

#00BA2F
(0,186,47)
#00AA2B
(0,170,43)
#009A27
(0,154,39)
#008A23
(0,138,35)
#007A1F
(0,122,31)
#006A1B
(0,106,27)
#005A17
(0,90,23)
#004A13
(0,74,19)
#003A0F
(0,58,15)
#002A0B
(0,42,11)
#001A07
(0,26,7)
#000000
(0,0,0)

Tints of #00BA2F

#00BA2F
(0,186,47)
#17C041
(23,192,65)
#2EC653
(46,198,83)
#45CC65
(69,204,101)
#5CD277
(92,210,119)
#73D889
(115,216,137)
#8ADE9B
(138,222,155)
#A1E4AD
(161,228,173)
#B8EABF
(184,234,191)
#CFF0D1
(207,240,209)
#E6F6E3
(230,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BA2F; }

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

This text font color is #00BA2F.


Background Color

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

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

This div background color is #00BA2F.


Border color

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

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

This div border color is #00BA2F.


Opacity

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

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

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

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

This text has shadow with #00BA2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BA2F on black background.


Color preview on white background

This text has color #00BA2F on white background.



Black color preview on #00BA2F background

This text has black color on #00BA2F background.


White color preview on #00BA2F background

This text has white color on #00BA2F background.