COLOR #042902

HEX: #042902 RGB: (4,41,2)

Color info

#042902 contains red, green and blue colors in about the same proportion. Web safe color of #042902 is #003300 (or #030).

RGB color model

#042902 color RGB value is (4,41,2).

RGB: (4,41,2) (2%, 16%, 1%)

RGB channels and saturation

R 4 of 255 = 2%
G 41 of 255 = 16%
B 2 of 255 = 1%

4
41
2

R + G + B ~ 6%. #042902 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 41 + 2 = 47 (100%)
R 4 of 47 ~ 8.51%
G 41 of 47 ~ 87.23%
B 2 of 47 ~ 4.26'%

%87.23

CMYK color model

#042902 color CMYK value is (90,0,95,84).

  • cyan value is 90.24%
  • magenta value is 0.00%
  • yellow value is 95.12%
  • key color value is 83.92%

CMYK: (90,0,95,84)
C90M0Y95K84 (90%, 0%, 95%, 84%)
(0.90 / 0.00 / 0.95 / 0.84)

CMYK percentages

%90.24
%0
%95.12
%83.92

Codes

Color #042902 in popluar color models

04 29 02
RGB 4 41 2
HSL 117° 90.70% 8.43%
HSB/HSV 117° 95.12% 16.08%
CMYK 90.24% 0.00% 95.12%
83.92%

Color #042902 in popluar number systems.

HEX 04 29 02
Decimal 4 41 2
Binary 100 101001 10
Octal 4 51 2

Shades and tints

Shades of #042902

#042902
(4,41,2)
#042602
(4,38,2)
#042302
(4,35,2)
#042002
(4,32,2)
#041D02
(4,29,2)
#041A02
(4,26,2)
#041702
(4,23,2)
#041402
(4,20,2)
#041102
(4,17,2)
#040E02
(4,14,2)
#040B02
(4,11,2)
#000000
(0,0,0)

Tints of #042902

#042902
(4,41,2)
#1A3C19
(26,60,25)
#304F30
(48,79,48)
#466247
(70,98,71)
#5C755E
(92,117,94)
#728875
(114,136,117)
#889B8C
(136,155,140)
#9EAEA3
(158,174,163)
#B4C1BA
(180,193,186)
#CAD4D1
(202,212,209)
#E0E7E8
(224,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042902 color. Also use rgb(4,41,2) instead hex code.

Text Font Color

.myTextColor { color: #042902; }

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

This text font color is #042902.

Background Color

.myBgColor { background-color: #042902; }

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

This div background color is #042902.

Border color

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

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

This div border color is #042902.

Opacity

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

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

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

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

This text has shadow with #042902 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042902.

Preview

Color preview on black background

This text has color #042902 on black background.


Color preview on white background

This text has color #042902 on white background.


Black color preview on #042902 background

This text has black color on #042902 background.


White color preview on #042902 background

This text has white color on #042902 background.


Related colors

Complementary color

Complementary color for #hex is #FBD6FD.


I love getcolorcode.com

Triadic colors

1 #020429 and #290204 with #042902 are triadic colors.

2 #022904 and #290402 with #042902 are triadic colors.