COLOR #196F49

HEX: #196F49 RGB: (25,111,73)

Color info

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

RGB color model

#196F49 color RGB value is (25,111,73).

RGB: (25,111,73) (10%, 44%, 29%)

RGB channels and saturation

R 25 of 255 = 10%
G 111 of 255 = 44%
B 73 of 255 = 29%

25
111
73

R + G + B ~ 28%. #196F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 111 + 73 = 209 (100%)
R 25 of 209 ~ 11.96%
G 111 of 209 ~ 53.11%
B 73 of 209 ~ 34.93'%

%11.96
%53.11
%34.93

CMYK color model

#196F49 color CMYK value is (77,0,34,56).

  • cyan value is 77.48%
  • magenta value is 0.00%
  • yellow value is 34.23%
  • key color value is 56.47%

CMYK: (77,0,34,56)
C77M0Y34K56 (77%, 0%, 34%, 56%)
(0.77 / 0.00 / 0.34 / 0.56)

CMYK percentages

%77.48
%0
%34.23
%56.47

Codes

Color #196F49 in popluar color models

19 6F 49
RGB 25 111 73
HSL 153° 63.24% 26.67%
HSB/HSV 153° 77.48% 43.53%
CMYK 77.48% 0.00% 34.23%
56.47%

Color #196F49 in popluar number systems.

HEX 19 6F 49
Decimal 25 111 73
Binary 11001 1101111 1001001
Octal 31 157 111

Shades and tints

Shades of #196F49

#196F49
(25,111,73)
#176543
(23,101,67)
#155B3D
(21,91,61)
#135137
(19,81,55)
#114731
(17,71,49)
#0F3D2B
(15,61,43)
#0D3325
(13,51,37)
#0B291F
(11,41,31)
#091F19
(9,31,25)
#071513
(7,21,19)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #196F49

#196F49
(25,111,73)
#2D7C59
(45,124,89)
#418969
(65,137,105)
#559679
(85,150,121)
#69A389
(105,163,137)
#7DB099
(125,176,153)
#91BDA9
(145,189,169)
#A5CAB9
(165,202,185)
#B9D7C9
(185,215,201)
#CDE4D9
(205,228,217)
#E1F1E9
(225,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196F49 color. Also use rgb(25,111,73) instead hex code.

Text Font Color

.myTextColor { color: #196F49; }

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

This text font color is #196F49.

Background Color

.myBgColor { background-color: #196F49; }

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

This div background color is #196F49.

Border color

.myBorderColor { border: 1px solid #196F49; }

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

This div border color is #196F49.

Opacity

.myOpacity80 { color: #196F49; opacity: 0.8; }

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

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

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

This text has shadow with #196F49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #196F49.

Preview

Color preview on black background

This text has color #196F49 on black background.


Color preview on white background

This text has color #196F49 on white background.


Black color preview on #196F49 background

This text has black color on #196F49 background.


White color preview on #196F49 background

This text has white color on #196F49 background.


Related colors

Complementary color

Complementary color for #hex is #E690B6.


I love getcolorcode.com

Triadic colors

1 #49196F and #6F4919 with #196F49 are triadic colors.

2 #496F19 and #6F1949 with #196F49 are triadic colors.