#199414

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

Shades of Forest Green #199414

Tints of Forest Green #199414

Color information

#199414 (or 0x199414) is unknown color: approx Forest Green. HEX triplet: 19, 94 and 14. RGB value is (25,148,20). Sum of RGB (Red+Green+Blue) = 25+148+20=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 148 (58.20% from 255 or 76.68% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 148 - color contains mainly: green. Hex color #199414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199414 is #E66BEB. Grayscale: #616161. Windows color (decimal): -15100908 or 1348633. OLE color: 1348633.

HSL color Cylindrical-coordinate representation of color #199414: hue angle of 117.66º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199414 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB2514820-
CMYK0.8300.860.42
HSL117.66º76.19%32.94%-
HSV(B)117.66º86.49%58.04%-
XYZ11.1221.444.21-
YUV96.6384.7576.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 148 (58.20% from 255) = 76.68%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=12.95%
G=76.68%
B=10.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25148200.8300.860.42117.6676.1932.94
Hex199414530562A764c21
Octal312242412301265216611441
Binary11001100101001010010100110101011010101011101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199414; }

 p { color: rgb(25,148,20); }

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

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

 a { background-color: rgb(25,148,20); }

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

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

 span { border-color: rgb(25,148,20); }

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