#197215

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

Shades of Forest Green #197215

Tints of Forest Green #197215

Color information

#197215 (or 0x197215) is unknown color: approx Forest Green. HEX triplet: 19, 72 and 15. RGB value is (25,114,21). Sum of RGB (Red+Green+Blue) = 25+114+21=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #197215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197215 is #E68DEA. Grayscale: #4D4D4D. Windows color (decimal): -15109611 or 1405465. OLE color: 1405465.

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

Color convert

RGB2511421-
CMYK0.7800.820.55
HSL117.42º68.89%26.47%-
HSV(B)117.42º81.58%44.71%-
XYZ6.5512.32.74-
YUV76.7996.5191.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 114 (44.92% from 255) = 71.25%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=15.62%
G=71.25%
B=13.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114210.7800.820.55117.4268.8926.47
Hex1972154E0523775451a
Octal311622511601226716510532
Binary110011110010101011001110010100101101111110101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197215; }

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

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

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

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

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

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

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

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