COLOR #024B1C

HEX: #024B1C RGB: (2,75,28)

Color info

#024B1C contains mainly green and blue colors. Web safe color of #024B1C is #003333 (or #033).

RGB color model

#024B1C color RGB value is (2,75,28).

RGB: (2,75,28) (1%, 29%, 11%)

RGB channels and saturation

R 2 of 255 = 1%
G 75 of 255 = 29%
B 28 of 255 = 11%

2
75
28

R + G + B ~ 14%. #024B1C is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 75 + 28 = 105 (100%)
R 2 of 105 ~ 1.9%
G 75 of 105 ~ 71.43%
B 28 of 105 ~ 26.67'%

%71.43
%26.67

CMYK color model

#024B1C color CMYK value is (97,0,63,71).

  • cyan value is 97.33%
  • magenta value is 0.00%
  • yellow value is 62.67%
  • key color value is 70.59%

CMYK: (97,0,63,71)
C97M0Y63K71 (97%, 0%, 63%, 71%)
(0.97 / 0.00 / 0.63 / 0.71)

CMYK percentages

%97.33
%0
%62.67
%70.59

Codes

Color #024B1C in popluar color models

02 4B 1C
RGB 2 75 28
HSL 141° 94.81% 15.10%
HSB/HSV 141° 97.33% 29.41%
CMYK 97.33% 0.00% 62.67%
70.59%

Color #024B1C in popluar number systems.

HEX 02 4B 1C
Decimal 2 75 28
Binary 10 1001011 11100
Octal 2 113 34

Shades and tints

Shades of #024B1C

#024B1C
(2,75,28)
#02451A
(2,69,26)
#023F18
(2,63,24)
#023916
(2,57,22)
#023314
(2,51,20)
#022D12
(2,45,18)
#022710
(2,39,16)
#02210E
(2,33,14)
#021B0C
(2,27,12)
#02150A
(2,21,10)
#020F08
(2,15,8)
#000000
(0,0,0)

Tints of #024B1C

#024B1C
(2,75,28)
#195B30
(25,91,48)
#306B44
(48,107,68)
#477B58
(71,123,88)
#5E8B6C
(94,139,108)
#759B80
(117,155,128)
#8CAB94
(140,171,148)
#A3BBA8
(163,187,168)
#BACBBC
(186,203,188)
#D1DBD0
(209,219,208)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024B1C color. Also use rgb(2,75,28) instead hex code.

Text Font Color

.myTextColor { color: #024B1C; }

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

This text font color is #024B1C.

Background Color

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

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

This div background color is #024B1C.

Border color

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

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

This div border color is #024B1C.

Opacity

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

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

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

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

This text has shadow with #024B1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024B1C.

Preview

Color preview on black background

This text has color #024B1C on black background.


Color preview on white background

This text has color #024B1C on white background.


Black color preview on #024B1C background

This text has black color on #024B1C background.


White color preview on #024B1C background

This text has white color on #024B1C background.


Related colors

Complementary color

Complementary color for #hex is #FDB4E3.


I love getcolorcode.com

Triadic colors

1 #1C024B and #4B1C02 with #024B1C are triadic colors.

2 #1C4B02 and #4B021C with #024B1C are triadic colors.