COLOR #002630

HEX: #002630
RGB: (0,38,48)

Color info

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

RGB color model

#002630 color RGB value is (0,38,48).

  • red value is 0;
  • green value is 38;
  • blue value is 48.
RGB:
(0,38,48)
(0%,15%,19%)

RGB channels and saturation

R 0 of 255 = 0%
G 38 of 255 = 15%
B 48 of 255 = 19%

0
38
48

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

Portions of RGB colors in percentages

R + G + B =
0 + 38 + 48 = 86 (100%)
R 0 of 86 ~ 0%
G 38 of 86 ~ 44.19%
B 48 of 86 ~ 55.81%

%44.19
%55.81

CMYK color model

#002630 color CMYK value is (100,21,0,81).

  • cyan value is 100.00%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(100,21,0,81)
C100M21Y0K81 
(100%,21%,0%,81%)
(1.00/0.21/0.00/0.81)	

CMYK percentages

%100
%20.83
%0
%81.18

Codes

Color #002630 in popluar color models

002630
RGB03848
HSL193°100.00%9.41%
HSB/HSV193°100.00%18.82%
CMYK100.00%20.83%0.00%
81.18%

Color #002630 in popluar number systems.

HEX002630
Decimal03848
Binary0100110110000
Octal04660

Shades and tints

Shades of #002630

#002630
(0,38,48)
#00232C
(0,35,44)
#002028
(0,32,40)
#001D24
(0,29,36)
#001A20
(0,26,32)
#00171C
(0,23,28)
#001418
(0,20,24)
#001114
(0,17,20)
#000E10
(0,14,16)
#000B0C
(0,11,12)
#000808
(0,8,8)
#000000
(0,0,0)

Tints of #002630

#002630
(0,38,48)
#173942
(23,57,66)
#2E4C54
(46,76,84)
#455F66
(69,95,102)
#5C7278
(92,114,120)
#73858A
(115,133,138)
#8A989C
(138,152,156)
#A1ABAE
(161,171,174)
#B8BEC0
(184,190,192)
#CFD1D2
(207,209,210)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002630 color. Also use rgb(0,38,48) instead hex code.

Text Font Color

.myTextColor { color: #002630; }

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

This text font color is #002630.


Background Color

.myBgColor { background-color: #002630; }

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

This div background color is #002630.


Border color

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

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

This div border color is #002630.


Opacity

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

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

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

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

This text has shadow with #002630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002630 on black background.


Color preview on white background

This text has color #002630 on white background.



Black color preview on #002630 background

This text has black color on #002630 background.


White color preview on #002630 background

This text has white color on #002630 background.