#197D1A

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

Shades of Forest Green #197D1A

Tints of Forest Green #197D1A

Color information

#197D1A (or 0x197D1A) is unknown color: approx Forest Green. HEX triplet: 19, 7D and 1A. RGB value is (25,125,26). Sum of RGB (Red+Green+Blue) = 25+125+26=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 125 (49.22% from 255 or 71.02% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 125 - color contains mainly: green. Hex color #197D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D1A is #E682E5. Grayscale: #545454. Windows color (decimal): -15106790 or 1735961. OLE color: 1735961.

HSL color Cylindrical-coordinate representation of color #197D1A: hue angle of 120.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D1A is Cyan = 0.8, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB2512526-
CMYK0.800.790.51
HSL120.6º66.67%29.41%-
HSV(B)120.6º80%49.02%-
XYZ7.9214.953.45-
YUV83.8195.3786.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 125 (49.22% from 255) = 71.02%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=14.20%
G=71.02%
B=14.77%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25125260.800.790.51120.666.6729.41
Hex197D1A5004F3379431d
Octal311753212001176317110335
Binary110011111101110101010000010011111100111111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,125,26); }

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

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

 a { background-color: rgb(25,125,26); }

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

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

 span { border-color: rgb(25,125,26); }

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