COLOR #024641

HEX: #024641 RGB: (2,70,65)

Color info

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

RGB color model

#024641 color RGB value is (2,70,65).

RGB: (2,70,65) (1%, 27%, 25%)

RGB channels and saturation

R 2 of 255 = 1%
G 70 of 255 = 27%
B 65 of 255 = 25%

2
70
65

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

Portions of RGB colors in percentages

R + G + B = 2 + 70 + 65 = 137 (100%)
R 2 of 137 ~ 1.46%
G 70 of 137 ~ 51.09%
B 65 of 137 ~ 47.45'%

%51.09
%47.45

CMYK color model

#024641 color CMYK value is (97,0,7,73).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 72.55%

CMYK: (97,0,7,73)
C97M0Y7K73 (97%, 0%, 7%, 73%)
(0.97 / 0.00 / 0.07 / 0.73)

CMYK percentages

%97.14
%0
%7.14
%72.55

Codes

Color #024641 in popluar color models

02 46 41
RGB 2 70 65
HSL 176° 94.44% 14.12%
HSB/HSV 176° 97.14% 27.45%
CMYK 97.14% 0.00% 7.14%
72.55%

Color #024641 in popluar number systems.

HEX 02 46 41
Decimal 2 70 65
Binary 10 1000110 1000001
Octal 2 106 101

Shades and tints

Shades of #024641

#024641
(2,70,65)
#02403C
(2,64,60)
#023A37
(2,58,55)
#023432
(2,52,50)
#022E2D
(2,46,45)
#022828
(2,40,40)
#022223
(2,34,35)
#021C1E
(2,28,30)
#021619
(2,22,25)
#021014
(2,16,20)
#020A0F
(2,10,15)
#000000
(0,0,0)

Tints of #024641

#024641
(2,70,65)
#195652
(25,86,82)
#306663
(48,102,99)
#477674
(71,118,116)
#5E8685
(94,134,133)
#759696
(117,150,150)
#8CA6A7
(140,166,167)
#A3B6B8
(163,182,184)
#BAC6C9
(186,198,201)
#D1D6DA
(209,214,218)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024641 color. Also use rgb(2,70,65) instead hex code.

Text Font Color

.myTextColor { color: #024641; }

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

This text font color is #024641.

Background Color

.myBgColor { background-color: #024641; }

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

This div background color is #024641.

Border color

.myBorderColor { border: 1px solid #024641; }

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

This div border color is #024641.

Opacity

.myOpacity80 { color: #024641; opacity: 0.8; }

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

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

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

This text has shadow with #024641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024641.

Preview

Color preview on black background

This text has color #024641 on black background.


Color preview on white background

This text has color #024641 on white background.


Black color preview on #024641 background

This text has black color on #024641 background.


White color preview on #024641 background

This text has white color on #024641 background.


Related colors

Complementary color

Complementary color for #hex is #FDB9BE.


I love getcolorcode.com

Triadic colors

1 #410246 and #464102 with #024641 are triadic colors.

2 #414602 and #460241 with #024641 are triadic colors.