#198A1E

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

Shades of Forest Green #198A1E

Tints of Forest Green #198A1E

Color information

#198A1E (or 0x198A1E) is unknown color: approx Forest Green. HEX triplet: 19, 8A and 1E. RGB value is (25,138,30). Sum of RGB (Red+Green+Blue) = 25+138+30=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 138 (54.30% from 255 or 71.50% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 138 - color contains mainly: green. Hex color #198A1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198A1E is #E675E1. Grayscale: #5C5C5C. Windows color (decimal): -15103458 or 2001433. OLE color: 2001433.

HSL color Cylindrical-coordinate representation of color #198A1E: hue angle of 122.65º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A1E is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB2513830-
CMYK0.8200.780.46
HSL122.65º69.33%31.96%-
HSV(B)122.65º81.88%54.12%-
XYZ9.7218.484.28-
YUV91.993.0680.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 138 (54.30% from 255) = 71.50%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=12.95%
G=71.50%
B=15.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25138300.8200.780.46122.6569.3331.96
Hex198A1E5204E2E7b4520
Octal312123612201165617310540
Binary11001100010101111010100100100111010111011110111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198A1E; }

 p { color: rgb(25,138,30); }

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

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

 a { background-color: rgb(25,138,30); }

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

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

 span { border-color: rgb(25,138,30); }

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