COLOR #024D19

HEX: #024D19
RGB: (2,77,25)

Color info

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

RGB color model

#024D19 color RGB value is (2,77,25).

  • red value is 2;
  • green value is 77;
  • blue value is 25.
RGB:
(2,77,25)
(1%,30%,10%)

RGB channels and saturation

R 2 of 255 = 1%
G 77 of 255 = 30%
B 25 of 255 = 10%

2
77
25

R + G + B ~ 14%. #024D19 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 77 + 25 = 104 (100%)
R 2 of 104 ~ 1.92%
G 77 of 104 ~ 74.04%
B 25 of 104 ~ 24.04%

%74.04
%24.04

CMYK color model

#024D19 color CMYK value is (97,0,68,70).

  • cyan value is 97.40%
  • magenta value is 0.00%
  • yellow value is 67.53%
  • key color value is 69.80%
CMYK:
(97,0,68,70)
C97M0Y68K70 
(97%,0%,68%,70%)
(0.97/0.00/0.68/0.70)	

CMYK percentages

%97.4
%0
%67.53
%69.8

Codes

Color #024D19 in popluar color models

024D19
RGB27725
HSL138°94.94%15.49%
HSB/HSV138°97.40%30.20%
CMYK97.40%0.00%67.53%
69.80%

Color #024D19 in popluar number systems.

HEX024D19
Decimal27725
Binary10100110111001
Octal211531

Shades and tints

Shades of #024D19

#024D19
(2,77,25)
#024617
(2,70,23)
#023F15
(2,63,21)
#023813
(2,56,19)
#023111
(2,49,17)
#022A0F
(2,42,15)
#02230D
(2,35,13)
#021C0B
(2,28,11)
#021509
(2,21,9)
#020E07
(2,14,7)
#020705
(2,7,5)
#000000
(0,0,0)

Tints of #024D19

#024D19
(2,77,25)
#195D2D
(25,93,45)
#306D41
(48,109,65)
#477D55
(71,125,85)
#5E8D69
(94,141,105)
#759D7D
(117,157,125)
#8CAD91
(140,173,145)
#A3BDA5
(163,189,165)
#BACDB9
(186,205,185)
#D1DDCD
(209,221,205)
#E8EDE1
(232,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024D19 color. Also use rgb(2,77,25) instead hex code.

Text Font Color

.myTextColor { color: #024D19; }

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

This text font color is #024D19.


Background Color

.myBgColor { background-color: #024D19; }

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

This div background color is #024D19.


Border color

.myBorderColor { border: 1px solid #024D19; }

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

This div border color is #024D19.


Opacity

.myOpacity80 { color: #024D19; opacity: 0.8; }

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

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

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

This text has shadow with #024D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024D19 on black background.


Color preview on white background

This text has color #024D19 on white background.



Black color preview on #024D19 background

This text has black color on #024D19 background.


White color preview on #024D19 background

This text has white color on #024D19 background.