#199210

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

Shades of Forest Green #199210

Tints of Forest Green #199210

Color information

#199210 (or 0x199210) is unknown color: approx Forest Green. HEX triplet: 19, 92 and 10. RGB value is (25,146,16). Sum of RGB (Red+Green+Blue) = 25+146+16=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 146 (57.42% from 255 or 78.07% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 146 - color contains mainly: green. Hex color #199210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199210 is #E66DEF. Grayscale: #5F5F5F. Windows color (decimal): -15101424 or 1085977. OLE color: 1085977.

HSL color Cylindrical-coordinate representation of color #199210: hue angle of 115.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199210 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB2514616-
CMYK0.8300.890.43
HSL115.85º80.25%31.76%-
HSV(B)115.85º89.04%57.25%-
XYZ10.7720.83.94-
YUV9583.4178.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 146 (57.42% from 255) = 78.07%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=13.37%
G=78.07%
B=8.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25146160.8300.890.43115.8580.2531.76
Hex199210530592B745020
Octal312222012301315316412040
Binary11001100100101000010100110101100110101111101001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199210; }

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

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

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

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

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

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

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

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