#1F811C

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

Shades of Forest Green #1F811C

Tints of Forest Green #1F811C

Color information

#1F811C (or 0x1F811C) is unknown color: approx Forest Green. HEX triplet: 1F, 81 and 1C. RGB value is (31,129,28). Sum of RGB (Red+Green+Blue) = 31+129+28=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 129 (50.78% from 255 or 68.62% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 129 - color contains mainly: green. Hex color #1F811C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F811C is #E07EE3. Grayscale: #585858. Windows color (decimal): -14712548 or 1868063. OLE color: 1868063.

HSL color Cylindrical-coordinate representation of color #1F811C: hue angle of 118.22º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F811C is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB3112928-
CMYK0.7600.780.49
HSL118.22º64.33%30.78%-
HSV(B)118.22º78.29%50.59%-
XYZ8.6216.083.75-
YUV88.1894.0387.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.49%
GREEN value IS 129 (50.78% from 255) = 68.62%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=16.49%
G=68.62%
B=14.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31129280.7600.780.49118.2264.3330.78
Hex1F811C4C04E3176401f
Octal372013411401166116610037
Binary1111110000001111001001100010011101100011110110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,129,28); }

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

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

 a { background-color: rgb(31,129,28); }

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

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

 span { border-color: rgb(31,129,28); }

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