COLOR #024229

HEX: #024229
RGB: (2,66,41)

Color info

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

RGB color model

#024229 color RGB value is (2,66,41).

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

RGB channels and saturation

R 2 of 255 = 1%
G 66 of 255 = 26%
B 41 of 255 = 16%

2
66
41

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

Portions of RGB colors in percentages

R + G + B =
2 + 66 + 41 = 109 (100%)
R 2 of 109 ~ 1.83%
G 66 of 109 ~ 60.55%
B 41 of 109 ~ 37.61%

%60.55
%37.61

CMYK color model

#024229 color CMYK value is (97,0,38,74).

  • cyan value is 96.97%
  • magenta value is 0.00%
  • yellow value is 37.88%
  • key color value is 74.12%
CMYK:
(97,0,38,74)
C97M0Y38K74 
(97%,0%,38%,74%)
(0.97/0.00/0.38/0.74)	

CMYK percentages

%96.97
%0
%37.88
%74.12

Codes

Color #024229 in popluar color models

024229
RGB26641
HSL157°94.12%13.33%
HSB/HSV157°96.97%25.88%
CMYK96.97%0.00%37.88%
74.12%

Color #024229 in popluar number systems.

HEX024229
Decimal26641
Binary101000010101001
Octal210251

Shades and tints

Shades of #024229

#024229
(2,66,41)
#023C26
(2,60,38)
#023623
(2,54,35)
#023020
(2,48,32)
#022A1D
(2,42,29)
#02241A
(2,36,26)
#021E17
(2,30,23)
#021814
(2,24,20)
#021211
(2,18,17)
#020C0E
(2,12,14)
#02060B
(2,6,11)
#000000
(0,0,0)

Tints of #024229

#024229
(2,66,41)
#19533C
(25,83,60)
#30644F
(48,100,79)
#477562
(71,117,98)
#5E8675
(94,134,117)
#759788
(117,151,136)
#8CA89B
(140,168,155)
#A3B9AE
(163,185,174)
#BACAC1
(186,202,193)
#D1DBD4
(209,219,212)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024229; }

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

This text font color is #024229.


Background Color

.myBgColor { background-color: #024229; }

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

This div background color is #024229.


Border color

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

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

This div border color is #024229.


Opacity

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

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

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

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

This text has shadow with #024229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024229 on black background.


Color preview on white background

This text has color #024229 on white background.



Black color preview on #024229 background

This text has black color on #024229 background.


White color preview on #024229 background

This text has white color on #024229 background.