COLOR #024B03

HEX: #024B03
RGB: (2,75,3)

Color info

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

RGB color model

#024B03 color RGB value is (2,75,3).

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

RGB channels and saturation

R 2 of 255 = 1%
G 75 of 255 = 29%
B 3 of 255 = 1%

2
75
3

R + G + B ~ 10%. #024B03 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 75 + 3 = 80 (100%)
R 2 of 80 ~ 2.5%
G 75 of 80 ~ 93.75%
B 3 of 80 ~ 3.75%

%93.75

CMYK color model

#024B03 color CMYK value is (97,0,96,71).

  • cyan value is 97.33%
  • magenta value is 0.00%
  • yellow value is 96.00%
  • key color value is 70.59%
CMYK:
(97,0,96,71)
C97M0Y96K71 
(97%,0%,96%,71%)
(0.97/0.00/0.96/0.71)	

CMYK percentages

%97.33
%0
%96
%70.59

Codes

Color #024B03 in popluar color models

024B03
RGB2753
HSL121°94.81%15.10%
HSB/HSV121°97.33%29.41%
CMYK97.33%0.00%96.00%
70.59%

Color #024B03 in popluar number systems.

HEX024B03
Decimal2753
Binary10100101111
Octal21133

Shades and tints

Shades of #024B03

#024B03
(2,75,3)
#024503
(2,69,3)
#023F03
(2,63,3)
#023903
(2,57,3)
#023303
(2,51,3)
#022D03
(2,45,3)
#022703
(2,39,3)
#022103
(2,33,3)
#021B03
(2,27,3)
#021503
(2,21,3)
#020F03
(2,15,3)
#000000
(0,0,0)

Tints of #024B03

#024B03
(2,75,3)
#195B19
(25,91,25)
#306B2F
(48,107,47)
#477B45
(71,123,69)
#5E8B5B
(94,139,91)
#759B71
(117,155,113)
#8CAB87
(140,171,135)
#A3BB9D
(163,187,157)
#BACBB3
(186,203,179)
#D1DBC9
(209,219,201)
#E8EBDF
(232,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024B03; }

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

This text font color is #024B03.


Background Color

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

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

This div background color is #024B03.


Border color

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

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

This div border color is #024B03.


Opacity

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

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

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

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

This text has shadow with #024B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024B03 on black background.


Color preview on white background

This text has color #024B03 on white background.



Black color preview on #024B03 background

This text has black color on #024B03 background.


White color preview on #024B03 background

This text has white color on #024B03 background.