COLOR #02460B

HEX: #02460B
RGB: (2,70,11)

Color info

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

RGB color model

#02460B color RGB value is (2,70,11).

  • red value is 2;
  • green value is 70;
  • blue value is 11.
RGB:
(2,70,11)
(1%,27%,4%)

RGB channels and saturation

R 2 of 255 = 1%
G 70 of 255 = 27%
B 11 of 255 = 4%

2
70
11

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

Portions of RGB colors in percentages

R + G + B =
2 + 70 + 11 = 83 (100%)
R 2 of 83 ~ 2.41%
G 70 of 83 ~ 84.34%
B 11 of 83 ~ 13.25%

%84.34
%13.25

CMYK color model

#02460B color CMYK value is (97,0,84,73).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 84.29%
  • key color value is 72.55%
CMYK:
(97,0,84,73)
C97M0Y84K73 
(97%,0%,84%,73%)
(0.97/0.00/0.84/0.73)	

CMYK percentages

%97.14
%0
%84.29
%72.55

Codes

Color #02460B in popluar color models

02460B
RGB27011
HSL128°94.44%14.12%
HSB/HSV128°97.14%27.45%
CMYK97.14%0.00%84.29%
72.55%

Color #02460B in popluar number systems.

HEX02460B
Decimal27011
Binary1010001101011
Octal210613

Shades and tints

Shades of #02460B

#02460B
(2,70,11)
#02400A
(2,64,10)
#023A09
(2,58,9)
#023408
(2,52,8)
#022E07
(2,46,7)
#022806
(2,40,6)
#022205
(2,34,5)
#021C04
(2,28,4)
#021603
(2,22,3)
#021002
(2,16,2)
#020A01
(2,10,1)
#000000
(0,0,0)

Tints of #02460B

#02460B
(2,70,11)
#195621
(25,86,33)
#306637
(48,102,55)
#47764D
(71,118,77)
#5E8663
(94,134,99)
#759679
(117,150,121)
#8CA68F
(140,166,143)
#A3B6A5
(163,182,165)
#BAC6BB
(186,198,187)
#D1D6D1
(209,214,209)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02460B; }

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

This text font color is #02460B.


Background Color

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

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

This div background color is #02460B.


Border color

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

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

This div border color is #02460B.


Opacity

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

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

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

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

This text has shadow with #02460B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02460B on black background.


Color preview on white background

This text has color #02460B on white background.



Black color preview on #02460B background

This text has black color on #02460B background.


White color preview on #02460B background

This text has white color on #02460B background.