#198B1A

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

Shades of Forest Green #198B1A

Tints of Forest Green #198B1A

Color information

#198B1A (or 0x198B1A) is unknown color: approx Forest Green. HEX triplet: 19, 8B and 1A. RGB value is (25,139,26). Sum of RGB (Red+Green+Blue) = 25+139+26=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 139 (54.69% from 255 or 73.16% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 139 - color contains mainly: green. Hex color #198B1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198B1A is #E674E5. Grayscale: #5C5C5C. Windows color (decimal): -15103206 or 1739545. OLE color: 1739545.

HSL color Cylindrical-coordinate representation of color #198B1A: hue angle of 120.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B1A is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB2513926-
CMYK0.8200.810.45
HSL120.53º69.51%32.16%-
HSV(B)120.53º82.01%54.51%-
XYZ9.8218.754.08-
YUV92.0390.7380.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 139 (54.69% from 255) = 73.16%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=13.16%
G=73.16%
B=13.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25139260.8200.810.45120.5369.5132.16
Hex198B1A520512D794620
Octal312133212201215517110640
Binary11001100010111101010100100101000110110111110011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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