COLOR #024029

HEX: #024029
RGB: (2,64,41)

Color info

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

RGB color model

#024029 color RGB value is (2,64,41).

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

RGB channels and saturation

R 2 of 255 = 1%
G 64 of 255 = 25%
B 41 of 255 = 16%

2
64
41

R + G + B ~ 14%. #024029 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 64 + 41 = 107 (100%)
R 2 of 107 ~ 1.87%
G 64 of 107 ~ 59.81%
B 41 of 107 ~ 38.32%

%59.81
%38.32

CMYK color model

#024029 color CMYK value is (97,0,36,75).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 74.90%
CMYK:
(97,0,36,75)
C97M0Y36K75 
(97%,0%,36%,75%)
(0.97/0.00/0.36/0.75)	

CMYK percentages

%96.88
%0
%35.94
%74.9

Codes

Color #024029 in popluar color models

024029
RGB26441
HSL158°93.94%12.94%
HSB/HSV158°96.88%25.10%
CMYK96.88%0.00%35.94%
74.90%

Color #024029 in popluar number systems.

HEX024029
Decimal26441
Binary101000000101001
Octal210051

Shades and tints

Shades of #024029

#024029
(2,64,41)
#023B26
(2,59,38)
#023623
(2,54,35)
#023120
(2,49,32)
#022C1D
(2,44,29)
#02271A
(2,39,26)
#022217
(2,34,23)
#021D14
(2,29,20)
#021811
(2,24,17)
#02130E
(2,19,14)
#020E0B
(2,14,11)
#000000
(0,0,0)

Tints of #024029

#024029
(2,64,41)
#19513C
(25,81,60)
#30624F
(48,98,79)
#477362
(71,115,98)
#5E8475
(94,132,117)
#759588
(117,149,136)
#8CA69B
(140,166,155)
#A3B7AE
(163,183,174)
#BAC8C1
(186,200,193)
#D1D9D4
(209,217,212)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024029; }

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

This text font color is #024029.


Background Color

.myBgColor { background-color: #024029; }

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

This div background color is #024029.


Border color

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

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

This div border color is #024029.


Opacity

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

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

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

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

This text has shadow with #024029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024029 on black background.


Color preview on white background

This text has color #024029 on white background.



Black color preview on #024029 background

This text has black color on #024029 background.


White color preview on #024029 background

This text has white color on #024029 background.