COLOR #024525

HEX: #024525 RGB: (2,69,37)

Color info

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

RGB color model

#024525 color RGB value is (2,69,37).

RGB: (2,69,37) (1%, 27%, 15%)

RGB channels and saturation

R 2 of 255 = 1%
G 69 of 255 = 27%
B 37 of 255 = 15%

2
69
37

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

Portions of RGB colors in percentages

R + G + B = 2 + 69 + 37 = 108 (100%)
R 2 of 108 ~ 1.85%
G 69 of 108 ~ 63.89%
B 37 of 108 ~ 34.26'%

%63.89
%34.26

CMYK color model

#024525 color CMYK value is (97,0,46,73).

  • cyan value is 97.10%
  • magenta value is 0.00%
  • yellow value is 46.38%
  • key color value is 72.94%

CMYK: (97,0,46,73)
C97M0Y46K73 (97%, 0%, 46%, 73%)
(0.97 / 0.00 / 0.46 / 0.73)

CMYK percentages

%97.1
%0
%46.38
%72.94

Codes

Color #024525 in popluar color models

02 45 25
RGB 2 69 37
HSL 151° 94.37% 13.92%
HSB/HSV 151° 97.10% 27.06%
CMYK 97.10% 0.00% 46.38%
72.94%

Color #024525 in popluar number systems.

HEX 02 45 25
Decimal 2 69 37
Binary 10 1000101 100101
Octal 2 105 45

Shades and tints

Shades of #024525

#024525
(2,69,37)
#023F22
(2,63,34)
#02391F
(2,57,31)
#02331C
(2,51,28)
#022D19
(2,45,25)
#022716
(2,39,22)
#022113
(2,33,19)
#021B10
(2,27,16)
#02150D
(2,21,13)
#020F0A
(2,15,10)
#020907
(2,9,7)
#000000
(0,0,0)

Tints of #024525

#024525
(2,69,37)
#195538
(25,85,56)
#30654B
(48,101,75)
#47755E
(71,117,94)
#5E8571
(94,133,113)
#759584
(117,149,132)
#8CA597
(140,165,151)
#A3B5AA
(163,181,170)
#BAC5BD
(186,197,189)
#D1D5D0
(209,213,208)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024525; }

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

This text font color is #024525.

Background Color

.myBgColor { background-color: #024525; }

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

This div background color is #024525.

Border color

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

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

This div border color is #024525.

Opacity

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

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

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

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

This text has shadow with #024525 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024525.

Preview

Color preview on black background

This text has color #024525 on black background.


Color preview on white background

This text has color #024525 on white background.


Black color preview on #024525 background

This text has black color on #024525 background.


White color preview on #024525 background

This text has white color on #024525 background.


Related colors

Complementary color

Complementary color for #hex is #FDBADA.


I love getcolorcode.com

Triadic colors

1 #250245 and #452502 with #024525 are triadic colors.

2 #254502 and #450225 with #024525 are triadic colors.