COLOR #024815

HEX: #024815
RGB: (2,72,21)

Color info

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

RGB color model

#024815 color RGB value is (2,72,21).

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

RGB channels and saturation

R 2 of 255 = 1%
G 72 of 255 = 28%
B 21 of 255 = 8%

2
72
21

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

Portions of RGB colors in percentages

R + G + B =
2 + 72 + 21 = 95 (100%)
R 2 of 95 ~ 2.11%
G 72 of 95 ~ 75.79%
B 21 of 95 ~ 22.11%

%75.79
%22.11

CMYK color model

#024815 color CMYK value is (97,0,71,72).

  • cyan value is 97.22%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 71.76%
CMYK:
(97,0,71,72)
C97M0Y71K72 
(97%,0%,71%,72%)
(0.97/0.00/0.71/0.72)	

CMYK percentages

%97.22
%0
%70.83
%71.76

Codes

Color #024815 in popluar color models

024815
RGB27221
HSL136°94.59%14.51%
HSB/HSV136°97.22%28.24%
CMYK97.22%0.00%70.83%
71.76%

Color #024815 in popluar number systems.

HEX024815
Decimal27221
Binary10100100010101
Octal211025

Shades and tints

Shades of #024815

#024815
(2,72,21)
#024214
(2,66,20)
#023C13
(2,60,19)
#023612
(2,54,18)
#023011
(2,48,17)
#022A10
(2,42,16)
#02240F
(2,36,15)
#021E0E
(2,30,14)
#02180D
(2,24,13)
#02120C
(2,18,12)
#020C0B
(2,12,11)
#000000
(0,0,0)

Tints of #024815

#024815
(2,72,21)
#19582A
(25,88,42)
#30683F
(48,104,63)
#477854
(71,120,84)
#5E8869
(94,136,105)
#75987E
(117,152,126)
#8CA893
(140,168,147)
#A3B8A8
(163,184,168)
#BAC8BD
(186,200,189)
#D1D8D2
(209,216,210)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024815; }

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

This text font color is #024815.


Background Color

.myBgColor { background-color: #024815; }

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

This div background color is #024815.


Border color

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

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

This div border color is #024815.


Opacity

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

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

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

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

This text has shadow with #024815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024815 on black background.


Color preview on white background

This text has color #024815 on white background.



Black color preview on #024815 background

This text has black color on #024815 background.


White color preview on #024815 background

This text has white color on #024815 background.