COLOR #024020

HEX: #024020
RGB: (2,64,32)

Color info

#024020 contains mainly green and blue colors. Web safe color of #024020 is #003333 (or #033).

RGB color model

#024020 color RGB value is (2,64,32).

  • red value is 2;
  • green value is 64;
  • blue value is 32.
RGB:
(2,64,32)
(1%,25%,13%)

RGB channels and saturation

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

2
64
32

R + G + B ~ 13%. #024020 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 64 + 32 = 98 (100%)
R 2 of 98 ~ 2.04%
G 64 of 98 ~ 65.31%
B 32 of 98 ~ 32.65%

%65.31
%32.65

CMYK color model

#024020 color CMYK value is (97,0,50,75).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.90%
CMYK:
(97,0,50,75)
C97M0Y50K75 
(97%,0%,50%,75%)
(0.97/0.00/0.50/0.75)	

CMYK percentages

%96.88
%0
%50
%74.9

Codes

Color #024020 in popluar color models

024020
RGB26432
HSL149°93.94%12.94%
HSB/HSV149°96.88%25.10%
CMYK96.88%0.00%50.00%
74.90%

Color #024020 in popluar number systems.

HEX024020
Decimal26432
Binary101000000100000
Octal210040

Shades and tints

Shades of #024020

#024020
(2,64,32)
#023B1E
(2,59,30)
#02361C
(2,54,28)
#02311A
(2,49,26)
#022C18
(2,44,24)
#022716
(2,39,22)
#022214
(2,34,20)
#021D12
(2,29,18)
#021810
(2,24,16)
#02130E
(2,19,14)
#020E0C
(2,14,12)
#000000
(0,0,0)

Tints of #024020

#024020
(2,64,32)
#195134
(25,81,52)
#306248
(48,98,72)
#47735C
(71,115,92)
#5E8470
(94,132,112)
#759584
(117,149,132)
#8CA698
(140,166,152)
#A3B7AC
(163,183,172)
#BAC8C0
(186,200,192)
#D1D9D4
(209,217,212)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024020; }

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

This text font color is #024020.


Background Color

.myBgColor { background-color: #024020; }

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

This div background color is #024020.


Border color

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

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

This div border color is #024020.


Opacity

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

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

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

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

This text has shadow with #024020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024020 on black background.


Color preview on white background

This text has color #024020 on white background.



Black color preview on #024020 background

This text has black color on #024020 background.


White color preview on #024020 background

This text has white color on #024020 background.