#1F9916

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

Shades of Forest Green #1F9916

Tints of Forest Green #1F9916

Color information

#1F9916 (or 0x1F9916) is unknown color: approx Forest Green. HEX triplet: 1F, 99 and 16. RGB value is (31,153,22). Sum of RGB (Red+Green+Blue) = 31+153+22=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 153 (60.16% from 255 or 74.27% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9916 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9916 is #E066E9. Grayscale: #656565. Windows color (decimal): -14706410 or 1480991. OLE color: 1480991.

HSL color Cylindrical-coordinate representation of color #1F9916: hue angle of 115.88º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9916 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB3115322-
CMYK0.8000.860.4
HSL115.88º74.86%34.31%-
HSV(B)115.88º85.62%60%-
XYZ12.123.134.59-
YUV101.5983.0877.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.05%
GREEN value IS 153 (60.16% from 255) = 74.27%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=15.05%
G=74.27%
B=10.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31153220.8000.860.4115.8874.8634.31
Hex1F99165005628744b22
Octal372312612001265016411342
Binary11111100110011011010100000101011010100011101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F9916; }

 p { color: rgb(31,153,22); }

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

<style>
 a { background-color: #1F9916; }

 a { background-color: rgb(31,153,22); }

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

<style>
 span { border-color: #1F9916; }

 span { border-color: rgb(31,153,22); }

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