COLOR #024211

HEX: #024211 RGB: (2,66,17)

Color info

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

RGB color model

#024211 color RGB value is (2,66,17).

RGB: (2,66,17) (1%, 26%, 7%)

RGB channels and saturation

R 2 of 255 = 1%
G 66 of 255 = 26%
B 17 of 255 = 7%

2
66
17

R + G + B ~ 11%. #024211 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 66 + 17 = 85 (100%)
R 2 of 85 ~ 2.35%
G 66 of 85 ~ 77.65%
B 17 of 85 ~ 20'%

%77.65
%20

CMYK color model

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

  • cyan value is 96.97%
  • magenta value is 0.00%
  • yellow value is 74.24%
  • key color value is 74.12%
CMYK: (97,0,74,74) C97M0Y74K74 (97%,0%,74%,74%) (0.97/0.00/0.74/0.74) 

CMYK percentages

%96.97
%0
%74.24
%74.12

Codes

Color #024211 in popluar color models

02 42 11
RGB 2 66 17
HSL 134° 94.12% 13.33%
HSB/HSV 134° 96.97% 25.88%
CMYK 96.97% 0.00% 74.24%
74.12%

Color #024211 in popluar number systems.

HEX 02 42 11
Decimal 2 66 17
Binary 10 1000010 10001
Octal 2 102 21

Shades and tints

Shades of #024211

#024211
(2,66,17)
#023C10
(2,60,16)
#02360F
(2,54,15)
#02300E
(2,48,14)
#022A0D
(2,42,13)
#02240C
(2,36,12)
#021E0B
(2,30,11)
#02180A
(2,24,10)
#021209
(2,18,9)
#020C08
(2,12,8)
#020607
(2,6,7)
#000000
(0,0,0)

Tints of #024211

#024211
(2,66,17)
#195326
(25,83,38)
#30643B
(48,100,59)
#477550
(71,117,80)
#5E8665
(94,134,101)
#75977A
(117,151,122)
#8CA88F
(140,168,143)
#A3B9A4
(163,185,164)
#BACAB9
(186,202,185)
#D1DBCE
(209,219,206)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024211; }

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

This text font color is #024211.

Background Color

.myBgColor { background-color: #024211; }

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

This div background color is #024211.

Border color

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

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

This div border color is #024211.

Opacity

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

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

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

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

This text has shadow with #024211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024211.

Preview

Color preview on black background

This text has color #024211 on black background.


Color preview on white background

This text has color #024211 on white background.


Black color preview on #024211 background

This text has black color on #024211 background.


White color preview on #024211 background

This text has white color on #024211 background.


Related colors

Complementary color

Complementary color for #hex is #FDBDEE.


I love getcolorcode.com

Triadic colors

1 #110242 and #421102 with #024211 are triadic colors.

2 #114202 and #420211 with #024211 are triadic colors.