COLOR #00B548

HEX: #00B548
RGB: (0,181,72)

Color info

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

RGB color model

#00B548 color RGB value is (0,181,72).

  • red value is 0;
  • green value is 181;
  • blue value is 72.
RGB:
(0,181,72)
(0%,71%,28%)

RGB channels and saturation

R 0 of 255 = 0%
G 181 of 255 = 71%
B 72 of 255 = 28%

0
181
72

R + G + B ~ 33%. #00B548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 181 + 72 = 253 (100%)
R 0 of 253 ~ 0%
G 181 of 253 ~ 71.54%
B 72 of 253 ~ 28.46%

%71.54
%28.46

CMYK color model

#00B548 color CMYK value is (100,0,60,29).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 60.22%
  • key color value is 29.02%
CMYK:
(100,0,60,29)
C100M0Y60K29 
(100%,0%,60%,29%)
(1.00/0.00/0.60/0.29)	

CMYK percentages

%100
%0
%60.22
%29.02

Codes

Color #00B548 in popluar color models

00B548
RGB018172
HSL144°100.00%35.49%
HSB/HSV144°100.00%70.98%
CMYK100.00%0.00%60.22%
29.02%

Color #00B548 in popluar number systems.

HEX00B548
Decimal018172
Binary0101101011001000
Octal0265110

Shades and tints

Shades of #00B548

#00B548
(0,181,72)
#00A542
(0,165,66)
#00953C
(0,149,60)
#008536
(0,133,54)
#007530
(0,117,48)
#00652A
(0,101,42)
#005524
(0,85,36)
#00451E
(0,69,30)
#003518
(0,53,24)
#002512
(0,37,18)
#00150C
(0,21,12)
#000000
(0,0,0)

Tints of #00B548

#00B548
(0,181,72)
#17BB58
(23,187,88)
#2EC168
(46,193,104)
#45C778
(69,199,120)
#5CCD88
(92,205,136)
#73D398
(115,211,152)
#8AD9A8
(138,217,168)
#A1DFB8
(161,223,184)
#B8E5C8
(184,229,200)
#CFEBD8
(207,235,216)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B548 color. Also use rgb(0,181,72) instead hex code.

Text Font Color

.myTextColor { color: #00B548; }

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

This text font color is #00B548.


Background Color

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

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

This div background color is #00B548.


Border color

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

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

This div border color is #00B548.


Opacity

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

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

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

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

This text has shadow with #00B548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B548 on black background.


Color preview on white background

This text has color #00B548 on white background.



Black color preview on #00B548 background

This text has black color on #00B548 background.


White color preview on #00B548 background

This text has white color on #00B548 background.