COLOR #025E0A

HEX: #025E0A
RGB: (2,94,10)

Renk bilgisi

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

RGB renk modeli

#025E0A color RGB value is (2,94,10).

  • kırmız ton 2;
  • yeşil ton 94;
  • mavi ton 10.
RGB:
(2,94,10)
(1%,37%,4%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 94 of 255 = 37%
B 10 of 255 = 4%

2
94
10

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

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 94 + 10 = 106 (100%)
R 2 of 106 ~ 1.89%
G 94 of 106 ~ 88.68%
B 10 of 106 ~ 9.43%

%88.68

CMYK RENK MODELİ

#025E0A rengi CMYK tonu (98,0,89,63).

  • camgöbeği tonu 97.87%
  • eflatun tonu 0.00%
  • sarı tonu 89.36%
  • ana renk tonu 63.14%
CMYK:
(98,0,89,63)
C98M0Y89K63 
(98%,0%,89%,63%)
(0.98/0.00/0.89/0.63)	

CMYK yüzdeleri

%97.87
%0
%89.36
%63.14

Codes

Color #025E0A in popluar color models

025E0A
RGB29410
HSL125°95.83%18.82%
HSB/HSV125°97.87%36.86%
CMYK97.87%0.00%89.36%
63.14%

Color #025E0A in popluar number systems.

HEX025E0A
Decimal29410
Binary1010111101010
Octal213612

Shades and tints

Shades of #025E0A

#025E0A
(2,94,10)
#02560A
(2,86,10)
#024E0A
(2,78,10)
#02460A
(2,70,10)
#023E0A
(2,62,10)
#02360A
(2,54,10)
#022E0A
(2,46,10)
#02260A
(2,38,10)
#021E0A
(2,30,10)
#02160A
(2,22,10)
#020E0A
(2,14,10)
#000000
(0,0,0)

Tints of #025E0A

#025E0A
(2,94,10)
#196C20
(25,108,32)
#307A36
(48,122,54)
#47884C
(71,136,76)
#5E9662
(94,150,98)
#75A478
(117,164,120)
#8CB28E
(140,178,142)
#A3C0A4
(163,192,164)
#BACEBA
(186,206,186)
#D1DCD0
(209,220,208)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025E0A color. Also use rgb(2,94,10) instead hex code.

Text Font Color

.myTextColor { color: #025E0A; }

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

This text font color is #025E0A.


Background Color

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

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

This div background color is #025E0A.


Border color

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

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

This div border color is #025E0A.


Opacity

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

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

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

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

This text has shadow with #025E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025E0A on black background.


Color preview on white background

This text has color #025E0A on white background.



Black color preview on #025E0A background

This text has black color on #025E0A background.


White color preview on #025E0A background

This text has white color on #025E0A background.