COLOR #025D0D

HEX: #025D0D
RGB: (2,93,13)

Color info

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

RGB color model

#025D0D color RGB value is (2,93,13).

  • red value is 2;
  • green value is 93;
  • blue value is 13.
RGB:
(2,93,13)
(1%,36%,5%)

RGB channels and saturation

R 2 of 255 = 1%
G 93 of 255 = 36%
B 13 of 255 = 5%

2
93
13

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

Portions of RGB colors in percentages

R + G + B =
2 + 93 + 13 = 108 (100%)
R 2 of 108 ~ 1.85%
G 93 of 108 ~ 86.11%
B 13 of 108 ~ 12.04%

%86.11
%12.04

CMYK color model

#025D0D color CMYK value is (98,0,86,64).

  • cyan value is 97.85%
  • magenta value is 0.00%
  • yellow value is 86.02%
  • key color value is 63.53%
CMYK:
(98,0,86,64)
C98M0Y86K64 
(98%,0%,86%,64%)
(0.98/0.00/0.86/0.64)	

CMYK percentages

%97.85
%0
%86.02
%63.53

Codes

Color #025D0D in popluar color models

025D0D
RGB29313
HSL127°95.79%18.63%
HSB/HSV127°97.85%36.47%
CMYK97.85%0.00%86.02%
63.53%

Color #025D0D in popluar number systems.

HEX025D0D
Decimal29313
Binary1010111011101
Octal213515

Shades and tints

Shades of #025D0D

#025D0D
(2,93,13)
#02550C
(2,85,12)
#024D0B
(2,77,11)
#02450A
(2,69,10)
#023D09
(2,61,9)
#023508
(2,53,8)
#022D07
(2,45,7)
#022506
(2,37,6)
#021D05
(2,29,5)
#021504
(2,21,4)
#020D03
(2,13,3)
#000000
(0,0,0)

Tints of #025D0D

#025D0D
(2,93,13)
#196B23
(25,107,35)
#307939
(48,121,57)
#47874F
(71,135,79)
#5E9565
(94,149,101)
#75A37B
(117,163,123)
#8CB191
(140,177,145)
#A3BFA7
(163,191,167)
#BACDBD
(186,205,189)
#D1DBD3
(209,219,211)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025D0D color. Also use rgb(2,93,13) instead hex code.

Text Font Color

.myTextColor { color: #025D0D; }

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

This text font color is #025D0D.


Background Color

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

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

This div background color is #025D0D.


Border color

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

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

This div border color is #025D0D.


Opacity

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

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

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

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

This text has shadow with #025D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025D0D on black background.


Color preview on white background

This text has color #025D0D on white background.



Black color preview on #025D0D background

This text has black color on #025D0D background.


White color preview on #025D0D background

This text has white color on #025D0D background.