COLOR #025532

HEX: #025532 RGB: (2,85,50)

Color info

#025532 contains mainly green and blue colors. Web safe color of #025532 is #006633 (or #063).

RGB color model

#025532 color RGB value is (2,85,50).

RGB: (2,85,50) (1%, 33%, 20%)

RGB channels and saturation

R 2 of 255 = 1%
G 85 of 255 = 33%
B 50 of 255 = 20%

2
85
50

R + G + B ~ 18%. #025532 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 85 + 50 = 137 (100%)
R 2 of 137 ~ 1.46%
G 85 of 137 ~ 62.04%
B 50 of 137 ~ 36.5'%

%62.04
%36.5

CMYK color model

#025532 color CMYK value is (98,0,41,67).

  • cyan value is 97.65%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 66.67%

CMYK: (98,0,41,67)
C98M0Y41K67 (98%, 0%, 41%, 67%)
(0.98 / 0.00 / 0.41 / 0.67)

CMYK percentages

%97.65
%0
%41.18
%66.67

Codes

Color #025532 in popluar color models

02 55 32
RGB 2 85 50
HSL 155° 95.40% 17.06%
HSB/HSV 155° 97.65% 33.33%
CMYK 97.65% 0.00% 41.18%
66.67%

Color #025532 in popluar number systems.

HEX 02 55 32
Decimal 2 85 50
Binary 10 1010101 110010
Octal 2 125 62

Shades and tints

Shades of #025532

#025532
(2,85,50)
#024E2E
(2,78,46)
#02472A
(2,71,42)
#024026
(2,64,38)
#023922
(2,57,34)
#02321E
(2,50,30)
#022B1A
(2,43,26)
#022416
(2,36,22)
#021D12
(2,29,18)
#02160E
(2,22,14)
#020F0A
(2,15,10)
#000000
(0,0,0)

Tints of #025532

#025532
(2,85,50)
#196444
(25,100,68)
#307356
(48,115,86)
#478268
(71,130,104)
#5E917A
(94,145,122)
#75A08C
(117,160,140)
#8CAF9E
(140,175,158)
#A3BEB0
(163,190,176)
#BACDC2
(186,205,194)
#D1DCD4
(209,220,212)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025532 color. Also use rgb(2,85,50) instead hex code.

Text Font Color

.myTextColor { color: #025532; }

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

This text font color is #025532.

Background Color

.myBgColor { background-color: #025532; }

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

This div background color is #025532.

Border color

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

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

This div border color is #025532.

Opacity

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

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

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

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

This text has shadow with #025532 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #025532.

Preview

Color preview on black background

This text has color #025532 on black background.


Color preview on white background

This text has color #025532 on white background.


Black color preview on #025532 background

This text has black color on #025532 background.


White color preview on #025532 background

This text has white color on #025532 background.


Related colors

Complementary color

Complementary color for #hex is #FDAACD.


I love getcolorcode.com

Triadic colors

1 #320255 and #553202 with #025532 are triadic colors.

2 #325502 and #550232 with #025532 are triadic colors.