COLOR #0A4F02

HEX: #0A4F02 RGB: (10,79,2)

Color info

#0A4F02 contains mainly green color. Web safe color of #0A4F02 is #006600 (or #060).

RGB color model

#0A4F02 color RGB value is (10,79,2).

RGB: (10,79,2) (4%, 31%, 1%)

RGB channels and saturation

R 10 of 255 = 4%
G 79 of 255 = 31%
B 2 of 255 = 1%

10
79
2

R + G + B ~ 12%. #0A4F02 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 79 + 2 = 91 (100%)
R 10 of 91 ~ 10.99%
G 79 of 91 ~ 86.81%
B 2 of 91 ~ 2.2'%

%10.99
%86.81

CMYK color model

#0A4F02 color CMYK value is (87,0,97,69).

  • cyan value is 87.34%
  • magenta value is 0.00%
  • yellow value is 97.47%
  • key color value is 69.02%

CMYK: (87,0,97,69)
C87M0Y97K69 (87%, 0%, 97%, 69%)
(0.87 / 0.00 / 0.97 / 0.69)

CMYK percentages

%87.34
%0
%97.47
%69.02

Codes

Color #0A4F02 in popluar color models

0A 4F 02
RGB 10 79 2
HSL 114° 95.06% 15.88%
HSB/HSV 114° 97.47% 30.98%
CMYK 87.34% 0.00% 97.47%
69.02%

Color #0A4F02 in popluar number systems.

HEX 0A 4F 02
Decimal 10 79 2
Binary 1010 1001111 10
Octal 12 117 2

Shades and tints

Shades of #0A4F02

#0A4F02
(10,79,2)
#0A4802
(10,72,2)
#0A4102
(10,65,2)
#0A3A02
(10,58,2)
#0A3302
(10,51,2)
#0A2C02
(10,44,2)
#0A2502
(10,37,2)
#0A1E02
(10,30,2)
#0A1702
(10,23,2)
#0A1002
(10,16,2)
#0A0902
(10,9,2)
#000000
(0,0,0)

Tints of #0A4F02

#0A4F02
(10,79,2)
#205F19
(32,95,25)
#366F30
(54,111,48)
#4C7F47
(76,127,71)
#628F5E
(98,143,94)
#789F75
(120,159,117)
#8EAF8C
(142,175,140)
#A4BFA3
(164,191,163)
#BACFBA
(186,207,186)
#D0DFD1
(208,223,209)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4F02 color. Also use rgb(10,79,2) instead hex code.

Text Font Color

.myTextColor { color: #0A4F02; }

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

This text font color is #0A4F02.

Background Color

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

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

This div background color is #0A4F02.

Border color

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

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

This div border color is #0A4F02.

Opacity

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

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

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

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

This text has shadow with #0A4F02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A4F02.

Preview

Color preview on black background

This text has color #0A4F02 on black background.


Color preview on white background

This text has color #0A4F02 on white background.


Black color preview on #0A4F02 background

This text has black color on #0A4F02 background.


White color preview on #0A4F02 background

This text has white color on #0A4F02 background.


Related colors

Complementary color

Complementary color for #hex is #F5B0FD.


I love getcolorcode.com

Triadic colors

1 #020A4F and #4F020A with #0A4F02 are triadic colors.

2 #024F0A and #4F0A02 with #0A4F02 are triadic colors.