COLOR #025A06

HEX: #025A06
RGB: (2,90,6)

Renk bilgisi

#025A06 contains mainly green color. #025A06 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#025A06 color RGB value is (2,90,6).

  • kırmız ton 2;
  • yeşil ton 90;
  • mavi ton 6.
RGB:
(2,90,6)
(1%,35%,2%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 90 of 255 = 35%
B 6 of 255 = 2%

2
90
6

R + G + B ~ 13%. #025A06 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 90 + 6 = 98 (100%)
R 2 of 98 ~ 2.04%
G 90 of 98 ~ 91.84%
B 6 of 98 ~ 6.12%

%91.84

CMYK RENK MODELİ

#025A06 rengi CMYK tonu (98,0,93,65).

  • camgöbeği tonu 97.78%
  • eflatun tonu 0.00%
  • sarı tonu 93.33%
  • ana renk tonu 64.71%
CMYK:
(98,0,93,65)
C98M0Y93K65 
(98%,0%,93%,65%)
(0.98/0.00/0.93/0.65)	

CMYK yüzdeleri

%97.78
%0
%93.33
%64.71

Codes

Color #025A06 in popluar color models

025A06
RGB2906
HSL123°95.65%18.04%
HSB/HSV123°97.78%35.29%
CMYK97.78%0.00%93.33%
64.71%

Color #025A06 in popluar number systems.

HEX025A06
Decimal2906
Binary101011010110
Octal21326

Shades and tints

Shades of #025A06

#025A06
(2,90,6)
#025206
(2,82,6)
#024A06
(2,74,6)
#024206
(2,66,6)
#023A06
(2,58,6)
#023206
(2,50,6)
#022A06
(2,42,6)
#022206
(2,34,6)
#021A06
(2,26,6)
#021206
(2,18,6)
#020A06
(2,10,6)
#000000
(0,0,0)

Tints of #025A06

#025A06
(2,90,6)
#19691C
(25,105,28)
#307832
(48,120,50)
#478748
(71,135,72)
#5E965E
(94,150,94)
#75A574
(117,165,116)
#8CB48A
(140,180,138)
#A3C3A0
(163,195,160)
#BAD2B6
(186,210,182)
#D1E1CC
(209,225,204)
#E8F0E2
(232,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025A06 color. Also use rgb(2,90,6) instead hex code.

Text Font Color

.myTextColor { color: #025A06; }

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

This text font color is #025A06.


Background Color

.myBgColor { background-color: #025A06; }

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

This div background color is #025A06.


Border color

.myBorderColor { border: 1px solid #025A06; }

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

This div border color is #025A06.


Opacity

.myOpacity80 { color: #025A06; opacity: 0.8; }

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

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

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

This text has shadow with #025A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025A06 on black background.


Color preview on white background

This text has color #025A06 on white background.



Black color preview on #025A06 background

This text has black color on #025A06 background.


White color preview on #025A06 background

This text has white color on #025A06 background.