COLOR #024825

HEX: #024825
RGB: (2,72,37)

Color info

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

RGB color model

#024825 color RGB value is (2,72,37).

  • red value is 2;
  • green value is 72;
  • blue value is 37.
RGB:
(2,72,37)
(1%,28%,15%)

RGB channels and saturation

R 2 of 255 = 1%
G 72 of 255 = 28%
B 37 of 255 = 15%

2
72
37

R + G + B ~ 15%. #024825 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 72 + 37 = 111 (100%)
R 2 of 111 ~ 1.8%
G 72 of 111 ~ 64.86%
B 37 of 111 ~ 33.33%

%64.86
%33.33

CMYK color model

#024825 color CMYK value is (97,0,49,72).

  • cyan value is 97.22%
  • magenta value is 0.00%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK:
(97,0,49,72)
C97M0Y49K72 
(97%,0%,49%,72%)
(0.97/0.00/0.49/0.72)	

CMYK percentages

%97.22
%0
%48.61
%71.76

Codes

Color #024825 in popluar color models

024825
RGB27237
HSL150°94.59%14.51%
HSB/HSV150°97.22%28.24%
CMYK97.22%0.00%48.61%
71.76%

Color #024825 in popluar number systems.

HEX024825
Decimal27237
Binary101001000100101
Octal211045

Shades and tints

Shades of #024825

#024825
(2,72,37)
#024222
(2,66,34)
#023C1F
(2,60,31)
#02361C
(2,54,28)
#023019
(2,48,25)
#022A16
(2,42,22)
#022413
(2,36,19)
#021E10
(2,30,16)
#02180D
(2,24,13)
#02120A
(2,18,10)
#020C07
(2,12,7)
#000000
(0,0,0)

Tints of #024825

#024825
(2,72,37)
#195838
(25,88,56)
#30684B
(48,104,75)
#47785E
(71,120,94)
#5E8871
(94,136,113)
#759884
(117,152,132)
#8CA897
(140,168,151)
#A3B8AA
(163,184,170)
#BAC8BD
(186,200,189)
#D1D8D0
(209,216,208)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024825 color. Also use rgb(2,72,37) instead hex code.

Text Font Color

.myTextColor { color: #024825; }

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

This text font color is #024825.


Background Color

.myBgColor { background-color: #024825; }

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

This div background color is #024825.


Border color

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

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

This div border color is #024825.


Opacity

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

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

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

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

This text has shadow with #024825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024825 on black background.


Color preview on white background

This text has color #024825 on white background.



Black color preview on #024825 background

This text has black color on #024825 background.


White color preview on #024825 background

This text has white color on #024825 background.