#197A14

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

Shades of Forest Green #197A14

Tints of Forest Green #197A14

Color information

#197A14 (or 0x197A14) is unknown color: approx Forest Green. HEX triplet: 19, 7A and 14. RGB value is (25,122,20). Sum of RGB (Red+Green+Blue) = 25+122+20=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 122 (48.05% from 255 or 73.05% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 122 - color contains mainly: green. Hex color #197A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197A14 is #E685EB. Grayscale: #515151. Windows color (decimal): -15107564 or 1341977. OLE color: 1341977.

HSL color Cylindrical-coordinate representation of color #197A14: hue angle of 117.06º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197A14 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB2512220-
CMYK0.8000.840.52
HSL117.06º71.83%27.84%-
HSV(B)117.06º83.61%47.84%-
XYZ7.4914.183-
YUV81.3793.3687.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 122 (48.05% from 255) = 73.05%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=14.97%
G=73.05%
B=11.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25122200.8000.840.52117.0671.8327.84
Hex197A14500543475481c
Octal311722412001246416511034
Binary110011111010101001010000010101001101001110101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197A14; }

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

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

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

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

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

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

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

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