#198F1B

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

Shades of Forest Green #198F1B

Tints of Forest Green #198F1B

Color information

#198F1B (or 0x198F1B) is unknown color: approx Forest Green. HEX triplet: 19, 8F and 1B. RGB value is (25,143,27). Sum of RGB (Red+Green+Blue) = 25+143+27=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 143 (56.25% from 255 or 73.33% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 143 - color contains mainly: green. Hex color #198F1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198F1B is #E670E4. Grayscale: #5E5E5E. Windows color (decimal): -15102181 or 1806105. OLE color: 1806105.

HSL color Cylindrical-coordinate representation of color #198F1B: hue angle of 121.02º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198F1B is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB2514327-
CMYK0.8300.810.44
HSL121.02º70.24%32.94%-
HSV(B)121.02º82.52%56.08%-
XYZ10.4219.934.33-
YUV94.4989.9178.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 143 (56.25% from 255) = 73.33%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=12.82%
G=73.33%
B=13.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25143270.8300.810.44121.0270.2432.94
Hex198F1B530512C794621
Octal312173312301215417110641
Binary11001100011111101110100110101000110110011110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,143,27); }

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

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

 a { background-color: rgb(25,143,27); }

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

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

 span { border-color: rgb(25,143,27); }

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