#1F370C

Color #1F370C Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #1F370C

Tints of Pine Tree #1F370C

Color information

#1F370C (or 0x1F370C) is unknown color: approx Pine Tree. HEX triplet: 1F, 37 and 0C. RGB value is (31,55,12). Sum of RGB (Red+Green+Blue) = 31+55+12=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #1F370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F370C is #E0C8F3. Grayscale: #2B2B2B. Windows color (decimal): -14731508 or 800543. OLE color: 800543.

HSL color Cylindrical-coordinate representation of color #1F370C: hue angle of 93.49º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F370C is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB315512-
CMYK0.4400.780.78
HSL93.49º64.18%13.14%-
HSV(B)93.49º78.18%21.57%-
XYZ23.050.83-
YUV42.92110.55119.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 55 (21.88% from 255) = 56.12%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=31.63%
G=56.12%
B=12.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3155120.4400.780.7893.4964.1813.14
Hex1F37C2C04E4E5d40d
Octal37671454011611613510015
Binary111111101111100101100010011101001110101110110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,55,12); }

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

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

 a { background-color: rgb(31,55,12); }

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

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

 span { border-color: rgb(31,55,12); }

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