#197B14

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

Shades of Forest Green #197B14

Tints of Forest Green #197B14

Color information

#197B14 (or 0x197B14) is unknown color: approx Forest Green. HEX triplet: 19, 7B and 14. RGB value is (25,123,20). Sum of RGB (Red+Green+Blue) = 25+123+20=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 123 (48.44% from 255 or 73.21% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 123 - color contains mainly: green. Hex color #197B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197B14 is #E684EB. Grayscale: #525252. Windows color (decimal): -15107308 or 1342233. OLE color: 1342233.

HSL color Cylindrical-coordinate representation of color #197B14: hue angle of 117.09º 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 #197B14 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB2512320-
CMYK0.8000.840.52
HSL117.09º72.03%28.04%-
HSV(B)117.09º83.74%48.24%-
XYZ7.6114.423.04-
YUV81.9693.0387.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 123 (48.44% from 255) = 73.21%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=14.88%
G=73.21%
B=11.90%

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
Decimal25123200.8000.840.52117.0972.0328.04
Hex197B14500543475481c
Octal311732412001246416511034
Binary110011111011101001010000010101001101001110101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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