#198612

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

Shades of Forest Green #198612

Tints of Forest Green #198612

Color information

#198612 (or 0x198612) is unknown color: approx Forest Green. HEX triplet: 19, 86 and 12. RGB value is (25,134,18). Sum of RGB (Red+Green+Blue) = 25+134+18=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 134 (52.73% from 255 or 75.71% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 134 - color contains mainly: green. Hex color #198612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198612 is #E679ED. Grayscale: #585858. Windows color (decimal): -15104494 or 1213977. OLE color: 1213977.

HSL color Cylindrical-coordinate representation of color #198612: hue angle of 116.38º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198612 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB2513418-
CMYK0.8100.870.47
HSL116.38º76.32%29.8%-
HSV(B)116.38º86.57%52.55%-
XYZ9.0417.33.44-
YUV88.1888.3982.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 134 (52.73% from 255) = 75.71%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=14.12%
G=75.71%
B=10.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25134180.8100.870.47116.3876.3229.8
Hex198612510572F744c1e
Octal312062212101275716411436
Binary1100110000110100101010001010101111011111110100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198612; }

 p { color: rgb(25,134,18); }

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

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

 a { background-color: rgb(25,134,18); }

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

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

 span { border-color: rgb(25,134,18); }

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