#1f850a

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

Shades of Forest Green #1F850A

Tints of Forest Green #1F850A

Color information

#1F850A (or 0x1F850A) is unknown color: approx Forest Green. HEX triplet: 1F, 85 and 0A. RGB value is (31,133,10). Sum of RGB (Red+Green+Blue) = 31+133+10=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #1F850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F850A is #E07AF5. Grayscale: #585858. Windows color (decimal): -14711542 or 689439. OLE color: 689439.

HSL color Cylindrical-coordinate representation of color #1F850A: hue angle of 109.76º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F850A is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB3113310-
CMYK0.7700.920.48
HSL109.76º86.01%28.04%-
HSV(B)109.76º92.48%52.16%-
XYZ9.0117.093.11-
YUV88.4883.7187-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.82%
GREEN value IS 133 (52.34% from 255) = 76.44%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=17.82%
G=76.44%
B=5.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31133100.7700.920.48109.7686.0128.04
Hex1F85A4D05C306e561c
Octal372051211501346015612634
Binary111111000010110101001101010111001100001101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f850a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,10); }

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

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

 a { background-color: rgb(31,133,10); }

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

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

 span { border-color: rgb(31,133,10); }

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