#1FB115

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

Shades of Forest Green #1FB115

Tints of Forest Green #1FB115

Color information

#1FB115 (or 0x1FB115) is unknown color: approx Forest Green. HEX triplet: 1F, B1 and 15. RGB value is (31,177,21). Sum of RGB (Red+Green+Blue) = 31+177+21=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 177 (69.53% from 255 or 77.29% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB115 is #E04EEA. Grayscale: #747474. Windows color (decimal): -14700267 or 1421599. OLE color: 1421599.

HSL color Cylindrical-coordinate representation of color #1FB115: hue angle of 116.15º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FB115 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB3117721-
CMYK0.8200.880.31
HSL116.15º78.79%38.82%-
HSV(B)116.15º88.14%69.41%-
XYZ16.4231.795.98-
YUV115.5674.6367.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 177 (69.53% from 255) = 77.29%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=13.54%
G=77.29%
B=9.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31177210.8200.880.31116.1578.7938.82
Hex1FB115520581F744f27
Octal372612512201303716411747
Binary1111110110001101011010010010110001111111101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,177,21); }

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

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

 a { background-color: rgb(31,177,21); }

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

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

 span { border-color: rgb(31,177,21); }

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