COLOR #002228

HEX: #002228
RGB: (0,34,40)

Color info

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

RGB color model

#002228 color RGB value is (0,34,40).

  • red value is 0;
  • green value is 34;
  • blue value is 40.
RGB:
(0,34,40)
(0%,13%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 34 of 255 = 13%
B 40 of 255 = 16%

0
34
40

R + G + B ~ 10%. #002228 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 34 + 40 = 74 (100%)
R 0 of 74 ~ 0%
G 34 of 74 ~ 45.95%
B 40 of 74 ~ 54.05%

%45.95
%54.05

CMYK color model

#002228 color CMYK value is (100,15,0,84).

  • cyan value is 100.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(100,15,0,84)
C100M15Y0K84 
(100%,15%,0%,84%)
(1.00/0.15/0.00/0.84)	

CMYK percentages

%100
%15
%0
%84.31

Codes

Color #002228 in popluar color models

002228
RGB03440
HSL189°100.00%7.84%
HSB/HSV189°100.00%15.69%
CMYK100.00%15.00%0.00%
84.31%

Color #002228 in popluar number systems.

HEX002228
Decimal03440
Binary0100010101000
Octal04250

Shades and tints

Shades of #002228

#002228
(0,34,40)
#001F25
(0,31,37)
#001C22
(0,28,34)
#00191F
(0,25,31)
#00161C
(0,22,28)
#001319
(0,19,25)
#001016
(0,16,22)
#000D13
(0,13,19)
#000A10
(0,10,16)
#00070D
(0,7,13)
#00040A
(0,4,10)
#000000
(0,0,0)

Tints of #002228

#002228
(0,34,40)
#17363B
(23,54,59)
#2E4A4E
(46,74,78)
#455E61
(69,94,97)
#5C7274
(92,114,116)
#738687
(115,134,135)
#8A9A9A
(138,154,154)
#A1AEAD
(161,174,173)
#B8C2C0
(184,194,192)
#CFD6D3
(207,214,211)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002228 color. Also use rgb(0,34,40) instead hex code.

Text Font Color

.myTextColor { color: #002228; }

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

This text font color is #002228.


Background Color

.myBgColor { background-color: #002228; }

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

This div background color is #002228.


Border color

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

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

This div border color is #002228.


Opacity

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

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

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

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

This text has shadow with #002228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002228 on black background.


Color preview on white background

This text has color #002228 on white background.



Black color preview on #002228 background

This text has black color on #002228 background.


White color preview on #002228 background

This text has white color on #002228 background.