COLOR #195F29

HEX: #195F29
RGB: (25,95,41)

Color info

#195F29 contains mainly green and blue colors. Web safe color of #195F29 is #006633 (or #063).

RGB color model

#195F29 color RGB value is (25,95,41).

  • red value is 25;
  • green value is 95;
  • blue value is 41.
RGB:
(25,95,41)
(10%,37%,16%)

RGB channels and saturation

R 25 of 255 = 10%
G 95 of 255 = 37%
B 41 of 255 = 16%

25
95
41

R + G + B ~ 21%. #195F29 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 95 + 41 = 161 (100%)
R 25 of 161 ~ 15.53%
G 95 of 161 ~ 59.01%
B 41 of 161 ~ 25.47%

%15.53
%59.01
%25.47

CMYK color model

#195F29 color CMYK value is (74,0,57,63).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 56.84%
  • key color value is 62.75%
CMYK:
(74,0,57,63)
C74M0Y57K63 
(74%,0%,57%,63%)
(0.74/0.00/0.57/0.63)	

CMYK percentages

%73.68
%0
%56.84
%62.75

Codes

Color #195F29 in popluar color models

195F29
RGB259541
HSL134°58.33%23.53%
HSB/HSV134°73.68%37.25%
CMYK73.68%0.00%56.84%
62.75%

Color #195F29 in popluar number systems.

HEX195F29
Decimal259541
Binary110011011111101001
Octal3113751

Shades and tints

Shades of #195F29

#195F29
(25,95,41)
#175726
(23,87,38)
#154F23
(21,79,35)
#134720
(19,71,32)
#113F1D
(17,63,29)
#0F371A
(15,55,26)
#0D2F17
(13,47,23)
#0B2714
(11,39,20)
#091F11
(9,31,17)
#07170E
(7,23,14)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #195F29

#195F29
(25,95,41)
#2D6D3C
(45,109,60)
#417B4F
(65,123,79)
#558962
(85,137,98)
#699775
(105,151,117)
#7DA588
(125,165,136)
#91B39B
(145,179,155)
#A5C1AE
(165,193,174)
#B9CFC1
(185,207,193)
#CDDDD4
(205,221,212)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195F29 color. Also use rgb(25,95,41) instead hex code.

Text Font Color

.myTextColor { color: #195F29; }

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

This text font color is #195F29.


Background Color

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

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

This div background color is #195F29.


Border color

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

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

This div border color is #195F29.


Opacity

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

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

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

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

This text has shadow with #195F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195F29 on black background.


Color preview on white background

This text has color #195F29 on white background.



Black color preview on #195F29 background

This text has black color on #195F29 background.


White color preview on #195F29 background

This text has white color on #195F29 background.