COLOR #025A09

HEX: #025A09
RGB: (2,90,9)

Renk bilgisi

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

RGB renk modeli

#025A09 color RGB value is (2,90,9).

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

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 90 of 255 = 35%
B 9 of 255 = 4%

2
90
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 90 + 9 = 101 (100%)
R 2 of 101 ~ 1.98%
G 90 of 101 ~ 89.11%
B 9 of 101 ~ 8.91%

%89.11

CMYK RENK MODELİ

#025A09 rengi CMYK tonu (98,0,90,65).

  • camgöbeği tonu 97.78%
  • eflatun tonu 0.00%
  • sarı tonu 90.00%
  • ana renk tonu 64.71%
CMYK:
(98,0,90,65)
C98M0Y90K65 
(98%,0%,90%,65%)
(0.98/0.00/0.90/0.65)	

CMYK yüzdeleri

%97.78
%0
%90
%64.71

Codes

Color #025A09 in popluar color models

025A09
RGB2909
HSL125°95.65%18.04%
HSB/HSV125°97.78%35.29%
CMYK97.78%0.00%90.00%
64.71%

Color #025A09 in popluar number systems.

HEX025A09
Decimal2909
Binary1010110101001
Octal213211

Shades and tints

Shades of #025A09

#025A09
(2,90,9)
#025209
(2,82,9)
#024A09
(2,74,9)
#024209
(2,66,9)
#023A09
(2,58,9)
#023209
(2,50,9)
#022A09
(2,42,9)
#022209
(2,34,9)
#021A09
(2,26,9)
#021209
(2,18,9)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #025A09

#025A09
(2,90,9)
#19691F
(25,105,31)
#307835
(48,120,53)
#47874B
(71,135,75)
#5E9661
(94,150,97)
#75A577
(117,165,119)
#8CB48D
(140,180,141)
#A3C3A3
(163,195,163)
#BAD2B9
(186,210,185)
#D1E1CF
(209,225,207)
#E8F0E5
(232,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025A09; }

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

This text font color is #025A09.


Background Color

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

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

This div background color is #025A09.


Border color

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

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

This div border color is #025A09.


Opacity

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

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

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

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

This text has shadow with #025A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025A09 on black background.


Color preview on white background

This text has color #025A09 on white background.



Black color preview on #025A09 background

This text has black color on #025A09 background.


White color preview on #025A09 background

This text has white color on #025A09 background.