#196C13

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

Shades of Forest Green #196C13

Tints of Forest Green #196C13

Color information

#196C13 (or 0x196C13) is unknown color: approx Forest Green. HEX triplet: 19, 6C and 13. RGB value is (25,108,19). Sum of RGB (Red+Green+Blue) = 25+108+19=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #196C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196C13 is #E693EC. Grayscale: #494949. Windows color (decimal): -15111149 or 1272857. OLE color: 1272857.

HSL color Cylindrical-coordinate representation of color #196C13: hue angle of 115.96º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196C13 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB2510819-
CMYK0.7700.820.58
HSL115.96º70.08%24.9%-
HSV(B)115.96º82.41%42.35%-
XYZ5.8810.982.43-
YUV73.0497.593.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 108 (42.58% from 255) = 71.05%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=16.45%
G=71.05%
B=12.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25108190.7700.820.58115.9670.0824.9
Hex196C134D0523A744619
Octal311542311501227216410631
Binary110011101100100111001101010100101110101110100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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