#196D13

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

Shades of Forest Green #196D13

Tints of Forest Green #196D13

Color information

#196D13 (or 0x196D13) is unknown color: approx Forest Green. HEX triplet: 19, 6D and 13. RGB value is (25,109,19). Sum of RGB (Red+Green+Blue) = 25+109+19=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 109 (42.97% from 255 or 71.24% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 109 - color contains mainly: green. Hex color #196D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196D13 is #E692EC. Grayscale: #494949. Windows color (decimal): -15110893 or 1273113. OLE color: 1273113.

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

Color convert

RGB2510919-
CMYK0.7700.830.57
HSL116º70.31%25.1%-
HSV(B)116º82.57%42.75%-
XYZ5.9911.192.46-
YUV73.6297.1793.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 109 (42.97% from 255) = 71.24%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=16.34%
G=71.24%
B=12.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25109190.7700.830.5711670.3125.1
Hex196D134D05339744619
Octal311552311501237116410631
Binary110011101101100111001101010100111110011110100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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