COLOR #024F14

HEX: #024F14
RGB: (2,79,20)

Color info

#024F14 contains mainly green and blue colors. Web safe color of #024F14 is #006600 (or #060).

RGB color model

#024F14 color RGB value is (2,79,20).

  • red value is 2;
  • green value is 79;
  • blue value is 20.
RGB:
(2,79,20)
(1%,31%,8%)

RGB channels and saturation

R 2 of 255 = 1%
G 79 of 255 = 31%
B 20 of 255 = 8%

2
79
20

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

Portions of RGB colors in percentages

R + G + B =
2 + 79 + 20 = 101 (100%)
R 2 of 101 ~ 1.98%
G 79 of 101 ~ 78.22%
B 20 of 101 ~ 19.8%

%78.22
%19.8

CMYK color model

#024F14 color CMYK value is (97,0,75,69).

  • cyan value is 97.47%
  • magenta value is 0.00%
  • yellow value is 74.68%
  • key color value is 69.02%
CMYK:
(97,0,75,69)
C97M0Y75K69 
(97%,0%,75%,69%)
(0.97/0.00/0.75/0.69)	

CMYK percentages

%97.47
%0
%74.68
%69.02

Codes

Color #024F14 in popluar color models

024F14
RGB27920
HSL134°95.06%15.88%
HSB/HSV134°97.47%30.98%
CMYK97.47%0.00%74.68%
69.02%

Color #024F14 in popluar number systems.

HEX024F14
Decimal27920
Binary10100111110100
Octal211724

Shades and tints

Shades of #024F14

#024F14
(2,79,20)
#024813
(2,72,19)
#024112
(2,65,18)
#023A11
(2,58,17)
#023310
(2,51,16)
#022C0F
(2,44,15)
#02250E
(2,37,14)
#021E0D
(2,30,13)
#02170C
(2,23,12)
#02100B
(2,16,11)
#02090A
(2,9,10)
#000000
(0,0,0)

Tints of #024F14

#024F14
(2,79,20)
#195F29
(25,95,41)
#306F3E
(48,111,62)
#477F53
(71,127,83)
#5E8F68
(94,143,104)
#759F7D
(117,159,125)
#8CAF92
(140,175,146)
#A3BFA7
(163,191,167)
#BACFBC
(186,207,188)
#D1DFD1
(209,223,209)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024F14 color. Also use rgb(2,79,20) instead hex code.

Text Font Color

.myTextColor { color: #024F14; }

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

This text font color is #024F14.


Background Color

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

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

This div background color is #024F14.


Border color

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

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

This div border color is #024F14.


Opacity

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

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

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

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

This text has shadow with #024F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024F14 on black background.


Color preview on white background

This text has color #024F14 on white background.



Black color preview on #024F14 background

This text has black color on #024F14 background.


White color preview on #024F14 background

This text has white color on #024F14 background.