COLOR #0CB340

HEX: #0CB340
RGB: (12,179,64)

Color info

#0CB340 contains mainly green color. Web safe color of #0CB340 is #009933 (or #093).

RGB color model

#0CB340 color RGB value is (12,179,64).

  • red value is 12;
  • green value is 179;
  • blue value is 64.
RGB:
(12,179,64)
(5%,70%,25%)

RGB channels and saturation

R 12 of 255 = 5%
G 179 of 255 = 70%
B 64 of 255 = 25%

12
179
64

R + G + B ~ 33%. #0CB340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 179 + 64 = 255 (100%)
R 12 of 255 ~ 4.71%
G 179 of 255 ~ 70.2%
B 64 of 255 ~ 25.1%

%70.2
%25.1

CMYK color model

#0CB340 color CMYK value is (93,0,64,30).

  • cyan value is 93.30%
  • magenta value is 0.00%
  • yellow value is 64.25%
  • key color value is 29.80%
CMYK:
(93,0,64,30)
C93M0Y64K30 
(93%,0%,64%,30%)
(0.93/0.00/0.64/0.30)	

CMYK percentages

%93.3
%0
%64.25
%29.8

Codes

Color #0CB340 in popluar color models

0CB340
RGB1217964
HSL139°87.43%37.45%
HSB/HSV139°93.30%70.20%
CMYK93.30%0.00%64.25%
29.80%

Color #0CB340 in popluar number systems.

HEX0CB340
Decimal1217964
Binary1100101100111000000
Octal14263100

Shades and tints

Shades of #0CB340

#0CB340
(12,179,64)
#0BA33B
(11,163,59)
#0A9336
(10,147,54)
#098331
(9,131,49)
#08732C
(8,115,44)
#076327
(7,99,39)
#065322
(6,83,34)
#05431D
(5,67,29)
#043318
(4,51,24)
#032313
(3,35,19)
#02130E
(2,19,14)
#000000
(0,0,0)

Tints of #0CB340

#0CB340
(12,179,64)
#22B951
(34,185,81)
#38BF62
(56,191,98)
#4EC573
(78,197,115)
#64CB84
(100,203,132)
#7AD195
(122,209,149)
#90D7A6
(144,215,166)
#A6DDB7
(166,221,183)
#BCE3C8
(188,227,200)
#D2E9D9
(210,233,217)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CB340 color. Also use rgb(12,179,64) instead hex code.

Text Font Color

.myTextColor { color: #0CB340; }

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

This text font color is #0CB340.


Background Color

.myBgColor { background-color: #0CB340; }

<div style="background-color:#0CB340">Inner text</div>

This div background color is #0CB340.


Border color

.myBorderColor { border: 1px solid #0CB340; }

<div style="border:3px solid #0CB340">Div</div>

This div border color is #0CB340.


Opacity

.myOpacity80 { color: #0CB340; opacity: 0.8; }

<p style="color:#0CB340;opacity:0.8;">80%</p>

Text with #0CB340 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 #0CB340;}

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

This text has shadow with #0CB340 color.

.textShadow {text-shadow: 3px 3px 1px #0CB340, 3px 3px 1px red;}

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

This text has shadow with #0CB340 primary color and red secondary color.


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

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

This text has shadow with #0CB340 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CB340 on black background.


Color preview on white background

This text has color #0CB340 on white background.



Black color preview on #0CB340 background

This text has black color on #0CB340 background.


White color preview on #0CB340 background

This text has white color on #0CB340 background.