COLOR #024127

HEX: #024127 RGB: (2,65,39)

Color info

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

RGB color model

#024127 color RGB value is (2,65,39).

RGB: (2,65,39) (1%, 25%, 15%)

RGB channels and saturation

R 2 of 255 = 1%
G 65 of 255 = 25%
B 39 of 255 = 15%

2
65
39

R + G + B ~ 14%. #024127 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 65 + 39 = 106 (100%)
R 2 of 106 ~ 1.89%
G 65 of 106 ~ 61.32%
B 39 of 106 ~ 36.79'%

%61.32
%36.79

CMYK color model

#024127 color CMYK value is (97,0,40,75).

  • cyan value is 96.92%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 74.51%

CMYK: (97,0,40,75)
C97M0Y40K75 (97%, 0%, 40%, 75%)
(0.97 / 0.00 / 0.40 / 0.75)

CMYK percentages

%96.92
%0
%40
%74.51

Codes

Color #024127 in popluar color models

02 41 27
RGB 2 65 39
HSL 155° 94.03% 13.14%
HSB/HSV 155° 96.92% 25.49%
CMYK 96.92% 0.00% 40.00%
74.51%

Color #024127 in popluar number systems.

HEX 02 41 27
Decimal 2 65 39
Binary 10 1000001 100111
Octal 2 101 47

Shades and tints

Shades of #024127

#024127
(2,65,39)
#023C24
(2,60,36)
#023721
(2,55,33)
#02321E
(2,50,30)
#022D1B
(2,45,27)
#022818
(2,40,24)
#022315
(2,35,21)
#021E12
(2,30,18)
#02190F
(2,25,15)
#02140C
(2,20,12)
#020F09
(2,15,9)
#000000
(0,0,0)

Tints of #024127

#024127
(2,65,39)
#19523A
(25,82,58)
#30634D
(48,99,77)
#477460
(71,116,96)
#5E8573
(94,133,115)
#759686
(117,150,134)
#8CA799
(140,167,153)
#A3B8AC
(163,184,172)
#BAC9BF
(186,201,191)
#D1DAD2
(209,218,210)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024127; }

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

This text font color is #024127.

Background Color

.myBgColor { background-color: #024127; }

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

This div background color is #024127.

Border color

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

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

This div border color is #024127.

Opacity

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

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

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

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

This text has shadow with #024127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024127.

Preview

Color preview on black background

This text has color #024127 on black background.


Color preview on white background

This text has color #024127 on white background.


Black color preview on #024127 background

This text has black color on #024127 background.


White color preview on #024127 background

This text has white color on #024127 background.


Related colors

Complementary color

Complementary color for #hex is #FDBED8.


I love getcolorcode.com

Triadic colors

1 #270241 and #412702 with #024127 are triadic colors.

2 #274102 and #410227 with #024127 are triadic colors.