COLOR #024907

HEX: #024907
RGB: (2,73,7)

Color info

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

RGB color model

#024907 color RGB value is (2,73,7).

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

RGB channels and saturation

R 2 of 255 = 1%
G 73 of 255 = 29%
B 7 of 255 = 3%

2
73
7

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

Portions of RGB colors in percentages

R + G + B =
2 + 73 + 7 = 82 (100%)
R 2 of 82 ~ 2.44%
G 73 of 82 ~ 89.02%
B 7 of 82 ~ 8.54%

%89.02

CMYK color model

#024907 color CMYK value is (97,0,90,71).

  • cyan value is 97.26%
  • magenta value is 0.00%
  • yellow value is 90.41%
  • key color value is 71.37%
CMYK:
(97,0,90,71)
C97M0Y90K71 
(97%,0%,90%,71%)
(0.97/0.00/0.90/0.71)	

CMYK percentages

%97.26
%0
%90.41
%71.37

Codes

Color #024907 in popluar color models

024907
RGB2737
HSL124°94.67%14.71%
HSB/HSV124°97.26%28.63%
CMYK97.26%0.00%90.41%
71.37%

Color #024907 in popluar number systems.

HEX024907
Decimal2737
Binary101001001111
Octal21117

Shades and tints

Shades of #024907

#024907
(2,73,7)
#024307
(2,67,7)
#023D07
(2,61,7)
#023707
(2,55,7)
#023107
(2,49,7)
#022B07
(2,43,7)
#022507
(2,37,7)
#021F07
(2,31,7)
#021907
(2,25,7)
#021307
(2,19,7)
#020D07
(2,13,7)
#000000
(0,0,0)

Tints of #024907

#024907
(2,73,7)
#19591D
(25,89,29)
#306933
(48,105,51)
#477949
(71,121,73)
#5E895F
(94,137,95)
#759975
(117,153,117)
#8CA98B
(140,169,139)
#A3B9A1
(163,185,161)
#BAC9B7
(186,201,183)
#D1D9CD
(209,217,205)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024907; }

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

This text font color is #024907.


Background Color

.myBgColor { background-color: #024907; }

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

This div background color is #024907.


Border color

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

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

This div border color is #024907.


Opacity

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

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

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

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

This text has shadow with #024907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024907 on black background.


Color preview on white background

This text has color #024907 on white background.



Black color preview on #024907 background

This text has black color on #024907 background.


White color preview on #024907 background

This text has white color on #024907 background.