COLOR #024D3E

HEX: #024D3E RGB: (2,77,62)

Color info

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

RGB color model

#024D3E color RGB value is (2,77,62).

RGB: (2,77,62) (1%, 30%, 24%)

RGB channels and saturation

R 2 of 255 = 1%
G 77 of 255 = 30%
B 62 of 255 = 24%

2
77
62

R + G + B ~ 18%. #024D3E is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 77 + 62 = 141 (100%)
R 2 of 141 ~ 1.42%
G 77 of 141 ~ 54.61%
B 62 of 141 ~ 43.97'%

%54.61
%43.97

CMYK color model

#024D3E color CMYK value is (97,0,19,70).

  • cyan value is 97.40%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 69.80%

CMYK: (97,0,19,70)
C97M0Y19K70 (97%, 0%, 19%, 70%)
(0.97 / 0.00 / 0.19 / 0.70)

CMYK percentages

%97.4
%0
%19.48
%69.8

Codes

Color #024D3E in popluar color models

02 4D 3E
RGB 2 77 62
HSL 168° 94.94% 15.49%
HSB/HSV 168° 97.40% 30.20%
CMYK 97.40% 0.00% 19.48%
69.80%

Color #024D3E in popluar number systems.

HEX 02 4D 3E
Decimal 2 77 62
Binary 10 1001101 111110
Octal 2 115 76

Shades and tints

Shades of #024D3E

#024D3E
(2,77,62)
#024639
(2,70,57)
#023F34
(2,63,52)
#02382F
(2,56,47)
#02312A
(2,49,42)
#022A25
(2,42,37)
#022320
(2,35,32)
#021C1B
(2,28,27)
#021516
(2,21,22)
#020E11
(2,14,17)
#02070C
(2,7,12)
#000000
(0,0,0)

Tints of #024D3E

#024D3E
(2,77,62)
#195D4F
(25,93,79)
#306D60
(48,109,96)
#477D71
(71,125,113)
#5E8D82
(94,141,130)
#759D93
(117,157,147)
#8CADA4
(140,173,164)
#A3BDB5
(163,189,181)
#BACDC6
(186,205,198)
#D1DDD7
(209,221,215)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024D3E; }

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

This text font color is #024D3E.

Background Color

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

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

This div background color is #024D3E.

Border color

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

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

This div border color is #024D3E.

Opacity

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

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

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

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

This text has shadow with #024D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024D3E.

Preview

Color preview on black background

This text has color #024D3E on black background.


Color preview on white background

This text has color #024D3E on white background.


Black color preview on #024D3E background

This text has black color on #024D3E background.


White color preview on #024D3E background

This text has white color on #024D3E background.


Related colors

Complementary color

Complementary color for #hex is #FDB2C1.


I love getcolorcode.com

Triadic colors

1 #3E024D and #4D3E02 with #024D3E are triadic colors.

2 #3E4D02 and #4D023E with #024D3E are triadic colors.