#199F2A

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

Shades of Forest Green #199F2A

Tints of Forest Green #199F2A

Color information

#199F2A (or 0x199F2A) is unknown color: approx Forest Green. HEX triplet: 19, 9F and 2A. RGB value is (25,159,42). Sum of RGB (Red+Green+Blue) = 25+159+42=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 159 (62.5% from 255 or 70.35% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 159 - color contains mainly: green. Hex color #199F2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199F2A is #E660D5. Grayscale: #696969. Windows color (decimal): -15098070 or 2793241. OLE color: 2793241.

HSL color Cylindrical-coordinate representation of color #199F2A: hue angle of 127.61º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199F2A is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB2515942-
CMYK0.8400.740.38
HSL127.61º72.83%36.08%-
HSV(B)127.61º84.28%62.35%-
XYZ13.2225.176.35-
YUV105.692.1170.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 159 (62.5% from 255) = 70.35%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=11.06%
G=70.35%
B=18.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25159420.8400.740.38127.6172.8336.08
Hex199F2A5404A26804924
Octal312375212401124620011144
Binary1100110011111101010101010001001010100110100000001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,159,42); }

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

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

 a { background-color: rgb(25,159,42); }

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

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

 span { border-color: rgb(25,159,42); }

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