COLOR #024209

HEX: #024209 RGB: (2,66,9)

Color info

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

RGB color model

#024209 color RGB value is (2,66,9).

RGB: (2,66,9) (1%, 26%, 4%)

RGB channels and saturation

R 2 of 255 = 1%
G 66 of 255 = 26%
B 9 of 255 = 4%

2
66
9

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

Portions of RGB colors in percentages

R + G + B = 2 + 66 + 9 = 77 (100%)
R 2 of 77 ~ 2.6%
G 66 of 77 ~ 85.71%
B 9 of 77 ~ 11.69'%

%85.71
%11.69

CMYK color model

#024209 color CMYK value is (97,0,86,74).

  • cyan value is 96.97%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 74.12%

CMYK: (97,0,86,74)
C97M0Y86K74 (97%, 0%, 86%, 74%)
(0.97 / 0.00 / 0.86 / 0.74)

CMYK percentages

%96.97
%0
%86.36
%74.12

Codes

Color #024209 in popluar color models

02 42 09
RGB 2 66 9
HSL 127° 94.12% 13.33%
HSB/HSV 127° 96.97% 25.88%
CMYK 96.97% 0.00% 86.36%
74.12%

Color #024209 in popluar number systems.

HEX 02 42 09
Decimal 2 66 9
Binary 10 1000010 1001
Octal 2 102 11

Shades and tints

Shades of #024209

#024209
(2,66,9)
#023C09
(2,60,9)
#023609
(2,54,9)
#023009
(2,48,9)
#022A09
(2,42,9)
#022409
(2,36,9)
#021E09
(2,30,9)
#021809
(2,24,9)
#021209
(2,18,9)
#020C09
(2,12,9)
#020609
(2,6,9)
#000000
(0,0,0)

Tints of #024209

#024209
(2,66,9)
#19531F
(25,83,31)
#306435
(48,100,53)
#47754B
(71,117,75)
#5E8661
(94,134,97)
#759777
(117,151,119)
#8CA88D
(140,168,141)
#A3B9A3
(163,185,163)
#BACAB9
(186,202,185)
#D1DBCF
(209,219,207)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024209 color. Also use rgb(2,66,9) instead hex code.

Text Font Color

.myTextColor { color: #024209; }

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

This text font color is #024209.

Background Color

.myBgColor { background-color: #024209; }

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

This div background color is #024209.

Border color

.myBorderColor { border: 1px solid #024209; }

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

This div border color is #024209.

Opacity

.myOpacity80 { color: #024209; opacity: 0.8; }

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

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

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

This text has shadow with #024209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024209.

Preview

Color preview on black background

This text has color #024209 on black background.


Color preview on white background

This text has color #024209 on white background.


Black color preview on #024209 background

This text has black color on #024209 background.


White color preview on #024209 background

This text has white color on #024209 background.


Related colors

Complementary color

Complementary color for #hex is #FDBDF6.


I love getcolorcode.com

Triadic colors

1 #090242 and #420902 with #024209 are triadic colors.

2 #094202 and #420209 with #024209 are triadic colors.