#199C13

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

Shades of Forest Green #199C13

Tints of Forest Green #199C13

Color information

#199C13 (or 0x199C13) is unknown color: approx Forest Green. HEX triplet: 19, 9C and 13. RGB value is (25,156,19). Sum of RGB (Red+Green+Blue) = 25+156+19=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 156 (61.33% from 255 or 78% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 156 - color contains mainly: green. Hex color #199C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199C13 is #E663EC. Grayscale: #656565. Windows color (decimal): -15098861 or 1285145. OLE color: 1285145.

HSL color Cylindrical-coordinate representation of color #199C13: hue angle of 117.37º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199C13 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB2515619-
CMYK0.8400.880.39
HSL117.37º78.29%34.31%-
HSV(B)117.37º87.82%61.18%-
XYZ12.4124.034.6-
YUV101.2181.673.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.5%
GREEN value IS 156 (61.33% from 255) = 78%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=12.5%
G=78%
B=9.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25156190.8400.880.39117.3778.2934.31
Hex199C135405827754e22
Octal312342312401304716511642
Binary11001100111001001110101000101100010011111101011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199C13; }

 p { color: rgb(25,156,19); }

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

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

 a { background-color: rgb(25,156,19); }

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

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

 span { border-color: rgb(25,156,19); }

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