COLOR #024416

HEX: #024416
RGB: (2,68,22)

Color info

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

RGB color model

#024416 color RGB value is (2,68,22).

  • red value is 2;
  • green value is 68;
  • blue value is 22.
RGB: (2,68,22) (1%,27%,9%)

RGB channels and saturation

R 2 of 255 = 1%
G 68 of 255 = 27%
B 22 of 255 = 9%

2
68
22

R + G + B ~ 12%. #024416 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 68 + 22 = 92 (100%)
R 2 of 92 ~ 2.17%
G 68 of 92 ~ 73.91%
B 22 of 92 ~ 23.91%

%73.91
%23.91

CMYK color model

#024416 color CMYK value is (97,0,68,73).

  • cyan value is 97.06%
  • magenta value is 0.00%
  • yellow value is 67.65%
  • key color value is 73.33%
CMYK: (97,0,68,73) C97M0Y68K73 (97%,0%,68%,73%) (0.97/0.00/0.68/0.73)

CMYK percentages

%97.06
%0
%67.65
%73.33

Codes

Color #024416 in popluar color models

024416
RGB26822
HSL138°94.29%13.73%
HSB/HSV138°97.06%26.67%
CMYK97.06%0.00%67.65%
73.33%

Color #024416 in popluar number systems.

HEX024416
Decimal26822
Binary10100010010110
Octal210426

Shades and tints

Shades of #024416

#024416
(2,68,22)
#023E14
(2,62,20)
#023812
(2,56,18)
#023210
(2,50,16)
#022C0E
(2,44,14)
#02260C
(2,38,12)
#02200A
(2,32,10)
#021A08
(2,26,8)
#021406
(2,20,6)
#020E04
(2,14,4)
#020802
(2,8,2)
#000000
(0,0,0)

Tints of #024416

#024416
(2,68,22)
#19552B
(25,85,43)
#306640
(48,102,64)
#477755
(71,119,85)
#5E886A
(94,136,106)
#75997F
(117,153,127)
#8CAA94
(140,170,148)
#A3BBA9
(163,187,169)
#BACCBE
(186,204,190)
#D1DDD3
(209,221,211)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024416 color. Also use rgb(2,68,22) instead hex code.

Text Font Color

.myTextColor { color: #024416; }

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

This text font color is #024416.


Background Color

.myBgColor { background-color: #024416; }

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

This div background color is #024416.


Border color

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

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

This div border color is #024416.


Opacity

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

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

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

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

This text has shadow with #024416 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #024416 on black background.


Color preview on white background

This text has color #024416 on white background.



Black color preview on #024416 background

This text has black color on #024416 background.


White color preview on #024416 background

This text has white color on #024416 background.