#199B1F

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

Shades of Forest Green #199B1F

Tints of Forest Green #199B1F

Color information

#199B1F (or 0x199B1F) is unknown color: approx Forest Green. HEX triplet: 19, 9B and 1F. RGB value is (25,155,31). Sum of RGB (Red+Green+Blue) = 25+155+31=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #199B1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199B1F is #E664E0. Grayscale: #666666. Windows color (decimal): -15099105 or 2071321. OLE color: 2071321.

HSL color Cylindrical-coordinate representation of color #199B1F: hue angle of 122.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B1F is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB2515531-
CMYK0.8400.80.39
HSL122.77º72.22%35.29%-
HSV(B)122.77º83.87%60.78%-
XYZ12.3723.755.23-
YUV101.9987.9373.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 155 (60.94% from 255) = 73.46%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=11.85%
G=73.46%
B=14.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25155310.8400.80.39122.7772.2235.29
Hex199B1F54050277b4823
Octal312333712401204717311043
Binary11001100110111111110101000101000010011111110111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199B1F; }

 p { color: rgb(25,155,31); }

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

<style>
 a { background-color: #199B1F; }

 a { background-color: rgb(25,155,31); }

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

<style>
 span { border-color: #199B1F; }

 span { border-color: rgb(25,155,31); }

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