COLOR #02442A

HEX: #02442A
RGB: (2,68,42)

Color info

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

RGB color model

#02442A color RGB value is (2,68,42).

  • red value is 2;
  • green value is 68;
  • blue value is 42.
RGB:
(2,68,42)
(1%,27%,16%)

RGB channels and saturation

R 2 of 255 = 1%
G 68 of 255 = 27%
B 42 of 255 = 16%

2
68
42

R + G + B ~ 15%. #02442A is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 68 + 42 = 112 (100%)
R 2 of 112 ~ 1.79%
G 68 of 112 ~ 60.71%
B 42 of 112 ~ 37.5%

%60.71
%37.5

CMYK color model

#02442A color CMYK value is (97,0,38,73).

  • cyan value is 97.06%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 73.33%
CMYK:
(97,0,38,73)
C97M0Y38K73 
(97%,0%,38%,73%)
(0.97/0.00/0.38/0.73)	

CMYK percentages

%97.06
%0
%38.24
%73.33

Codes

Color #02442A in popluar color models

02442A
RGB26842
HSL156°94.29%13.73%
HSB/HSV156°97.06%26.67%
CMYK97.06%0.00%38.24%
73.33%

Color #02442A in popluar number systems.

HEX02442A
Decimal26842
Binary101000100101010
Octal210452

Shades and tints

Shades of #02442A

#02442A
(2,68,42)
#023E27
(2,62,39)
#023824
(2,56,36)
#023221
(2,50,33)
#022C1E
(2,44,30)
#02261B
(2,38,27)
#022018
(2,32,24)
#021A15
(2,26,21)
#021412
(2,20,18)
#020E0F
(2,14,15)
#02080C
(2,8,12)
#000000
(0,0,0)

Tints of #02442A

#02442A
(2,68,42)
#19553D
(25,85,61)
#306650
(48,102,80)
#477763
(71,119,99)
#5E8876
(94,136,118)
#759989
(117,153,137)
#8CAA9C
(140,170,156)
#A3BBAF
(163,187,175)
#BACCC2
(186,204,194)
#D1DDD5
(209,221,213)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02442A color. Also use rgb(2,68,42) instead hex code.

Text Font Color

.myTextColor { color: #02442A; }

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

This text font color is #02442A.


Background Color

.myBgColor { background-color: #02442A; }

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

This div background color is #02442A.


Border color

.myBorderColor { border: 1px solid #02442A; }

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

This div border color is #02442A.


Opacity

.myOpacity80 { color: #02442A; opacity: 0.8; }

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

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

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

This text has shadow with #02442A color.

.textShadow {text-shadow: 3px 3px 1px #02442A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02442A on black background.


Color preview on white background

This text has color #02442A on white background.



Black color preview on #02442A background

This text has black color on #02442A background.


White color preview on #02442A background

This text has white color on #02442A background.