COLOR #001E24

HEX: #001E24
RGB: (0,30,36)

Color info

#001E24 contains only green and blue colors. Web safe color of #001E24 is #003333 (or #033).

RGB color model

#001E24 color RGB value is (0,30,36).

  • red value is 0;
  • green value is 30;
  • blue value is 36.
RGB:
(0,30,36)
(0%,12%,14%)

RGB channels and saturation

R 0 of 255 = 0%
G 30 of 255 = 12%
B 36 of 255 = 14%

0
30
36

R + G + B ~ 9%. #001E24 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 30 + 36 = 66 (100%)
R 0 of 66 ~ 0%
G 30 of 66 ~ 45.45%
B 36 of 66 ~ 54.55%

%45.45
%54.55

CMYK color model

#001E24 color CMYK value is (100,17,0,86).

  • cyan value is 100.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(100,17,0,86)
C100M17Y0K86 
(100%,17%,0%,86%)
(1.00/0.17/0.00/0.86)	

CMYK percentages

%100
%16.67
%0
%85.88

Codes

Color #001E24 in popluar color models

001E24
RGB03036
HSL190°100.00%7.06%
HSB/HSV190°100.00%14.12%
CMYK100.00%16.67%0.00%
85.88%

Color #001E24 in popluar number systems.

HEX001E24
Decimal03036
Binary011110100100
Octal03644

Shades and tints

Shades of #001E24

#001E24
(0,30,36)
#001C21
(0,28,33)
#001A1E
(0,26,30)
#00181B
(0,24,27)
#001618
(0,22,24)
#001415
(0,20,21)
#001212
(0,18,18)
#00100F
(0,16,15)
#000E0C
(0,14,12)
#000C09
(0,12,9)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #001E24

#001E24
(0,30,36)
#173237
(23,50,55)
#2E464A
(46,70,74)
#455A5D
(69,90,93)
#5C6E70
(92,110,112)
#738283
(115,130,131)
#8A9696
(138,150,150)
#A1AAA9
(161,170,169)
#B8BEBC
(184,190,188)
#CFD2CF
(207,210,207)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001E24 color. Also use rgb(0,30,36) instead hex code.

Text Font Color

.myTextColor { color: #001E24; }

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

This text font color is #001E24.


Background Color

.myBgColor { background-color: #001E24; }

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

This div background color is #001E24.


Border color

.myBorderColor { border: 1px solid #001E24; }

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

This div border color is #001E24.


Opacity

.myOpacity80 { color: #001E24; opacity: 0.8; }

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

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

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

This text has shadow with #001E24 color.

.textShadow {text-shadow: 3px 3px 1px #001E24, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001E24 on black background.


Color preview on white background

This text has color #001E24 on white background.



Black color preview on #001E24 background

This text has black color on #001E24 background.


White color preview on #001E24 background

This text has white color on #001E24 background.