#199B1C

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

Shades of Forest Green #199B1C

Tints of Forest Green #199B1C

Color information

#199B1C (or 0x199B1C) is unknown color: approx Forest Green. HEX triplet: 19, 9B and 1C. RGB value is (25,155,28). Sum of RGB (Red+Green+Blue) = 25+155+28=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 155 (60.94% from 255 or 74.52% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 155 - color contains mainly: green. Hex color #199B1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199B1C is #E664E3. Grayscale: #666666. Windows color (decimal): -15099108 or 1874713. OLE color: 1874713.

HSL color Cylindrical-coordinate representation of color #199B1C: hue angle of 121.38º 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 #199B1C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB2515528-
CMYK0.8400.820.39
HSL121.38º72.22%35.29%-
HSV(B)121.38º83.87%60.78%-
XYZ12.3323.735.03-
YUV101.6586.4373.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 155 (60.94% from 255) = 74.52%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=12.02%
G=74.52%
B=13.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25155280.8400.820.39121.3872.2235.29
Hex199B1C5405227794823
Octal312333412401224717111043
Binary11001100110111110010101000101001010011111110011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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