COLOR #024C20

HEX: #024C20
RGB: (2,76,32)

Color info

#024C20 contains mainly green and blue colors. Web safe color of #024C20 is #003333 (or #033).

RGB color model

#024C20 color RGB value is (2,76,32).

  • red value is 2;
  • green value is 76;
  • blue value is 32.
RGB:
(2,76,32)
(1%,30%,13%)

RGB channels and saturation

R 2 of 255 = 1%
G 76 of 255 = 30%
B 32 of 255 = 13%

2
76
32

R + G + B ~ 15%. #024C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 76 + 32 = 110 (100%)
R 2 of 110 ~ 1.82%
G 76 of 110 ~ 69.09%
B 32 of 110 ~ 29.09%

%69.09
%29.09

CMYK color model

#024C20 color CMYK value is (97,0,58,70).

  • cyan value is 97.37%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 70.20%
CMYK:
(97,0,58,70)
C97M0Y58K70 
(97%,0%,58%,70%)
(0.97/0.00/0.58/0.70)	

CMYK percentages

%97.37
%0
%57.89
%70.2

Codes

Color #024C20 in popluar color models

024C20
RGB27632
HSL144°94.87%15.29%
HSB/HSV144°97.37%29.80%
CMYK97.37%0.00%57.89%
70.20%

Color #024C20 in popluar number systems.

HEX024C20
Decimal27632
Binary101001100100000
Octal211440

Shades and tints

Shades of #024C20

#024C20
(2,76,32)
#02461E
(2,70,30)
#02401C
(2,64,28)
#023A1A
(2,58,26)
#023418
(2,52,24)
#022E16
(2,46,22)
#022814
(2,40,20)
#022212
(2,34,18)
#021C10
(2,28,16)
#02160E
(2,22,14)
#02100C
(2,16,12)
#000000
(0,0,0)

Tints of #024C20

#024C20
(2,76,32)
#195C34
(25,92,52)
#306C48
(48,108,72)
#477C5C
(71,124,92)
#5E8C70
(94,140,112)
#759C84
(117,156,132)
#8CAC98
(140,172,152)
#A3BCAC
(163,188,172)
#BACCC0
(186,204,192)
#D1DCD4
(209,220,212)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024C20 color. Also use rgb(2,76,32) instead hex code.

Text Font Color

.myTextColor { color: #024C20; }

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

This text font color is #024C20.


Background Color

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

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

This div background color is #024C20.


Border color

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

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

This div border color is #024C20.


Opacity

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

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

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

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

This text has shadow with #024C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024C20 on black background.


Color preview on white background

This text has color #024C20 on white background.



Black color preview on #024C20 background

This text has black color on #024C20 background.


White color preview on #024C20 background

This text has white color on #024C20 background.