COLOR #197A25

HEX: #197A25
RGB: (25,122,37)

Color info

#197A25 contains mainly green color. Web safe color of #197A25 is #006633 (or #063).

RGB color model

#197A25 color RGB value is (25,122,37).

  • red value is 25;
  • green value is 122;
  • blue value is 37.
RGB:
(25,122,37)
(10%,48%,15%)

RGB channels and saturation

R 25 of 255 = 10%
G 122 of 255 = 48%
B 37 of 255 = 15%

25
122
37

R + G + B ~ 24%. #197A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 122 + 37 = 184 (100%)
R 25 of 184 ~ 13.59%
G 122 of 184 ~ 66.3%
B 37 of 184 ~ 20.11%

%13.59
%66.3
%20.11

CMYK color model

#197A25 color CMYK value is (80,0,70,52).

  • cyan value is 79.51%
  • magenta value is 0.00%
  • yellow value is 69.67%
  • key color value is 52.16%
CMYK:
(80,0,70,52)
C80M0Y70K52 
(80%,0%,70%,52%)
(0.80/0.00/0.70/0.52)	

CMYK percentages

%79.51
%0
%69.67
%52.16

Codes

Color #197A25 in popluar color models

197A25
RGB2512237
HSL127°65.99%28.82%
HSB/HSV127°79.51%47.84%
CMYK79.51%0.00%69.67%
52.16%

Color #197A25 in popluar number systems.

HEX197A25
Decimal2512237
Binary110011111010100101
Octal3117245

Shades and tints

Shades of #197A25

#197A25
(25,122,37)
#176F22
(23,111,34)
#15641F
(21,100,31)
#13591C
(19,89,28)
#114E19
(17,78,25)
#0F4316
(15,67,22)
#0D3813
(13,56,19)
#0B2D10
(11,45,16)
#09220D
(9,34,13)
#07170A
(7,23,10)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #197A25

#197A25
(25,122,37)
#2D8638
(45,134,56)
#41924B
(65,146,75)
#559E5E
(85,158,94)
#69AA71
(105,170,113)
#7DB684
(125,182,132)
#91C297
(145,194,151)
#A5CEAA
(165,206,170)
#B9DABD
(185,218,189)
#CDE6D0
(205,230,208)
#E1F2E3
(225,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197A25 color. Also use rgb(25,122,37) instead hex code.

Text Font Color

.myTextColor { color: #197A25; }

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

This text font color is #197A25.


Background Color

.myBgColor { background-color: #197A25; }

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

This div background color is #197A25.


Border color

.myBorderColor { border: 1px solid #197A25; }

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

This div border color is #197A25.


Opacity

.myOpacity80 { color: #197A25; opacity: 0.8; }

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

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

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

This text has shadow with #197A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197A25 on black background.


Color preview on white background

This text has color #197A25 on white background.



Black color preview on #197A25 background

This text has black color on #197A25 background.


White color preview on #197A25 background

This text has white color on #197A25 background.