COLOR #025612

HEX: #025612 RGB: (2,86,18)

Color info

#025612 contains mainly green color. Web safe color of #025612 is #006600 (or #060).

RGB color model

#025612 color RGB value is (2,86,18).

RGB: (2,86,18) (1%, 34%, 7%)

RGB channels and saturation

R 2 of 255 = 1%
G 86 of 255 = 34%
B 18 of 255 = 7%

2
86
18

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

Portions of RGB colors in percentages

R + G + B = 2 + 86 + 18 = 106 (100%)
R 2 of 106 ~ 1.89%
G 86 of 106 ~ 81.13%
B 18 of 106 ~ 16.98'%

%81.13
%16.98

CMYK color model

#025612 color CMYK value is (98,0,79,66).

  • cyan value is 97.67%
  • magenta value is 0.00%
  • yellow value is 79.07%
  • key color value is 66.27%

CMYK: (98,0,79,66)
C98M0Y79K66 (98%, 0%, 79%, 66%)
(0.98 / 0.00 / 0.79 / 0.66)

CMYK percentages

%97.67
%0
%79.07
%66.27

Codes

Color #025612 in popluar color models

02 56 12
RGB 2 86 18
HSL 131° 95.45% 17.25%
HSB/HSV 131° 97.67% 33.73%
CMYK 97.67% 0.00% 79.07%
66.27%

Color #025612 in popluar number systems.

HEX 02 56 12
Decimal 2 86 18
Binary 10 1010110 10010
Octal 2 126 22

Shades and tints

Shades of #025612

#025612
(2,86,18)
#024F11
(2,79,17)
#024810
(2,72,16)
#02410F
(2,65,15)
#023A0E
(2,58,14)
#02330D
(2,51,13)
#022C0C
(2,44,12)
#02250B
(2,37,11)
#021E0A
(2,30,10)
#021709
(2,23,9)
#021008
(2,16,8)
#000000
(0,0,0)

Tints of #025612

#025612
(2,86,18)
#196527
(25,101,39)
#30743C
(48,116,60)
#478351
(71,131,81)
#5E9266
(94,146,102)
#75A17B
(117,161,123)
#8CB090
(140,176,144)
#A3BFA5
(163,191,165)
#BACEBA
(186,206,186)
#D1DDCF
(209,221,207)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025612 color. Also use rgb(2,86,18) instead hex code.

Text Font Color

.myTextColor { color: #025612; }

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

This text font color is #025612.

Background Color

.myBgColor { background-color: #025612; }

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

This div background color is #025612.

Border color

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

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

This div border color is #025612.

Opacity

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

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

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

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

This text has shadow with #025612 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #025612.

Preview

Color preview on black background

This text has color #025612 on black background.


Color preview on white background

This text has color #025612 on white background.


Black color preview on #025612 background

This text has black color on #025612 background.


White color preview on #025612 background

This text has white color on #025612 background.


Related colors

Complementary color

Complementary color for #hex is #FDA9ED.


I love getcolorcode.com

Triadic colors

1 #120256 and #561202 with #025612 are triadic colors.

2 #125602 and #560212 with #025612 are triadic colors.