COLOR #026519

HEX: #026519
RGB: (2,101,25)

Color info

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

RGB color model

#026519 color RGB value is (2,101,25).

  • red value is 2;
  • green value is 101;
  • blue value is 25.
RGB:
(2,101,25)
(1%,40%,10%)

RGB channels and saturation

R 2 of 255 = 1%
G 101 of 255 = 40%
B 25 of 255 = 10%

2
101
25

R + G + B ~ 17%. #026519 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 101 + 25 = 128 (100%)
R 2 of 128 ~ 1.56%
G 101 of 128 ~ 78.91%
B 25 of 128 ~ 19.53%

%78.91
%19.53

CMYK color model

#026519 color CMYK value is (98,0,75,60).

  • cyan value is 98.02%
  • magenta value is 0.00%
  • yellow value is 75.25%
  • key color value is 60.39%
CMYK:
(98,0,75,60)
C98M0Y75K60 
(98%,0%,75%,60%)
(0.98/0.00/0.75/0.60)	

CMYK percentages

%98.02
%0
%75.25
%60.39

Codes

Color #026519 in popluar color models

026519
RGB210125
HSL134°96.12%20.20%
HSB/HSV134°98.02%39.61%
CMYK98.02%0.00%75.25%
60.39%

Color #026519 in popluar number systems.

HEX026519
Decimal210125
Binary10110010111001
Octal214531

Shades and tints

Shades of #026519

#026519
(2,101,25)
#025C17
(2,92,23)
#025315
(2,83,21)
#024A13
(2,74,19)
#024111
(2,65,17)
#02380F
(2,56,15)
#022F0D
(2,47,13)
#02260B
(2,38,11)
#021D09
(2,29,9)
#021407
(2,20,7)
#020B05
(2,11,5)
#000000
(0,0,0)

Tints of #026519

#026519
(2,101,25)
#19732D
(25,115,45)
#308141
(48,129,65)
#478F55
(71,143,85)
#5E9D69
(94,157,105)
#75AB7D
(117,171,125)
#8CB991
(140,185,145)
#A3C7A5
(163,199,165)
#BAD5B9
(186,213,185)
#D1E3CD
(209,227,205)
#E8F1E1
(232,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #026519 color. Also use rgb(2,101,25) instead hex code.

Text Font Color

.myTextColor { color: #026519; }

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

This text font color is #026519.


Background Color

.myBgColor { background-color: #026519; }

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

This div background color is #026519.


Border color

.myBorderColor { border: 1px solid #026519; }

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

This div border color is #026519.


Opacity

.myOpacity80 { color: #026519; opacity: 0.8; }

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

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

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

This text has shadow with #026519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #026519 on black background.


Color preview on white background

This text has color #026519 on white background.



Black color preview on #026519 background

This text has black color on #026519 background.


White color preview on #026519 background

This text has white color on #026519 background.