COLOR #024A10

HEX: #024A10 RGB: (2,74,16)

Color info

#024A10 contains mainly green and blue colors. Web safe color of #024A10 is #003300 (or #030).

RGB color model

#024A10 color RGB value is (2,74,16).

RGB: (2,74,16) (1%, 29%, 6%)

RGB channels and saturation

R 2 of 255 = 1%
G 74 of 255 = 29%
B 16 of 255 = 6%

2
74
16

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

Portions of RGB colors in percentages

R + G + B = 2 + 74 + 16 = 92 (100%)
R 2 of 92 ~ 2.17%
G 74 of 92 ~ 80.43%
B 16 of 92 ~ 17.39'%

%80.43
%17.39

CMYK color model

#024A10 color CMYK value is (97,0,78,71).

  • cyan value is 97.30%
  • magenta value is 0.00%
  • yellow value is 78.38%
  • key color value is 70.98%

CMYK: (97,0,78,71)
C97M0Y78K71 (97%, 0%, 78%, 71%)
(0.97 / 0.00 / 0.78 / 0.71)

CMYK percentages

%97.3
%0
%78.38
%70.98

Codes

Color #024A10 in popluar color models

02 4A 10
RGB 2 74 16
HSL 132° 94.74% 14.90%
HSB/HSV 132° 97.30% 29.02%
CMYK 97.30% 0.00% 78.38%
70.98%

Color #024A10 in popluar number systems.

HEX 02 4A 10
Decimal 2 74 16
Binary 10 1001010 10000
Octal 2 112 20

Shades and tints

Shades of #024A10

#024A10
(2,74,16)
#02440F
(2,68,15)
#023E0E
(2,62,14)
#02380D
(2,56,13)
#02320C
(2,50,12)
#022C0B
(2,44,11)
#02260A
(2,38,10)
#022009
(2,32,9)
#021A08
(2,26,8)
#021407
(2,20,7)
#020E06
(2,14,6)
#000000
(0,0,0)

Tints of #024A10

#024A10
(2,74,16)
#195A25
(25,90,37)
#306A3A
(48,106,58)
#477A4F
(71,122,79)
#5E8A64
(94,138,100)
#759A79
(117,154,121)
#8CAA8E
(140,170,142)
#A3BAA3
(163,186,163)
#BACAB8
(186,202,184)
#D1DACD
(209,218,205)
#E8EAE2
(232,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024A10 color. Also use rgb(2,74,16) instead hex code.

Text Font Color

.myTextColor { color: #024A10; }

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

This text font color is #024A10.

Background Color

.myBgColor { background-color: #024A10; }

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

This div background color is #024A10.

Border color

.myBorderColor { border: 1px solid #024A10; }

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

This div border color is #024A10.

Opacity

.myOpacity80 { color: #024A10; opacity: 0.8; }

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

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

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

This text has shadow with #024A10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024A10.

Preview

Color preview on black background

This text has color #024A10 on black background.


Color preview on white background

This text has color #024A10 on white background.


Black color preview on #024A10 background

This text has black color on #024A10 background.


White color preview on #024A10 background

This text has white color on #024A10 background.


Related colors

Complementary color

Complementary color for #hex is #FDB5EF.


I love getcolorcode.com

Triadic colors

1 #10024A and #4A1002 with #024A10 are triadic colors.

2 #104A02 and #4A0210 with #024A10 are triadic colors.