#197210

Color #197210 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #197210

Tints of Forest Green #197210

Color information

#197210 (or 0x197210) is unknown color: approx Forest Green. HEX triplet: 19, 72 and 10. RGB value is (25,114,16). Sum of RGB (Red+Green+Blue) = 25+114+16=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #197210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197210 is #E68DEF. Grayscale: #4C4C4C. Windows color (decimal): -15109616 or 1077785. OLE color: 1077785.

HSL color Cylindrical-coordinate representation of color #197210: hue angle of 114.49º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197210 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB2511416-
CMYK0.7800.860.55
HSL114.49º75.38%25.49%-
HSV(B)114.49º85.96%44.71%-
XYZ6.5112.282.52-
YUV76.2294.0191.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 114 (44.92% from 255) = 73.55%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=16.13%
G=73.55%
B=10.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114160.7800.860.55114.4975.3825.49
Hex1972104E05637724b19
Octal311622011601266716211331
Binary110011110010100001001110010101101101111110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197210; }

 p { color: rgb(25,114,16); }

 H1.HeaderClassName
 {
   color: #197210;
 }
 .AnyTagClassName
 {
   color: #197210;
 }
</style>
background-color css

<style>
 a { background-color: #197210; }

 a { background-color: rgb(25,114,16); }

 div.DivClassName
 {
   background-color: #197210;
 }
 .BgClassName
 {
   background-color: #197210;
 }
</style>
border-color css

<style>
 span { border-color: #197210; }

 span { border-color: rgb(25,114,16); }

 td.TdClassName
 {
   border-color: #197210;
 }
 .TagClassName
 {
   border-color: #197210;
 }
</style>