COLOR #002C08

HEX: #002C08 RGB: (0,44,8)

Color info

#002C08 contains only green and blue colors. Web safe color of #002C08 is #003300 (or #030).

RGB color model

#002C08 color RGB value is (0,44,8).

RGB: (0,44,8) (0%, 17%, 3%)

RGB channels and saturation

R 0 of 255 = 0%
G 44 of 255 = 17%
B 8 of 255 = 3%

0
44
8

R + G + B ~ 7%. #002C08 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 44 + 8 = 52 (100%)
R 0 of 52 ~ 0%
G 44 of 52 ~ 84.62%
B 8 of 52 ~ 15.38'%

%84.62
%15.38

CMYK color model

#002C08 color CMYK value is (100,0,82,83).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 82.75%

CMYK: (100,0,82,83)
C100M0Y82K83 (100%, 0%, 82%, 83%)
(1.00 / 0.00 / 0.82 / 0.83)

CMYK percentages

%100
%0
%81.82
%82.75

Codes

Color #002C08 in popluar color models

00 2C 08
RGB 0 44 8
HSL 131° 100.00% 8.63%
HSB/HSV 131° 100.00% 17.25%
CMYK 100.00% 0.00% 81.82%
82.75%

Color #002C08 in popluar number systems.

HEX 00 2C 08
Decimal 0 44 8
Binary 0 101100 1000
Octal 0 54 10

Shades and tints

Shades of #002C08

#002C08
(0,44,8)
#002808
(0,40,8)
#002408
(0,36,8)
#002008
(0,32,8)
#001C08
(0,28,8)
#001808
(0,24,8)
#001408
(0,20,8)
#001008
(0,16,8)
#000C08
(0,12,8)
#000808
(0,8,8)
#000408
(0,4,8)
#000000
(0,0,0)

Tints of #002C08

#002C08
(0,44,8)
#173F1E
(23,63,30)
#2E5234
(46,82,52)
#45654A
(69,101,74)
#5C7860
(92,120,96)
#738B76
(115,139,118)
#8A9E8C
(138,158,140)
#A1B1A2
(161,177,162)
#B8C4B8
(184,196,184)
#CFD7CE
(207,215,206)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002C08 color. Also use rgb(0,44,8) instead hex code.

Text Font Color

.myTextColor { color: #002C08; }

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

This text font color is #002C08.

Background Color

.myBgColor { background-color: #002C08; }

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

This div background color is #002C08.

Border color

.myBorderColor { border: 1px solid #002C08; }

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

This div border color is #002C08.

Opacity

.myOpacity80 { color: #002C08; opacity: 0.8; }

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

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

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

This text has shadow with #002C08 color.


.textShadow {text-shadow: 3px 3px 1px #002C08', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #002C08; -webkit-box-shadow: 1px 1px 3px 2px #002C08; box-shadow:1px 1px 3px 2px #002C08;">
Div content here
</div>

This div box has shadow with color #002C08.

Preview

Color preview on black background

This text has color #002C08 on black background.


Color preview on white background

This text has color #002C08 on white background.


Black color preview on #002C08 background

This text has black color on #002C08 background.


White color preview on #002C08 background

This text has white color on #002C08 background.


Related colors

Complementary color

Complementary color for #hex is #FFD3F7.


I love getcolorcode.com

Triadic colors

1 #08002C and #2C0800 with #002C08 are triadic colors.

2 #082C00 and #2C0008 with #002C08 are triadic colors.