COLOR #02460E

HEX: #02460E RGB: (2,70,14)

Color info

#02460E contains mainly green and blue colors. Web safe color of #02460E is #003300 (or #030).

RGB color model

#02460E color RGB value is (2,70,14).

RGB: (2,70,14) (1%, 27%, 5%)

RGB channels and saturation

R 2 of 255 = 1%
G 70 of 255 = 27%
B 14 of 255 = 5%

2
70
14

R + G + B ~ 11%. #02460E is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 70 + 14 = 86 (100%)
R 2 of 86 ~ 2.33%
G 70 of 86 ~ 81.4%
B 14 of 86 ~ 16.28'%

%81.4
%16.28

CMYK color model

#02460E color CMYK value is (97,0,80,73).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 72.55%

CMYK: (97,0,80,73)
C97M0Y80K73 (97%, 0%, 80%, 73%)
(0.97 / 0.00 / 0.80 / 0.73)

CMYK percentages

%97.14
%0
%80
%72.55

Codes

Color #02460E in popluar color models

02 46 0E
RGB 2 70 14
HSL 131° 94.44% 14.12%
HSB/HSV 131° 97.14% 27.45%
CMYK 97.14% 0.00% 80.00%
72.55%

Color #02460E in popluar number systems.

HEX 02 46 0E
Decimal 2 70 14
Binary 10 1000110 1110
Octal 2 106 16

Shades and tints

Shades of #02460E

#02460E
(2,70,14)
#02400D
(2,64,13)
#023A0C
(2,58,12)
#02340B
(2,52,11)
#022E0A
(2,46,10)
#022809
(2,40,9)
#022208
(2,34,8)
#021C07
(2,28,7)
#021606
(2,22,6)
#021005
(2,16,5)
#020A04
(2,10,4)
#000000
(0,0,0)

Tints of #02460E

#02460E
(2,70,14)
#195623
(25,86,35)
#306638
(48,102,56)
#47764D
(71,118,77)
#5E8662
(94,134,98)
#759677
(117,150,119)
#8CA68C
(140,166,140)
#A3B6A1
(163,182,161)
#BAC6B6
(186,198,182)
#D1D6CB
(209,214,203)
#E8E6E0
(232,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02460E color. Also use rgb(2,70,14) instead hex code.

Text Font Color

.myTextColor { color: #02460E; }

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

This text font color is #02460E.

Background Color

.myBgColor { background-color: #02460E; }

<div style="background-color:#02460E">Inner text</div>

This div background color is #02460E.

Border color

.myBorderColor { border: 1px solid #02460E; }

<div style="border:3px solid #02460E">Div</div>

This div border color is #02460E.

Opacity

.myOpacity80 { color: #02460E; opacity: 0.8; }

<p style="color:#02460E;opacity:0.8;">80%</p>

Text with #02460E 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 #02460E;}

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

This text has shadow with #02460E color.


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

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

This text has shadow with #02460E primary color and red secondary color.


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

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

This text has shadow with #02460E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #02460E.

Preview

Color preview on black background

This text has color #02460E on black background.


Color preview on white background

This text has color #02460E on white background.


Black color preview on #02460E background

This text has black color on #02460E background.


White color preview on #02460E background

This text has white color on #02460E background.


Related colors

Complementary color

Complementary color for #hex is #FDB9F1.


I love getcolorcode.com

Triadic colors

1 #0E0246 and #460E02 with #02460E are triadic colors.

2 #0E4602 and #46020E with #02460E are triadic colors.