COLOR #0C3F02

HEX: #0C3F02
RGB: (12,63,2)

Color info

#0C3F02 contains mainly red and green colors. Web safe color of #0C3F02 is #003300 (or #030).

RGB color model

#0C3F02 color RGB value is (12,63,2).

  • red value is 12;
  • green value is 63;
  • blue value is 2.
RGB:
(12,63,2)
(5%,25%,1%)

RGB channels and saturation

R 12 of 255 = 5%
G 63 of 255 = 25%
B 2 of 255 = 1%

12
63
2

R + G + B ~ 10%. #0C3F02 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 63 + 2 = 77 (100%)
R 12 of 77 ~ 15.58%
G 63 of 77 ~ 81.82%
B 2 of 77 ~ 2.6%

%15.58
%81.82

CMYK color model

#0C3F02 color CMYK value is (81,0,97,75).

  • cyan value is 80.95%
  • magenta value is 0.00%
  • yellow value is 96.83%
  • key color value is 75.29%
CMYK:
(81,0,97,75)
C81M0Y97K75 
(81%,0%,97%,75%)
(0.81/0.00/0.97/0.75)	

CMYK percentages

%80.95
%0
%96.83
%75.29

Codes

Color #0C3F02 in popluar color models

0C3F02
RGB12632
HSL110°93.85%12.75%
HSB/HSV110°96.83%24.71%
CMYK80.95%0.00%96.83%
75.29%

Color #0C3F02 in popluar number systems.

HEX0C3F02
Decimal12632
Binary110011111110
Octal14772

Shades and tints

Shades of #0C3F02

#0C3F02
(12,63,2)
#0B3A02
(11,58,2)
#0A3502
(10,53,2)
#093002
(9,48,2)
#082B02
(8,43,2)
#072602
(7,38,2)
#062102
(6,33,2)
#051C02
(5,28,2)
#041702
(4,23,2)
#031202
(3,18,2)
#020D02
(2,13,2)
#000000
(0,0,0)

Tints of #0C3F02

#0C3F02
(12,63,2)
#225019
(34,80,25)
#386130
(56,97,48)
#4E7247
(78,114,71)
#64835E
(100,131,94)
#7A9475
(122,148,117)
#90A58C
(144,165,140)
#A6B6A3
(166,182,163)
#BCC7BA
(188,199,186)
#D2D8D1
(210,216,209)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3F02 color. Also use rgb(12,63,2) instead hex code.

Text Font Color

.myTextColor { color: #0C3F02; }

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

This text font color is #0C3F02.


Background Color

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

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

This div background color is #0C3F02.


Border color

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

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

This div border color is #0C3F02.


Opacity

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

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

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

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

This text has shadow with #0C3F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3F02 on black background.


Color preview on white background

This text has color #0C3F02 on white background.



Black color preview on #0C3F02 background

This text has black color on #0C3F02 background.


White color preview on #0C3F02 background

This text has white color on #0C3F02 background.