COLOR #024808

HEX: #024808
RGB: (2,72,8)

Color info

#024808 contains mainly green color. Web safe color of #024808 is #003300 (or #030).

RGB color model

#024808 color RGB value is (2,72,8).

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

RGB channels and saturation

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

2
72
8

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

Portions of RGB colors in percentages

R + G + B =
2 + 72 + 8 = 82 (100%)
R 2 of 82 ~ 2.44%
G 72 of 82 ~ 87.8%
B 8 of 82 ~ 9.76%

%87.8
%9.76

CMYK color model

#024808 color CMYK value is (97,0,89,72).

  • cyan value is 97.22%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 71.76%
CMYK:
(97,0,89,72)
C97M0Y89K72 
(97%,0%,89%,72%)
(0.97/0.00/0.89/0.72)	

CMYK percentages

%97.22
%0
%88.89
%71.76

Codes

Color #024808 in popluar color models

024808
RGB2728
HSL125°94.59%14.51%
HSB/HSV125°97.22%28.24%
CMYK97.22%0.00%88.89%
71.76%

Color #024808 in popluar number systems.

HEX024808
Decimal2728
Binary1010010001000
Octal211010

Shades and tints

Shades of #024808

#024808
(2,72,8)
#024208
(2,66,8)
#023C08
(2,60,8)
#023608
(2,54,8)
#023008
(2,48,8)
#022A08
(2,42,8)
#022408
(2,36,8)
#021E08
(2,30,8)
#021808
(2,24,8)
#021208
(2,18,8)
#020C08
(2,12,8)
#000000
(0,0,0)

Tints of #024808

#024808
(2,72,8)
#19581E
(25,88,30)
#306834
(48,104,52)
#47784A
(71,120,74)
#5E8860
(94,136,96)
#759876
(117,152,118)
#8CA88C
(140,168,140)
#A3B8A2
(163,184,162)
#BAC8B8
(186,200,184)
#D1D8CE
(209,216,206)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024808; }

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

This text font color is #024808.


Background Color

.myBgColor { background-color: #024808; }

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

This div background color is #024808.


Border color

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

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

This div border color is #024808.


Opacity

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

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

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

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

This text has shadow with #024808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024808 on black background.


Color preview on white background

This text has color #024808 on white background.



Black color preview on #024808 background

This text has black color on #024808 background.


White color preview on #024808 background

This text has white color on #024808 background.