COLOR #195D15

HEX: #195D15
RGB: (25,93,21)

Color info

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

RGB color model

#195D15 color RGB value is (25,93,21).

  • red value is 25;
  • green value is 93;
  • blue value is 21.
RGB:
(25,93,21)
(10%,36%,8%)

RGB channels and saturation

R 25 of 255 = 10%
G 93 of 255 = 36%
B 21 of 255 = 8%

25
93
21

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

Portions of RGB colors in percentages

R + G + B =
25 + 93 + 21 = 139 (100%)
R 25 of 139 ~ 17.99%
G 93 of 139 ~ 66.91%
B 21 of 139 ~ 15.11%

%17.99
%66.91
%15.11

CMYK color model

#195D15 color CMYK value is (73,0,77,64).

  • cyan value is 73.12%
  • magenta value is 0.00%
  • yellow value is 77.42%
  • key color value is 63.53%
CMYK:
(73,0,77,64)
C73M0Y77K64 
(73%,0%,77%,64%)
(0.73/0.00/0.77/0.64)	

CMYK percentages

%73.12
%0
%77.42
%63.53

Codes

Color #195D15 in popluar color models

195D15
RGB259321
HSL117°63.16%22.35%
HSB/HSV117°77.42%36.47%
CMYK73.12%0.00%77.42%
63.53%

Color #195D15 in popluar number systems.

HEX195D15
Decimal259321
Binary11001101110110101
Octal3113525

Shades and tints

Shades of #195D15

#195D15
(25,93,21)
#175514
(23,85,20)
#154D13
(21,77,19)
#134512
(19,69,18)
#113D11
(17,61,17)
#0F3510
(15,53,16)
#0D2D0F
(13,45,15)
#0B250E
(11,37,14)
#091D0D
(9,29,13)
#07150C
(7,21,12)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #195D15

#195D15
(25,93,21)
#2D6B2A
(45,107,42)
#41793F
(65,121,63)
#558754
(85,135,84)
#699569
(105,149,105)
#7DA37E
(125,163,126)
#91B193
(145,177,147)
#A5BFA8
(165,191,168)
#B9CDBD
(185,205,189)
#CDDBD2
(205,219,210)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195D15 color. Also use rgb(25,93,21) instead hex code.

Text Font Color

.myTextColor { color: #195D15; }

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

This text font color is #195D15.


Background Color

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

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

This div background color is #195D15.


Border color

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

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

This div border color is #195D15.


Opacity

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

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

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

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

This text has shadow with #195D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195D15 on black background.


Color preview on white background

This text has color #195D15 on white background.



Black color preview on #195D15 background

This text has black color on #195D15 background.


White color preview on #195D15 background

This text has white color on #195D15 background.