#198614

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

Shades of Forest Green #198614

Tints of Forest Green #198614

Color information

#198614 (or 0x198614) is unknown color: approx Forest Green. HEX triplet: 19, 86 and 14. RGB value is (25,134,20). Sum of RGB (Red+Green+Blue) = 25+134+20=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 134 (52.73% from 255 or 74.86% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 134 - color contains mainly: green. Hex color #198614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198614 is #E679EB. Grayscale: #585858. Windows color (decimal): -15104492 or 1345049. OLE color: 1345049.

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

Color convert

RGB2513420-
CMYK0.8100.850.47
HSL117.37º74.03%30.2%-
HSV(B)117.37º85.07%52.55%-
XYZ9.0517.313.53-
YUV88.4189.3982.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 134 (52.73% from 255) = 74.86%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=13.97%
G=74.86%
B=11.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25134200.8100.850.47117.3774.0330.2
Hex198614510552F754a1e
Octal312062412101255716511236
Binary1100110000110101001010001010101011011111110101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198614; }

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

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

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

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

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

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

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

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