COLOR #024E10

HEX: #024E10
RGB: (2,78,16)

Color info

#024E10 contains mainly green color. Web safe color of #024E10 is #006600 (or #060).

RGB color model

#024E10 color RGB value is (2,78,16).

  • red value is 2;
  • green value is 78;
  • blue value is 16.
RGB:
(2,78,16)
(1%,31%,6%)

RGB channels and saturation

R 2 of 255 = 1%
G 78 of 255 = 31%
B 16 of 255 = 6%

2
78
16

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

Portions of RGB colors in percentages

R + G + B =
2 + 78 + 16 = 96 (100%)
R 2 of 96 ~ 2.08%
G 78 of 96 ~ 81.25%
B 16 of 96 ~ 16.67%

%81.25
%16.67

CMYK color model

#024E10 color CMYK value is (97,0,79,69).

  • cyan value is 97.44%
  • magenta value is 0.00%
  • yellow value is 79.49%
  • key color value is 69.41%
CMYK:
(97,0,79,69)
C97M0Y79K69 
(97%,0%,79%,69%)
(0.97/0.00/0.79/0.69)	

CMYK percentages

%97.44
%0
%79.49
%69.41

Codes

Color #024E10 in popluar color models

024E10
RGB27816
HSL131°95.00%15.69%
HSB/HSV131°97.44%30.59%
CMYK97.44%0.00%79.49%
69.41%

Color #024E10 in popluar number systems.

HEX024E10
Decimal27816
Binary10100111010000
Octal211620

Shades and tints

Shades of #024E10

#024E10
(2,78,16)
#02470F
(2,71,15)
#02400E
(2,64,14)
#02390D
(2,57,13)
#02320C
(2,50,12)
#022B0B
(2,43,11)
#02240A
(2,36,10)
#021D09
(2,29,9)
#021608
(2,22,8)
#020F07
(2,15,7)
#020806
(2,8,6)
#000000
(0,0,0)

Tints of #024E10

#024E10
(2,78,16)
#195E25
(25,94,37)
#306E3A
(48,110,58)
#477E4F
(71,126,79)
#5E8E64
(94,142,100)
#759E79
(117,158,121)
#8CAE8E
(140,174,142)
#A3BEA3
(163,190,163)
#BACEB8
(186,206,184)
#D1DECD
(209,222,205)
#E8EEE2
(232,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024E10 color. Also use rgb(2,78,16) instead hex code.

Text Font Color

.myTextColor { color: #024E10; }

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

This text font color is #024E10.


Background Color

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

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

This div background color is #024E10.


Border color

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

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

This div border color is #024E10.


Opacity

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

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

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

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

This text has shadow with #024E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024E10 on black background.


Color preview on white background

This text has color #024E10 on white background.



Black color preview on #024E10 background

This text has black color on #024E10 background.


White color preview on #024E10 background

This text has white color on #024E10 background.