COLOR #024F42

HEX: #024F42 RGB: (2,79,66)

Color info

#024F42 contains mainly green and blue colors. Web safe color of #024F42 is #006633 (or #063).

RGB color model

#024F42 color RGB value is (2,79,66).

RGB: (2,79,66) (1%, 31%, 26%)

RGB channels and saturation

R 2 of 255 = 1%
G 79 of 255 = 31%
B 66 of 255 = 26%

2
79
66

R + G + B ~ 19%. #024F42 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 79 + 66 = 147 (100%)
R 2 of 147 ~ 1.36%
G 79 of 147 ~ 53.74%
B 66 of 147 ~ 44.9'%

%53.74
%44.9

CMYK color model

#024F42 color CMYK value is (97,0,16,69).

  • cyan value is 97.47%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 69.02%

CMYK: (97,0,16,69)
C97M0Y16K69 (97%, 0%, 16%, 69%)
(0.97 / 0.00 / 0.16 / 0.69)

CMYK percentages

%97.47
%0
%16.46
%69.02

Codes

Color #024F42 in popluar color models

02 4F 42
RGB 2 79 66
HSL 170° 95.06% 15.88%
HSB/HSV 170° 97.47% 30.98%
CMYK 97.47% 0.00% 16.46%
69.02%

Color #024F42 in popluar number systems.

HEX 02 4F 42
Decimal 2 79 66
Binary 10 1001111 1000010
Octal 2 117 102

Shades and tints

Shades of #024F42

#024F42
(2,79,66)
#02483C
(2,72,60)
#024136
(2,65,54)
#023A30
(2,58,48)
#02332A
(2,51,42)
#022C24
(2,44,36)
#02251E
(2,37,30)
#021E18
(2,30,24)
#021712
(2,23,18)
#02100C
(2,16,12)
#020906
(2,9,6)
#000000
(0,0,0)

Tints of #024F42

#024F42
(2,79,66)
#195F53
(25,95,83)
#306F64
(48,111,100)
#477F75
(71,127,117)
#5E8F86
(94,143,134)
#759F97
(117,159,151)
#8CAFA8
(140,175,168)
#A3BFB9
(163,191,185)
#BACFCA
(186,207,202)
#D1DFDB
(209,223,219)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024F42; }

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

This text font color is #024F42.

Background Color

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

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

This div background color is #024F42.

Border color

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

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

This div border color is #024F42.

Opacity

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

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

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

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

This text has shadow with #024F42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024F42.

Preview

Color preview on black background

This text has color #024F42 on black background.


Color preview on white background

This text has color #024F42 on white background.


Black color preview on #024F42 background

This text has black color on #024F42 background.


White color preview on #024F42 background

This text has white color on #024F42 background.


Related colors

Complementary color

Complementary color for #hex is #FDB0BD.


I love getcolorcode.com

Triadic colors

1 #42024F and #4F4202 with #024F42 are triadic colors.

2 #424F02 and #4F0242 with #024F42 are triadic colors.