#198412

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

Shades of Forest Green #198412

Tints of Forest Green #198412

Color information

#198412 (or 0x198412) is unknown color: approx Forest Green. HEX triplet: 19, 84 and 12. RGB value is (25,132,18). Sum of RGB (Red+Green+Blue) = 25+132+18=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 132 (51.95% from 255 or 75.43% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 132 - color contains mainly: green. Hex color #198412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198412 is #E67BED. Grayscale: #575757. Windows color (decimal): -15105006 or 1213465. OLE color: 1213465.

HSL color Cylindrical-coordinate representation of color #198412: hue angle of 116.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198412 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB2513218-
CMYK0.8100.860.48
HSL116.32º76%29.41%-
HSV(B)116.32º86.36%51.76%-
XYZ8.7616.753.34-
YUV87.0189.0583.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 132 (51.95% from 255) = 75.43%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=14.29%
G=75.43%
B=10.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25132180.8100.860.48116.327629.41
Hex1984125105630744c1d
Octal312042212101266016411435
Binary1100110000100100101010001010101101100001110100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198412; }

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

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

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

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

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

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

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

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