COLOR #197240

HEX: #197240 RGB: (25,114,64)

Color info

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

RGB color model

#197240 color RGB value is (25,114,64).

RGB: (25,114,64) (10%, 45%, 25%)

RGB channels and saturation

R 25 of 255 = 10%
G 114 of 255 = 45%
B 64 of 255 = 25%

25
114
64

R + G + B ~ 27%. #197240 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 114 + 64 = 203 (100%)
R 25 of 203 ~ 12.32%
G 114 of 203 ~ 56.16%
B 64 of 203 ~ 31.53'%

%12.32
%56.16
%31.53

CMYK color model

#197240 color CMYK value is (78,0,44,55).

  • cyan value is 78.07%
  • magenta value is 0.00%
  • yellow value is 43.86%
  • key color value is 55.29%

CMYK: (78,0,44,55)
C78M0Y44K55 (78%, 0%, 44%, 55%)
(0.78 / 0.00 / 0.44 / 0.55)

CMYK percentages

%78.07
%0
%43.86
%55.29

Codes

Color #197240 in popluar color models

19 72 40
RGB 25 114 64
HSL 146° 64.03% 27.25%
HSB/HSV 146° 78.07% 44.71%
CMYK 78.07% 0.00% 43.86%
55.29%

Color #197240 in popluar number systems.

HEX 19 72 40
Decimal 25 114 64
Binary 11001 1110010 1000000
Octal 31 162 100

Shades and tints

Shades of #197240

#197240
(25,114,64)
#17683B
(23,104,59)
#155E36
(21,94,54)
#135431
(19,84,49)
#114A2C
(17,74,44)
#0F4027
(15,64,39)
#0D3622
(13,54,34)
#0B2C1D
(11,44,29)
#092218
(9,34,24)
#071813
(7,24,19)
#050E0E
(5,14,14)
#000000
(0,0,0)

Tints of #197240

#197240
(25,114,64)
#2D7E51
(45,126,81)
#418A62
(65,138,98)
#559673
(85,150,115)
#69A284
(105,162,132)
#7DAE95
(125,174,149)
#91BAA6
(145,186,166)
#A5C6B7
(165,198,183)
#B9D2C8
(185,210,200)
#CDDED9
(205,222,217)
#E1EAEA
(225,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197240 color. Also use rgb(25,114,64) instead hex code.

Text Font Color

.myTextColor { color: #197240; }

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

This text font color is #197240.

Background Color

.myBgColor { background-color: #197240; }

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

This div background color is #197240.

Border color

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

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

This div border color is #197240.

Opacity

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

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

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

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

This text has shadow with #197240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #197240.

Preview

Color preview on black background

This text has color #197240 on black background.


Color preview on white background

This text has color #197240 on white background.


Black color preview on #197240 background

This text has black color on #197240 background.


White color preview on #197240 background

This text has white color on #197240 background.


Related colors

Complementary color

Complementary color for #hex is #E68DBF.


I love getcolorcode.com

Triadic colors

1 #401972 and #724019 with #197240 are triadic colors.

2 #407219 and #721940 with #197240 are triadic colors.