COLOR #02292A

HEX: #02292A
RGB: (2,41,42)

Color info

#02292A contains red, green and blue colors in about the same proportion. Web safe color of #02292A is #003333 (or #033).

RGB color model

#02292A color RGB value is (2,41,42).

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

RGB channels and saturation

R 2 of 255 = 1%
G 41 of 255 = 16%
B 42 of 255 = 16%

2
41
42

R + G + B ~ 11%. #02292A is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 41 + 42 = 85 (100%)
R 2 of 85 ~ 2.35%
G 41 of 85 ~ 48.24%
B 42 of 85 ~ 49.41%

%48.24
%49.41

CMYK color model

#02292A color CMYK value is (95,2,0,84).

  • cyan value is 95.24%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(95,2,0,84)
C95M2Y0K84 
(95%,2%,0%,84%)
(0.95/0.02/0.00/0.84)	

CMYK percentages

%95.24
%2.38
%0
%83.53

Codes

Color #02292A in popluar color models

02292A
RGB24142
HSL182°90.91%8.63%
HSB/HSV182°95.24%16.47%
CMYK95.24%2.38%0.00%
83.53%

Color #02292A in popluar number systems.

HEX02292A
Decimal24142
Binary10101001101010
Octal25152

Shades and tints

Shades of #02292A

#02292A
(2,41,42)
#022627
(2,38,39)
#022324
(2,35,36)
#022021
(2,32,33)
#021D1E
(2,29,30)
#021A1B
(2,26,27)
#021718
(2,23,24)
#021415
(2,20,21)
#021112
(2,17,18)
#020E0F
(2,14,15)
#020B0C
(2,11,12)
#000000
(0,0,0)

Tints of #02292A

#02292A
(2,41,42)
#193C3D
(25,60,61)
#304F50
(48,79,80)
#476263
(71,98,99)
#5E7576
(94,117,118)
#758889
(117,136,137)
#8C9B9C
(140,155,156)
#A3AEAF
(163,174,175)
#BAC1C2
(186,193,194)
#D1D4D5
(209,212,213)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02292A; }

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

This text font color is #02292A.


Background Color

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

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

This div background color is #02292A.


Border color

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

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

This div border color is #02292A.


Opacity

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

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

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

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

This text has shadow with #02292A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02292A on black background.


Color preview on white background

This text has color #02292A on white background.



Black color preview on #02292A background

This text has black color on #02292A background.


White color preview on #02292A background

This text has white color on #02292A background.