COLOR #024D0C

HEX: #024D0C RGB: (2,77,12)

Color info

#024D0C contains mainly green color. Web safe color of #024D0C is #003300 (or #030).

RGB color model

#024D0C color RGB value is (2,77,12).

RGB: (2,77,12) (1%, 30%, 5%)

RGB channels and saturation

R 2 of 255 = 1%
G 77 of 255 = 30%
B 12 of 255 = 5%

2
77
12

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

Portions of RGB colors in percentages

R + G + B = 2 + 77 + 12 = 91 (100%)
R 2 of 91 ~ 2.2%
G 77 of 91 ~ 84.62%
B 12 of 91 ~ 13.19'%

%84.62
%13.19

CMYK color model

#024D0C color CMYK value is (97,0,84,70).

  • cyan value is 97.40%
  • magenta value is 0.00%
  • yellow value is 84.42%
  • key color value is 69.80%

CMYK: (97,0,84,70)
C97M0Y84K70 (97%, 0%, 84%, 70%)
(0.97 / 0.00 / 0.84 / 0.70)

CMYK percentages

%97.4
%0
%84.42
%69.8

Codes

Color #024D0C in popluar color models

02 4D 0C
RGB 2 77 12
HSL 128° 94.94% 15.49%
HSB/HSV 128° 97.40% 30.20%
CMYK 97.40% 0.00% 84.42%
69.80%

Color #024D0C in popluar number systems.

HEX 02 4D 0C
Decimal 2 77 12
Binary 10 1001101 1100
Octal 2 115 14

Shades and tints

Shades of #024D0C

#024D0C
(2,77,12)
#02460B
(2,70,11)
#023F0A
(2,63,10)
#023809
(2,56,9)
#023108
(2,49,8)
#022A07
(2,42,7)
#022306
(2,35,6)
#021C05
(2,28,5)
#021504
(2,21,4)
#020E03
(2,14,3)
#020702
(2,7,2)
#000000
(0,0,0)

Tints of #024D0C

#024D0C
(2,77,12)
#195D22
(25,93,34)
#306D38
(48,109,56)
#477D4E
(71,125,78)
#5E8D64
(94,141,100)
#759D7A
(117,157,122)
#8CAD90
(140,173,144)
#A3BDA6
(163,189,166)
#BACDBC
(186,205,188)
#D1DDD2
(209,221,210)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024D0C color. Also use rgb(2,77,12) instead hex code.

Text Font Color

.myTextColor { color: #024D0C; }

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

This text font color is #024D0C.

Background Color

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

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

This div background color is #024D0C.

Border color

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

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

This div border color is #024D0C.

Opacity

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

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

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

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

This text has shadow with #024D0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024D0C.

Preview

Color preview on black background

This text has color #024D0C on black background.


Color preview on white background

This text has color #024D0C on white background.


Black color preview on #024D0C background

This text has black color on #024D0C background.


White color preview on #024D0C background

This text has white color on #024D0C background.


Related colors

Complementary color

Complementary color for #hex is #FDB2F3.


I love getcolorcode.com

Triadic colors

1 #0C024D and #4D0C02 with #024D0C are triadic colors.

2 #0C4D02 and #4D020C with #024D0C are triadic colors.