COLOR #195E14

HEX: #195E14
RGB: (25,94,20)

Color info

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

RGB color model

#195E14 color RGB value is (25,94,20).

  • red value is 25;
  • green value is 94;
  • blue value is 20.
RGB:
(25,94,20)
(10%,37%,8%)

RGB channels and saturation

R 25 of 255 = 10%
G 94 of 255 = 37%
B 20 of 255 = 8%

25
94
20

R + G + B ~ 18%. #195E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 94 + 20 = 139 (100%)
R 25 of 139 ~ 17.99%
G 94 of 139 ~ 67.63%
B 20 of 139 ~ 14.39%

%17.99
%67.63
%14.39

CMYK color model

#195E14 color CMYK value is (73,0,79,63).

  • cyan value is 73.40%
  • magenta value is 0.00%
  • yellow value is 78.72%
  • key color value is 63.14%
CMYK:
(73,0,79,63)
C73M0Y79K63 
(73%,0%,79%,63%)
(0.73/0.00/0.79/0.63)	

CMYK percentages

%73.4
%0
%78.72
%63.14

Codes

Color #195E14 in popluar color models

195E14
RGB259420
HSL116°64.91%22.35%
HSB/HSV116°78.72%36.86%
CMYK73.40%0.00%78.72%
63.14%

Color #195E14 in popluar number systems.

HEX195E14
Decimal259420
Binary11001101111010100
Octal3113624

Shades and tints

Shades of #195E14

#195E14
(25,94,20)
#175613
(23,86,19)
#154E12
(21,78,18)
#134611
(19,70,17)
#113E10
(17,62,16)
#0F360F
(15,54,15)
#0D2E0E
(13,46,14)
#0B260D
(11,38,13)
#091E0C
(9,30,12)
#07160B
(7,22,11)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #195E14

#195E14
(25,94,20)
#2D6C29
(45,108,41)
#417A3E
(65,122,62)
#558853
(85,136,83)
#699668
(105,150,104)
#7DA47D
(125,164,125)
#91B292
(145,178,146)
#A5C0A7
(165,192,167)
#B9CEBC
(185,206,188)
#CDDCD1
(205,220,209)
#E1EAE6
(225,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195E14 color. Also use rgb(25,94,20) instead hex code.

Text Font Color

.myTextColor { color: #195E14; }

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

This text font color is #195E14.


Background Color

.myBgColor { background-color: #195E14; }

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

This div background color is #195E14.


Border color

.myBorderColor { border: 1px solid #195E14; }

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

This div border color is #195E14.


Opacity

.myOpacity80 { color: #195E14; opacity: 0.8; }

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

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

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

This text has shadow with #195E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195E14 on black background.


Color preview on white background

This text has color #195E14 on white background.



Black color preview on #195E14 background

This text has black color on #195E14 background.


White color preview on #195E14 background

This text has white color on #195E14 background.