#196B13

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

Shades of Forest Green #196B13

Tints of Forest Green #196B13

Color information

#196B13 (or 0x196B13) is unknown color: approx Forest Green. HEX triplet: 19, 6B and 13. RGB value is (25,107,19). Sum of RGB (Red+Green+Blue) = 25+107+19=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 107 (42.19% from 255 or 70.86% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 107 - color contains mainly: green. Hex color #196B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196B13 is #E694EC. Grayscale: #484848. Windows color (decimal): -15111405 or 1272601. OLE color: 1272601.

HSL color Cylindrical-coordinate representation of color #196B13: hue angle of 115.91º 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 #196B13 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB2510719-
CMYK0.7700.820.58
HSL115.91º69.84%24.71%-
HSV(B)115.91º82.24%41.96%-
XYZ5.7810.772.39-
YUV72.4597.8394.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 107 (42.19% from 255) = 70.86%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=16.56%
G=70.86%
B=12.58%

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
Decimal25107190.7700.820.58115.9169.8424.71
Hex196B134D0523A744619
Octal311532311501227216410631
Binary110011101011100111001101010100101110101110100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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