#198F1D

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

Shades of Forest Green #198F1D

Tints of Forest Green #198F1D

Color information

#198F1D (or 0x198F1D) is unknown color: approx Forest Green. HEX triplet: 19, 8F and 1D. RGB value is (25,143,29). Sum of RGB (Red+Green+Blue) = 25+143+29=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 143 (56.25% from 255 or 72.59% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 143 - color contains mainly: green. Hex color #198F1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198F1D is #E670E2. Grayscale: #5F5F5F. Windows color (decimal): -15102179 or 1937177. OLE color: 1937177.

HSL color Cylindrical-coordinate representation of color #198F1D: hue angle of 122.03º 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 #198F1D is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB2514329-
CMYK0.8300.800.44
HSL122.03º70.24%32.94%-
HSV(B)122.03º82.52%56.08%-
XYZ10.4519.944.46-
YUV94.7290.9178.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 143 (56.25% from 255) = 72.59%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=12.69%
G=72.59%
B=14.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25143290.8300.800.44122.0370.2432.94
Hex198F1D530502C7a4621
Octal312173512301205417210641
Binary11001100011111110110100110101000010110011110101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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