COLOR #024503

HEX: #024503
RGB: (2,69,3)

Color info

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

RGB color model

#024503 color RGB value is (2,69,3).

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

RGB channels and saturation

R 2 of 255 = 1%
G 69 of 255 = 27%
B 3 of 255 = 1%

2
69
3

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

Portions of RGB colors in percentages

R + G + B =
2 + 69 + 3 = 74 (100%)
R 2 of 74 ~ 2.7%
G 69 of 74 ~ 93.24%
B 3 of 74 ~ 4.05%

%93.24

CMYK color model

#024503 color CMYK value is (97,0,96,73).

  • cyan value is 97.10%
  • magenta value is 0.00%
  • yellow value is 95.65%
  • key color value is 72.94%
CMYK:
(97,0,96,73)
C97M0Y96K73 
(97%,0%,96%,73%)
(0.97/0.00/0.96/0.73)	

CMYK percentages

%97.1
%0
%95.65
%72.94

Codes

Color #024503 in popluar color models

024503
RGB2693
HSL121°94.37%13.92%
HSB/HSV121°97.10%27.06%
CMYK97.10%0.00%95.65%
72.94%

Color #024503 in popluar number systems.

HEX024503
Decimal2693
Binary10100010111
Octal21053

Shades and tints

Shades of #024503

#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)
#020903
(2,9,3)
#000000
(0,0,0)

Tints of #024503

#024503
(2,69,3)
#195519
(25,85,25)
#30652F
(48,101,47)
#477545
(71,117,69)
#5E855B
(94,133,91)
#759571
(117,149,113)
#8CA587
(140,165,135)
#A3B59D
(163,181,157)
#BAC5B3
(186,197,179)
#D1D5C9
(209,213,201)
#E8E5DF
(232,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024503; }

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

This text font color is #024503.


Background Color

.myBgColor { background-color: #024503; }

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

This div background color is #024503.


Border color

.myBorderColor { border: 1px solid #024503; }

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

This div border color is #024503.


Opacity

.myOpacity80 { color: #024503; opacity: 0.8; }

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

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

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

This text has shadow with #024503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024503 on black background.


Color preview on white background

This text has color #024503 on white background.



Black color preview on #024503 background

This text has black color on #024503 background.


White color preview on #024503 background

This text has white color on #024503 background.