COLOR #198252

HEX: #198252 RGB: (25,130,82)

Color info

#198252 contains mainly green and blue colors. Web safe color of #198252 is #009966 (or #096).

RGB color model

#198252 color RGB value is (25,130,82).

RGB: (25,130,82) (10%, 51%, 32%)

RGB channels and saturation

R 25 of 255 = 10%
G 130 of 255 = 51%
B 82 of 255 = 32%

25
130
82

R + G + B ~ 31%. #198252 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 130 + 82 = 237 (100%)
R 25 of 237 ~ 10.55%
G 130 of 237 ~ 54.85%
B 82 of 237 ~ 34.6'%

%10.55
%54.85
%34.6

CMYK color model

#198252 color CMYK value is (81,0,37,49).

  • cyan value is 80.77%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 49.02%
CMYK: (81,0,37,49) C81M0Y37K49 (81%,0%,37%,49%) (0.81/0.00/0.37/0.49) 

CMYK percentages

%80.77
%0
%36.92
%49.02

Codes

Color #198252 in popluar color models

19 82 52
RGB 25 130 82
HSL 153° 67.74% 30.39%
HSB/HSV 153° 80.77% 50.98%
CMYK 80.77% 0.00% 36.92%
49.02%

Color #198252 in popluar number systems.

HEX 19 82 52
Decimal 25 130 82
Binary 11001 10000010 1010010
Octal 31 202 122

Shades and tints

Shades of #198252

#198252
(25,130,82)
#17774B
(23,119,75)
#156C44
(21,108,68)
#13613D
(19,97,61)
#115636
(17,86,54)
#0F4B2F
(15,75,47)
#0D4028
(13,64,40)
#0B3521
(11,53,33)
#092A1A
(9,42,26)
#071F13
(7,31,19)
#05140C
(5,20,12)
#000000
(0,0,0)

Tints of #198252

#198252
(25,130,82)
#2D8D61
(45,141,97)
#419870
(65,152,112)
#55A37F
(85,163,127)
#69AE8E
(105,174,142)
#7DB99D
(125,185,157)
#91C4AC
(145,196,172)
#A5CFBB
(165,207,187)
#B9DACA
(185,218,202)
#CDE5D9
(205,229,217)
#E1F0E8
(225,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #198252 color. Also use rgb(25,130,82) instead hex code.

Text Font Color

.myTextColor { color: #198252; }

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

This text font color is #198252.

Background Color

.myBgColor { background-color: #198252; }

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

This div background color is #198252.

Border color

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

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

This div border color is #198252.

Opacity

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

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

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

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

This text has shadow with #198252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #198252.

Preview

Color preview on black background

This text has color #198252 on black background.


Color preview on white background

This text has color #198252 on white background.


Black color preview on #198252 background

This text has black color on #198252 background.


White color preview on #198252 background

This text has white color on #198252 background.


Related colors

Complementary color

Complementary color for #hex is #E67DAD.


I love getcolorcode.com

Triadic colors

1 #521982 and #825219 with #198252 are triadic colors.

2 #528219 and #821952 with #198252 are triadic colors.