COLOR #002A0F

HEX: #002A0F
RGB: (0,42,15)

Color info

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

RGB color model

#002A0F color RGB value is (0,42,15).

  • red value is 0;
  • green value is 42;
  • blue value is 15.
RGB:
(0,42,15)
(0%,16%,6%)

RGB channels and saturation

R 0 of 255 = 0%
G 42 of 255 = 16%
B 15 of 255 = 6%

0
42
15

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

Portions of RGB colors in percentages

R + G + B =
0 + 42 + 15 = 57 (100%)
R 0 of 57 ~ 0%
G 42 of 57 ~ 73.68%
B 15 of 57 ~ 26.32%

%73.68
%26.32

CMYK color model

#002A0F color CMYK value is (100,0,64,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 83.53%
CMYK:
(100,0,64,84)
C100M0Y64K84 
(100%,0%,64%,84%)
(1.00/0.00/0.64/0.84)	

CMYK percentages

%100
%0
%64.29
%83.53

Codes

Color #002A0F in popluar color models

002A0F
RGB04215
HSL141°100.00%8.24%
HSB/HSV141°100.00%16.47%
CMYK100.00%0.00%64.29%
83.53%

Color #002A0F in popluar number systems.

HEX002A0F
Decimal04215
Binary01010101111
Octal05217

Shades and tints

Shades of #002A0F

#002A0F
(0,42,15)
#00270E
(0,39,14)
#00240D
(0,36,13)
#00210C
(0,33,12)
#001E0B
(0,30,11)
#001B0A
(0,27,10)
#001809
(0,24,9)
#001508
(0,21,8)
#001207
(0,18,7)
#000F06
(0,15,6)
#000C05
(0,12,5)
#000000
(0,0,0)

Tints of #002A0F

#002A0F
(0,42,15)
#173D24
(23,61,36)
#2E5039
(46,80,57)
#45634E
(69,99,78)
#5C7663
(92,118,99)
#738978
(115,137,120)
#8A9C8D
(138,156,141)
#A1AFA2
(161,175,162)
#B8C2B7
(184,194,183)
#CFD5CC
(207,213,204)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002A0F color. Also use rgb(0,42,15) instead hex code.

Text Font Color

.myTextColor { color: #002A0F; }

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

This text font color is #002A0F.


Background Color

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

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

This div background color is #002A0F.


Border color

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

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

This div border color is #002A0F.


Opacity

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

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

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

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

This text has shadow with #002A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002A0F on black background.


Color preview on white background

This text has color #002A0F on white background.



Black color preview on #002A0F background

This text has black color on #002A0F background.


White color preview on #002A0F background

This text has white color on #002A0F background.