#1FA91B

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

Shades of Forest Green #1FA91B

Tints of Forest Green #1FA91B

Color information

#1FA91B (or 0x1FA91B) is unknown color: approx Forest Green. HEX triplet: 1F, A9 and 1B. RGB value is (31,169,27). Sum of RGB (Red+Green+Blue) = 31+169+27=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 169 (66.41% from 255 or 74.45% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA91B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA91B is #E056E4. Grayscale: #6F6F6F. Windows color (decimal): -14702309 or 1812767. OLE color: 1812767.

HSL color Cylindrical-coordinate representation of color #1FA91B: hue angle of 118.31º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FA91B is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB3116927-
CMYK0.8200.840.34
HSL118.31º72.45%38.43%-
HSV(B)118.31º84.02%66.27%-
XYZ14.9528.755.8-
YUV111.5580.2870.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 169 (66.41% from 255) = 74.45%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=13.66%
G=74.45%
B=11.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal31169270.8200.840.34118.3172.4538.43
Hex1FA91B5205422764826
Octal372513312201244216611046
Binary11111101010011101110100100101010010001011101101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,169,27); }

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

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

 a { background-color: rgb(31,169,27); }

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

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

 span { border-color: rgb(31,169,27); }

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