COLOR #02400D

HEX: #02400D RGB: (2,64,13)

Color info

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

RGB color model

#02400D color RGB value is (2,64,13).

RGB: (2,64,13) (1%, 25%, 5%)

RGB channels and saturation

R 2 of 255 = 1%
G 64 of 255 = 25%
B 13 of 255 = 5%

2
64
13

R + G + B ~ 10%. #02400D is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 64 + 13 = 79 (100%)
R 2 of 79 ~ 2.53%
G 64 of 79 ~ 81.01%
B 13 of 79 ~ 16.46'%

%81.01
%16.46

CMYK color model

#02400D color CMYK value is (97,0,80,75).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 79.69%
  • key color value is 74.90%

CMYK: (97,0,80,75)
C97M0Y80K75 (97%, 0%, 80%, 75%)
(0.97 / 0.00 / 0.80 / 0.75)

CMYK percentages

%96.88
%0
%79.69
%74.9

Codes

Color #02400D in popluar color models

02 40 0D
RGB 2 64 13
HSL 131° 93.94% 12.94%
HSB/HSV 131° 96.88% 25.10%
CMYK 96.88% 0.00% 79.69%
74.90%

Color #02400D in popluar number systems.

HEX 02 40 0D
Decimal 2 64 13
Binary 10 1000000 1101
Octal 2 100 15

Shades and tints

Shades of #02400D

#02400D
(2,64,13)
#023B0C
(2,59,12)
#02360B
(2,54,11)
#02310A
(2,49,10)
#022C09
(2,44,9)
#022708
(2,39,8)
#022207
(2,34,7)
#021D06
(2,29,6)
#021805
(2,24,5)
#021304
(2,19,4)
#020E03
(2,14,3)
#000000
(0,0,0)

Tints of #02400D

#02400D
(2,64,13)
#195123
(25,81,35)
#306239
(48,98,57)
#47734F
(71,115,79)
#5E8465
(94,132,101)
#75957B
(117,149,123)
#8CA691
(140,166,145)
#A3B7A7
(163,183,167)
#BAC8BD
(186,200,189)
#D1D9D3
(209,217,211)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02400D color. Also use rgb(2,64,13) instead hex code.

Text Font Color

.myTextColor { color: #02400D; }

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

This text font color is #02400D.

Background Color

.myBgColor { background-color: #02400D; }

<div style="background-color:#02400D">Inner text</div>

This div background color is #02400D.

Border color

.myBorderColor { border: 1px solid #02400D; }

<div style="border:3px solid #02400D">Div</div>

This div border color is #02400D.

Opacity

.myOpacity80 { color: #02400D; opacity: 0.8; }

<p style="color:#02400D;opacity:0.8;">80%</p>

Text with #02400D 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 #02400D;}

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

This text has shadow with #02400D color.


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

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

This text has shadow with #02400D primary color and red secondary color.


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

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

This text has shadow with #02400D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #02400D.

Preview

Color preview on black background

This text has color #02400D on black background.


Color preview on white background

This text has color #02400D on white background.


Black color preview on #02400D background

This text has black color on #02400D background.


White color preview on #02400D background

This text has white color on #02400D background.


Related colors

Complementary color

Complementary color for #hex is #FDBFF2.


I love getcolorcode.com

Triadic colors

1 #0D0240 and #400D02 with #02400D are triadic colors.

2 #0D4002 and #40020D with #02400D are triadic colors.