COLOR #002830

HEX: #002830
RGB: (0,40,48)

Color info

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

RGB color model

#002830 color RGB value is (0,40,48).

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

RGB channels and saturation

R 0 of 255 = 0%
G 40 of 255 = 16%
B 48 of 255 = 19%

0
40
48

R + G + B ~ 12%. #002830 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 40 + 48 = 88 (100%)
R 0 of 88 ~ 0%
G 40 of 88 ~ 45.45%
B 48 of 88 ~ 54.55%

%45.45
%54.55

CMYK color model

#002830 color CMYK value is (100,17,0,81).

  • cyan value is 100.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(100,17,0,81)
C100M17Y0K81 
(100%,17%,0%,81%)
(1.00/0.17/0.00/0.81)	

CMYK percentages

%100
%16.67
%0
%81.18

Codes

Color #002830 in popluar color models

002830
RGB04048
HSL190°100.00%9.41%
HSB/HSV190°100.00%18.82%
CMYK100.00%16.67%0.00%
81.18%

Color #002830 in popluar number systems.

HEX002830
Decimal04048
Binary0101000110000
Octal05060

Shades and tints

Shades of #002830

#002830
(0,40,48)
#00252C
(0,37,44)
#002228
(0,34,40)
#001F24
(0,31,36)
#001C20
(0,28,32)
#00191C
(0,25,28)
#001618
(0,22,24)
#001314
(0,19,20)
#001010
(0,16,16)
#000D0C
(0,13,12)
#000A08
(0,10,8)
#000000
(0,0,0)

Tints of #002830

#002830
(0,40,48)
#173B42
(23,59,66)
#2E4E54
(46,78,84)
#456166
(69,97,102)
#5C7478
(92,116,120)
#73878A
(115,135,138)
#8A9A9C
(138,154,156)
#A1ADAE
(161,173,174)
#B8C0C0
(184,192,192)
#CFD3D2
(207,211,210)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002830; }

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

This text font color is #002830.


Background Color

.myBgColor { background-color: #002830; }

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

This div background color is #002830.


Border color

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

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

This div border color is #002830.


Opacity

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

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

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

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

This text has shadow with #002830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002830 on black background.


Color preview on white background

This text has color #002830 on white background.



Black color preview on #002830 background

This text has black color on #002830 background.


White color preview on #002830 background

This text has white color on #002830 background.