COLOR #025E0E

HEX: #025E0E
RGB: (2,94,14)

Color info

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

RGB color model

#025E0E color RGB value is (2,94,14).

  • red value is 2;
  • green value is 94;
  • blue value is 14.
RGB:
(2,94,14)
(1%,37%,5%)

RGB channels and saturation

R 2 of 255 = 1%
G 94 of 255 = 37%
B 14 of 255 = 5%

2
94
14

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

Portions of RGB colors in percentages

R + G + B =
2 + 94 + 14 = 110 (100%)
R 2 of 110 ~ 1.82%
G 94 of 110 ~ 85.45%
B 14 of 110 ~ 12.73%

%85.45
%12.73

CMYK color model

#025E0E color CMYK value is (98,0,85,63).

  • cyan value is 97.87%
  • magenta value is 0.00%
  • yellow value is 85.11%
  • key color value is 63.14%
CMYK:
(98,0,85,63)
C98M0Y85K63 
(98%,0%,85%,63%)
(0.98/0.00/0.85/0.63)	

CMYK percentages

%97.87
%0
%85.11
%63.14

Codes

Color #025E0E in popluar color models

025E0E
RGB29414
HSL128°95.83%18.82%
HSB/HSV128°97.87%36.86%
CMYK97.87%0.00%85.11%
63.14%

Color #025E0E in popluar number systems.

HEX025E0E
Decimal29414
Binary1010111101110
Octal213616

Shades and tints

Shades of #025E0E

#025E0E
(2,94,14)
#02560D
(2,86,13)
#024E0C
(2,78,12)
#02460B
(2,70,11)
#023E0A
(2,62,10)
#023609
(2,54,9)
#022E08
(2,46,8)
#022607
(2,38,7)
#021E06
(2,30,6)
#021605
(2,22,5)
#020E04
(2,14,4)
#000000
(0,0,0)

Tints of #025E0E

#025E0E
(2,94,14)
#196C23
(25,108,35)
#307A38
(48,122,56)
#47884D
(71,136,77)
#5E9662
(94,150,98)
#75A477
(117,164,119)
#8CB28C
(140,178,140)
#A3C0A1
(163,192,161)
#BACEB6
(186,206,182)
#D1DCCB
(209,220,203)
#E8EAE0
(232,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025E0E; }

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

This text font color is #025E0E.


Background Color

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

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

This div background color is #025E0E.


Border color

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

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

This div border color is #025E0E.


Opacity

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

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

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

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

This text has shadow with #025E0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025E0E on black background.


Color preview on white background

This text has color #025E0E on white background.



Black color preview on #025E0E background

This text has black color on #025E0E background.


White color preview on #025E0E background

This text has white color on #025E0E background.