#1F820E

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

Shades of Forest Green #1F820E

Tints of Forest Green #1F820E

Color information

#1F820E (or 0x1F820E) is unknown color: approx Forest Green. HEX triplet: 1F, 82 and 0E. RGB value is (31,130,14). Sum of RGB (Red+Green+Blue) = 31+130+14=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #1F820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F820E is #E07DF1. Grayscale: #575757. Windows color (decimal): -14712306 or 950815. OLE color: 950815.

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

Color convert

RGB3113014-
CMYK0.7600.890.49
HSL111.21º80.56%28.24%-
HSV(B)111.21º89.23%50.98%-
XYZ8.6316.293.1-
YUV87.1886.787.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 130 (51.17% from 255) = 74.29%
BLUE value IS 14 (5.86% from 255) = 8%
R=17.71%
G=74.29%
B=8%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31130140.7600.890.49111.2180.5628.24
Hex1F82E4C059316f511c
Octal372021611401316115712134
Binary111111000001011101001100010110011100011101111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,130,14); }

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

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

 a { background-color: rgb(31,130,14); }

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

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

 span { border-color: rgb(31,130,14); }

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