COLOR #024811

HEX: #024811
RGB: (2,72,17)

Color info

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

RGB color model

#024811 color RGB value is (2,72,17).

  • red value is 2;
  • green value is 72;
  • blue value is 17.
RGB:
(2,72,17)
(1%,28%,7%)

RGB channels and saturation

R 2 of 255 = 1%
G 72 of 255 = 28%
B 17 of 255 = 7%

2
72
17

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

Portions of RGB colors in percentages

R + G + B =
2 + 72 + 17 = 91 (100%)
R 2 of 91 ~ 2.2%
G 72 of 91 ~ 79.12%
B 17 of 91 ~ 18.68%

%79.12
%18.68

CMYK color model

#024811 color CMYK value is (97,0,76,72).

  • cyan value is 97.22%
  • magenta value is 0.00%
  • yellow value is 76.39%
  • key color value is 71.76%
CMYK:
(97,0,76,72)
C97M0Y76K72 
(97%,0%,76%,72%)
(0.97/0.00/0.76/0.72)	

CMYK percentages

%97.22
%0
%76.39
%71.76

Codes

Color #024811 in popluar color models

024811
RGB27217
HSL133°94.59%14.51%
HSB/HSV133°97.22%28.24%
CMYK97.22%0.00%76.39%
71.76%

Color #024811 in popluar number systems.

HEX024811
Decimal27217
Binary10100100010001
Octal211021

Shades and tints

Shades of #024811

#024811
(2,72,17)
#024210
(2,66,16)
#023C0F
(2,60,15)
#02360E
(2,54,14)
#02300D
(2,48,13)
#022A0C
(2,42,12)
#02240B
(2,36,11)
#021E0A
(2,30,10)
#021809
(2,24,9)
#021208
(2,18,8)
#020C07
(2,12,7)
#000000
(0,0,0)

Tints of #024811

#024811
(2,72,17)
#195826
(25,88,38)
#30683B
(48,104,59)
#477850
(71,120,80)
#5E8865
(94,136,101)
#75987A
(117,152,122)
#8CA88F
(140,168,143)
#A3B8A4
(163,184,164)
#BAC8B9
(186,200,185)
#D1D8CE
(209,216,206)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024811; }

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

This text font color is #024811.


Background Color

.myBgColor { background-color: #024811; }

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

This div background color is #024811.


Border color

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

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

This div border color is #024811.


Opacity

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

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

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

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

This text has shadow with #024811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024811 on black background.


Color preview on white background

This text has color #024811 on white background.



Black color preview on #024811 background

This text has black color on #024811 background.


White color preview on #024811 background

This text has white color on #024811 background.