#1F820B

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

Shades of Forest Green #1F820B

Tints of Forest Green #1F820B

Color information

#1F820B (or 0x1F820B) is unknown color: approx Forest Green. HEX triplet: 1F, 82 and 0B. RGB value is (31,130,11). Sum of RGB (Red+Green+Blue) = 31+130+11=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #1F820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F820B is #E07DF4. Grayscale: #575757. Windows color (decimal): -14712309 or 754207. OLE color: 754207.

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

Color convert

RGB3113011-
CMYK0.7600.920.49
HSL109.92º84.4%27.65%-
HSV(B)109.92º91.54%50.98%-
XYZ8.6116.283.01-
YUV86.8385.288.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.02%
GREEN value IS 130 (51.17% from 255) = 75.58%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=18.02%
G=75.58%
B=6.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31130110.7600.920.49109.9284.427.65
Hex1F82B4C05C316e541c
Octal372021311401346115612434
Binary111111000001010111001100010111001100011101110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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