COLOR #024B0C

HEX: #024B0C
RGB: (2,75,12)

Color info

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

RGB color model

#024B0C color RGB value is (2,75,12).

  • red value is 2;
  • green value is 75;
  • blue value is 12.
RGB:
(2,75,12)
(1%,29%,5%)

RGB channels and saturation

R 2 of 255 = 1%
G 75 of 255 = 29%
B 12 of 255 = 5%

2
75
12

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

Portions of RGB colors in percentages

R + G + B =
2 + 75 + 12 = 89 (100%)
R 2 of 89 ~ 2.25%
G 75 of 89 ~ 84.27%
B 12 of 89 ~ 13.48%

%84.27
%13.48

CMYK color model

#024B0C color CMYK value is (97,0,84,71).

  • cyan value is 97.33%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 70.59%
CMYK:
(97,0,84,71)
C97M0Y84K71 
(97%,0%,84%,71%)
(0.97/0.00/0.84/0.71)	

CMYK percentages

%97.33
%0
%84
%70.59

Codes

Color #024B0C in popluar color models

024B0C
RGB27512
HSL128°94.81%15.10%
HSB/HSV128°97.33%29.41%
CMYK97.33%0.00%84.00%
70.59%

Color #024B0C in popluar number systems.

HEX024B0C
Decimal27512
Binary1010010111100
Octal211314

Shades and tints

Shades of #024B0C

#024B0C
(2,75,12)
#02450B
(2,69,11)
#023F0A
(2,63,10)
#023909
(2,57,9)
#023308
(2,51,8)
#022D07
(2,45,7)
#022706
(2,39,6)
#022105
(2,33,5)
#021B04
(2,27,4)
#021503
(2,21,3)
#020F02
(2,15,2)
#000000
(0,0,0)

Tints of #024B0C

#024B0C
(2,75,12)
#195B22
(25,91,34)
#306B38
(48,107,56)
#477B4E
(71,123,78)
#5E8B64
(94,139,100)
#759B7A
(117,155,122)
#8CAB90
(140,171,144)
#A3BBA6
(163,187,166)
#BACBBC
(186,203,188)
#D1DBD2
(209,219,210)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024B0C; }

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

This text font color is #024B0C.


Background Color

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

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

This div background color is #024B0C.


Border color

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

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

This div border color is #024B0C.


Opacity

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

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

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

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

This text has shadow with #024B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024B0C on black background.


Color preview on white background

This text has color #024B0C on white background.



Black color preview on #024B0C background

This text has black color on #024B0C background.


White color preview on #024B0C background

This text has white color on #024B0C background.