COLOR #024918

HEX: #024918
RGB: (2,73,24)

Color info

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

RGB color model

#024918 color RGB value is (2,73,24).

  • red value is 2;
  • green value is 73;
  • blue value is 24.
RGB:
(2,73,24)
(1%,29%,9%)

RGB channels and saturation

R 2 of 255 = 1%
G 73 of 255 = 29%
B 24 of 255 = 9%

2
73
24

R + G + B ~ 13%. #024918 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 73 + 24 = 99 (100%)
R 2 of 99 ~ 2.02%
G 73 of 99 ~ 73.74%
B 24 of 99 ~ 24.24%

%73.74
%24.24

CMYK color model

#024918 color CMYK value is (97,0,67,71).

  • cyan value is 97.26%
  • magenta value is 0.00%
  • yellow value is 67.12%
  • key color value is 71.37%
CMYK:
(97,0,67,71)
C97M0Y67K71 
(97%,0%,67%,71%)
(0.97/0.00/0.67/0.71)	

CMYK percentages

%97.26
%0
%67.12
%71.37

Codes

Color #024918 in popluar color models

024918
RGB27324
HSL139°94.67%14.71%
HSB/HSV139°97.26%28.63%
CMYK97.26%0.00%67.12%
71.37%

Color #024918 in popluar number systems.

HEX024918
Decimal27324
Binary10100100111000
Octal211130

Shades and tints

Shades of #024918

#024918
(2,73,24)
#024316
(2,67,22)
#023D14
(2,61,20)
#023712
(2,55,18)
#023110
(2,49,16)
#022B0E
(2,43,14)
#02250C
(2,37,12)
#021F0A
(2,31,10)
#021908
(2,25,8)
#021306
(2,19,6)
#020D04
(2,13,4)
#000000
(0,0,0)

Tints of #024918

#024918
(2,73,24)
#19592D
(25,89,45)
#306942
(48,105,66)
#477957
(71,121,87)
#5E896C
(94,137,108)
#759981
(117,153,129)
#8CA996
(140,169,150)
#A3B9AB
(163,185,171)
#BAC9C0
(186,201,192)
#D1D9D5
(209,217,213)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024918 color. Also use rgb(2,73,24) instead hex code.

Text Font Color

.myTextColor { color: #024918; }

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

This text font color is #024918.


Background Color

.myBgColor { background-color: #024918; }

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

This div background color is #024918.


Border color

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

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

This div border color is #024918.


Opacity

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

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

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

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

This text has shadow with #024918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024918 on black background.


Color preview on white background

This text has color #024918 on white background.



Black color preview on #024918 background

This text has black color on #024918 background.


White color preview on #024918 background

This text has white color on #024918 background.