#198F13

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

Shades of Forest Green #198F13

Tints of Forest Green #198F13

Color information

#198F13 (or 0x198F13) is unknown color: approx Forest Green. HEX triplet: 19, 8F and 13. RGB value is (25,143,19). Sum of RGB (Red+Green+Blue) = 25+143+19=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 143 (56.25% from 255 or 76.47% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 143 - color contains mainly: green. Hex color #198F13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198F13 is #E670EC. Grayscale: #5D5D5D. Windows color (decimal): -15102189 or 1281817. OLE color: 1281817.

HSL color Cylindrical-coordinate representation of color #198F13: hue angle of 117.1º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198F13 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB2514319-
CMYK0.8300.870.44
HSL117.1º76.54%31.76%-
HSV(B)117.1º86.71%56.08%-
XYZ10.3419.93.91-
YUV93.5885.9179.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 143 (56.25% from 255) = 76.47%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=13.37%
G=76.47%
B=10.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25143190.8300.870.44117.176.5431.76
Hex198F13530572C754d20
Octal312172312301275416511540
Binary11001100011111001110100110101011110110011101011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198F13; }

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

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

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

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

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

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

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

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